Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Kmt2000
Contributor II
Contributor II

Limiting number of records using measures

how to limit the number of records using measures ?

2 Replies
MayilVahanan

Hi

You can use set analysis to display limited no. of records. For ex:

Sum({<Customer={'A'}>}Sales)

-- it will display only customer - A info. in the chart

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.
Kmt2000
Contributor II
Contributor II
Author

Can we limit the records using rank function? If yes then how? Please help