Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear All
I have brand and month as dimension now I want to calculate RANK for every month following are my expression for overall
AGGR(RANK (SUM (Values), 4),BRAND)
I wan to calculate Brand wise / Month wise Rank
How Do i acheive the same.
Thanks.
Vikas
Hello
Sample file works with following expression
Aggr(num( rank( sum(Value ), 4)),BRAND,MonthName)
But same not working in LIVE report is not display.
Regards
Vikas
Thanks
Did the video help?

Try the above, I used this to get the Rank of the Sum Value by Month and it resulted in a table like this

Hope that helps
Thanks I view Video help me lot.
Vikas