Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
i have sales, city columns
i want top 3 sales of city
HOw to do it?
HI
You Can limit Values In the chart Properties in Charts
try this,
1. city as ur dimension
2. sum(sales) as ur expression
3.
Search the forum. You will get lot of examples
Try this in dimension:
if(aggr(Rank(sum(Sales)),City)<=3,City)
In Expression:
sum(Sales)
Regards
KC
Hi
u can try using dimension limit and also the rank function as well.
Regards
Deepak