Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
dana
Creator III
Creator III

Display unlimited identical ranked rows

Hi,

I'm using a calculated dimension with the Rank function on the Deviation metric to limit  top 10 values in a straight table.

What I want to see are the top 10 values for different dates. But the Rank function limits the number of table rows

How do I remove the limit from the number of rows so I can see the top 10 deviations without the rows limitation?

Thanks in Advance!

 

Rank.png

 

Labels (2)
2 Replies
Brett_Bleess
Former Employee
Former Employee

Have a look at the following Design Blog posts, may be helpful:

https://community.qlik.com/t5/Qlik-Design-Blog/Recipe-for-a-Pareto-Analysis/ba-p/1468497

https://community.qlik.com/t5/Qlik-Design-Blog/Recipe-for-a-Pareto-Analysis-Revisited/ba-p/1473684

https://community.qlik.com/t5/Qlik-Design-Blog/The-sortable-Aggr-function-is-finally-here/ba-p/14702...

Hopefully those may help.

Regards,
Brett

To help users find verified answers, please do not forget to use the "Accept as Solution" button on any post(s) that helped you resolve your problem or question.
I now work a compressed schedule, Tuesday, Wednesday and Thursday, so those will be the days I will reply to any follow-up posts.
dana
Creator III
Creator III
Author

Thank you for this link.

I resolved the issue by using AGGR with the Rank function:

=if(aggr(rank(Avg({<DateTime = {">=$(vYearStart) <=$(vMaxDateTime)"},Month=,Year=>}Deviation),4,1),DateTime)<=30,Timestamp(DateTime),Null())