Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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,
Please find the attached one.
Is it what you are looking for? !
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,
Dear Madu,
Please look into the solution that I have attached before
OK, This?
I am using personal edition, not able to open.
Thanks,
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
Here you have an image
You can see it?