cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi guys,

I want to get the same restult as the column dense_rank below : no gaps and a continuous ranking.

I read that the function dense_rank could solve this issue but this function is not available at level report among others functions.

- Is there another way to get the same result using a formula?

- How can I get this function at level report? What has to be done ? Something at universe level?

Thank you for your help!

Marc

0 Likes
View Entire Topic
amitrathi239
Active Contributor
0 Likes

try below formula at report level.

=RunningCount([Zip Code]) In([Zip Code])

Former Member
0 Likes

Hi,

I tried but it doesn't work.

Do you know something about dense_rank function?

Thanks