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,
can you explain more or upload an simple data?
include the data
Can you please provide sample data & Output needed for the same?
no datafile
Sorry for the delay as it is festive season in INDIA, here you go.
I am creating straight chart table with Weekdate,SUM(SoldAmt) and Rank(SUM(SoldAmt)). Dimension limit is 6 and I have enabled options Show Others and Totals, but Rank is displaying 1 for TOTAL and 2 for OTHER. Selected dates are 12/9/2013, 5/9/2014, 5/26/2014, 6/9/2014, 6/16/2014
I am using personal edition, please let me know if you need further details.
Thanks
Hi,
Can you upload an image of your table?
Pls find the attached qvw file.
Thanks,
Is this you need?
If you can't open my file, the expression is:
=IF(Aggr(Rank(SUM(SoldAmt),4),WeekDate)<=5,WeekDate)