Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

chart question

Nags Subramanian
Contributor
January 18, 2024

Hi, i have a table and chart produced like this below.

table7.GIF

Currently its showing one column for one component. Instead i need a graph with 2 columns for each component showing the current and past month values. i am using the stacked bar graph.  i need something like a grouped stacked bar. Is it possible please? thanks.

2 answers

3 votes
Stiltsoft support
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 18, 2024

Hi @Nags Subramanian ,

It is not possible directly but we can suggest trying the following workaround:

Thu 14-1.png

SELECT 'Project' + " - " + COALESCE('Month', "") AS 'Project/Month', * FROM
(SELECT * FROM T1
UNION ALL CORRESPONDING
SELECT T1.'Project', 0 as 'Done' FROM T1 GROUP BY T1.'Project')
ORDER BY 'Project'

Thu 14-2.png

Now we can create smth similar to your needs:

Thu 14-3.png

Hope it helps.

Marc - Devoteam
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 18, 2024

Hi @Stiltsoft support 

Thanks for answering, I was already suspecting it to be table and charts option.

Like Stiltsoft support likes this
Nags Subramanian
Contributor
January 18, 2024

Hi Thanks for the reply. will definitely try it out. why do you have to do this?

SELECT T1.'Project', 0 as 'Done' FROM T1 GROUP BY T1.'Project')
ORDER BY 'Project'

 

is this to show a gap between bars in the graph for each project, if so, very clever :)

Like Stiltsoft support likes this
Stiltsoft support
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 18, 2024

Yes, you are correct - just to show the gap :)

0 votes
Marc - Devoteam
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 18, 2024

Hi @Nags Subramanian 

what marketplace app are you using and what is your configuration on the page and the chart look like?

Nags Subramanian
Contributor
January 18, 2024

Odyssey and Wiki confluence page. i used  some pivot and table transofrmation macros to build the table. and then using the chart from table macro and used a stacked column chart.  hope fully i have answered your question.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events