Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
HI ALL,
I have a table and it consists of 3 columns Country,City and Sales and i want to display the top 5 Country Sales.
Below is the sample screen shot that i want to display.
Please Any one help me out from this.
Thanks In Advance,
Sridhar
Use the Dimension Limits tab on the chart properties.
different way to get top performers
Hi,
Try this in expression:
if(rank(sum(Sales))<=5,Sum(Sales))