Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
aj0031724
Partner - Creator
Partner - Creator

Rank with dynamic sorting

Dear team,

Can you  please advise how to achieve RANK  output as below with dynamic sorting of KPI as shown

 

KPISORTORDERformula
Drop Rates %Descsum(count)/5
callcountAscsum(count)

   

Master Table with KPI
idnameDrop Rates %callcount
1A55
2B55
3C1010
4D1010
5E22
6F33
7G77
8H11
9I44
10J44
11k44

OUTPUT REUIRED IN STARIGHT TABLE to DISPLAY 5 ROWS:

   

IdnameDrop Rate%Rank
3C101,2
4D101,2
7G73
1A54,5
2B54,5

   

IDnameCalls CountRank
8H11
5E22
6F33
9I44,6
10J44,6
10 Replies
aj0031724
Partner - Creator
Partner - Creator
Author

Dear Tresesco,

One diffrenece I noted. One thing that the requirement output was that for CALLCOUNT Rank output is hsowing 5 records but it ranked till4-6 because next ID also has same value.

As per the output requirement same values should be grouped but numbe rof records to display is controlled by vrank.

Can I get the output as shown above for CALLCOUNT.

nameCalls CountRank
8H11
5E22
6F33
9I44,6
10J44,6