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: 
Not applicable

How to get last 10 selected Values

Hi,

How to get last 10 selected Values

Regards,

Subba

3 Replies
Not applicable
Author

Last 10 selected values from a list box? Is the field single-select?

If not, what should happen if someone selects more than 10 values at a time?

ecolomer
Master II
Master II

You can try this:

In a text tabble put:

='Selected Count .:  ' & GetSelectedCount(Order_Id)

In other (list of values selected separate by ,):

=GetFieldSelections(Order_Id, ';', 10)

Not applicable
Author

Dear  friend

Please First u will try then get result

upload each and every statement give me replay

i will wait for u r replay

Regards

Subbareddy