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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
chaper
Creator III
Creator III

How control the number of values of a field in List Box

Is there away to control the number values in List box?? For Example I want to show only last 10 values of field in list box???

1 Solution

Accepted Solutions
chrismarlow
Specialist II
Specialist II

I think you could also use FieldIndex to avoid having to add the ID field (say you can't control what is in the model), so something like;

=if(FieldIndex('Field',Field)>3, Field)

View solution in original post

3 Replies
Anonymous
Not applicable

Hi,

you can associate a number to every value of your field in order to condition the visualization in list box.

See my example attached.

Let me know!

Elena

chrismarlow
Specialist II
Specialist II

I think you could also use FieldIndex to avoid having to add the ID field (say you can't control what is in the model), so something like;

=if(FieldIndex('Field',Field)>3, Field)

ecolomer
Master II
Master II

see this example