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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Rank function not to consider OTHER and TOTAL

Hi,

I have a straight chart table having rank function, but it is showing rank including OTHER and TOTAL as well. But I don't want to consider these two while ranking.

I just used Rank(Measure).

How to avoid OTHER and TOTAL?

Thanks,

16 Replies
Kushal_Chawda

Please find the attached one.

Is it what you are looking for? !

Not applicable
Author

I want both OTHER and TOTAL should be displayed without considering rank. Rank should apply only for weekdate and SoldAmt, shouldn't consider OTHER and TOTAL.

Thanks,

Kushal_Chawda

Dear Madu,

Please look into the solution that I have attached before

ecolomer
Master II
Master II

OK, This?

p05.png

Not applicable
Author

I am using personal edition, not able to open.

Thanks,

Kushal_Chawda

Please follow the below steps

1) Take a dimension as WeekDate

2) Do the settings in Dimension limit tab as required

3) Take 1st Expression as Sum(SoldAmt)

4) Take 2nd Expression as aggr(rank(sum(SoldAmt),4),WeekDate)

5) Sort Chart by 2nd Expression

ecolomer
Master II
Master II

Here you have an image

p06.png

You can see it?