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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
prabhas277
Creator
Creator

Set analysis..

Hi To all,

I want top 5 records with out using the dimension limits..how? and share the experssion?

3 Replies
prma7799
Master III
Master III

Hi Prabhas,

There are 2 ways you can achieve these results:

1. You can use Rank() function in the expressions.

2. You can use "Dimension limits" & set some smallest, largest or first values to be shown. to access Dimesion limits tab, you need to go to the properties of the chart & there you will a tab as "Dimension Limits" .

http://community.qlik.com/thread/92561

Untitled.png

Thanks

Prashant

Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

If you want the top 5 customers based on the sum of sales it would be something like

=sum({<customer={'=$(rank(sum(sales))<=5)'}>}sales)


talk is cheap, supply exceeds demand
ashfaq_haseeb
Champion III
Champion III

Hi, Check the attached application Regards ASHFAQ