Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I'm trying to achieve a dynamic ranking based on active sort order in a straight table. In the example below I have sorted on Product Name, Sales and Margin. Actually the the only thing I need is a static row number as a Rank field. I have tried with RowNo() but without success.
Thanks in advance for helping me out.
Best regards
/ Matt
Hi.
Find attachment.. It will solve ur problem.
But it very old method. May be some one else give good solution..
Use this expression..
RowNo(TOTAL)
Karthik
For me that doesn't work. RowNo(TOTAL) only seem to sort on Product name regardless my chosen sort order. (double click on headername).
Hi.
Find attachment.. It will solve ur problem.
But it very old method. May be some one else give good solution..
Thanks a lot! Smart solution.
/ Matt
karthiks, Not found for 2 dimensions
I think better use RowNo(TOTAL)
But for his case.. he need to use sort option..
If we use RowNo() then sort option doesn't work ..
Karthik
Thanks, this does work....make sure you select Full Accumulation on the Rank expression