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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
sreeni_qvd
Creator
Creator

Listbox

Hi All,

I have a listbox, After reload the QVW, I can see the 1000 Id's in my listbox, How can i do that in UI level.

Don't use in script first 1000

Regards:

Sreeni

1 Solution

Accepted Solutions
MK_QSL
MVP
MVP

Use RANK Function in your List BOX Expression.

IF(Aggr(Rank(SUM(Sales)),ID)<=1000,ID)

View solution in original post

5 Replies
MK_QSL
MVP
MVP

Use RANK Function in your List BOX Expression.

IF(Aggr(Rank(SUM(Sales)),ID)<=1000,ID)

ThornOfCrowns
Specialist II
Specialist II

Is this the same question / poster as http://community.qlik.com/thread/110991 ?

If so, please don't post the same question under different logins as it just confuses everyone.

sreeni_qvd
Creator
Creator
Author

Thank you.

MK_QSL
MVP
MVP

Kindly close the thread by selecting correct answer.

UPDATE : Please close this thread..

MK_QSL
MVP
MVP

Can you close this thread please?