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: 
deepakqlikview_123
Specialist
Specialist

displaying top 3 records

Hello Friends,

I want to display top three recors in my output.Can you please guide us what should be the expression for this.

Thanks,

2 Replies
senpradip007
Specialist III
Specialist III

go to 'Dimension Limits' tab and select select largest 3 values. hope it will help.

yevgeniy
Creator
Creator

add dimentions

Grup_item

Shop_id

add calculated dimension

=Aggr(if(rank(sum([sum_sales]),4,1) <= 3,Shop_ID,Null()),[Grup_item],Shop_id).

Click suppress when value is null

add expressions

sum([sum_sales])

Rezult: 3 Shop where max sum sales