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
Request clarification before answering.
try below formula at report level.
=RunningCount([Zip Code]) In([Zip Code])
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.