Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Everyone,
I have got the below table-
ID | PR1 | PR2 | PR3 | PR4 | PR5 | PR6 | PR7 |
A001 | 01/10/2019 | 01/20/2019 | 01/25/2019 | 01/27/2019 | 01/29/2019 | 02/02/2019 | 02/04/2019 |
B002 | 01/15/2019 | 01/19/2019 | 01/25/2019 | 01/27/2019 | 02/03/2019 | 02/07/2019 | 02/07/2019 |
C003 | 01/16/2019 | 01/17/2019 | 01/26/2019 | 01/30/2018 | 02/02/2019 | 02/18/2019 | 02/20/2019 |
Now i need to create a horizontal Stacked Bar chart. I have created the Stacked Bar Chart.
But the issue is I am not getting the right format of dates in Stacked Bar chart, not sure what is the issue.
Please find the image attached to have a look at my Stacked Bar chart.
Please let me know if you have questions.
Thanks in advance!
would you be able to share sample app?
What's the expression you're using in you bar chart?
Thanks,
are you applying Date() function over these fields?
try to use date () in the chart or script for the fields
Actually, I know this should be wrong.
For Dim - I add ID
For Measures- I add sum(PR1) has 1 measure and sum(PR2) has 2nd measure ans so on...
I tried date() it dint do magic.
I tried and it was still the same.
please let us know your actual requirement, what things need to be done on the chart.