Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
vikasmahajan

rank problem

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

Hope this resolve your issue.
If the issue is solved please mark the answer with Accept as Solution & like it.
If you want to go quickly, go alone. If you want to go far, go together.
Labels (1)
13 Replies
vikasmahajan
Author

Thanks

Hope this resolve your issue.
If the issue is solved please mark the answer with Accept as Solution & like it.
If you want to go quickly, go alone. If you want to go far, go together.
rustyfishbones
Master II
Master II

Did the video help?

rustyfishbones
Master II
Master II

AggrRank.png

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

Aggr_Rank_Chart.png

Hope that helps

vikasmahajan
Author

Thanks I view Video help me lot.

Vikas

Hope this resolve your issue.
If the issue is solved please mark the answer with Accept as Solution & like it.
If you want to go quickly, go alone. If you want to go far, go together.