Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a value for computer warranty expiration dates and with a value like that all the dates are different. However in the pie chart I would like it to breakdown the warranty expiration for the years. So it will display a value for x number in 2015 and x number in 2016. Then if you choose to click on a slice of the pie in the table box it shows all the machines that are due in that year. Possible? Thanks!
First Dimension: year(yearstart(YourDateField))
Condition: GetSelectedCount(YourDateField)=0
Second Dimension: YourDateField
Condition: GetSelectedCount(YourDateField)>0
First Dimension: year(yearstart(YourDateField))
Condition: GetSelectedCount(YourDateField)=0
Second Dimension: YourDateField
Condition: GetSelectedCount(YourDateField)>0
You can try the concept of creating groups which on click of slice shows the sub-dimension values.
Thanks,
Sai
Thanks!
I got the items in but I don't think it is calculating correctly because when I pull the same data into a pivot table my counts are different. Is this what should be seen?
Looks right to me. As long as you're using the same dimensions and expression in the pivot table, I don't see why they would be any different.