on 2019 Mar 27 5:06 PM
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.
Is there still any solution to the above problem? How to achieve ranking of values without any rank being skipped on getting ties between same values?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for coming to SAP Community for answers. Please post your question as a new question here:
Since you're new in asking questions here, check out our tutorial about asking and answering questions (if you haven't already), as it provides tips for preparing questions more effectively, that draw responses from our members.
Please note, that your post here won't be answered.
can you share the screenshot of data after adding variable in the table? do you have access on universe?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
Hi Marc,
How are you determining the rank of a Zip Code here? Are you using really using the Row Number field or do you have an Amount or Count measure?
Thanks,
Mahboob Mohammed
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
53 | |
8 | |
6 | |
6 | |
5 | |
5 | |
4 | |
4 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.