Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Good morning -
I have a pie chart that's displaying a simple SUM expression by a list of customers. I can get the underlying values to pop up when I hover over a section of the chart, but I can't figure out how to display the percentage of the displayed total that each wedge represents. Any help? Thanks!
SUM(Sales) / SUM(TOTAL Sales)
or
SUM(Sales) / SUM {1} Sales)
Change Sales to Wages or whatever your field.
SUM(Sales) / SUM(TOTAL Sales)
or
SUM(Sales) / SUM {1} Sales)
Change Sales to Wages or whatever your field.
Awesome - thank you Manish! Worked wonderfully.