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

list box

can we add only selected records from a field to a list box? if yes, how?

4 Replies
Not applicable
Author

Any example would be really helpful.

giakoum
Partner - Master II
Partner - Master II

if they have something in common, you can create an expression for the list box. if not, maybe a simple pick list would do.

Not applicable
Author

The selective entries which i want to display in the list box have their first word same(i.e. rolling) and the field name is timebucket. can you please tell me the exact expression i should write?

giakoum
Partner - Master II
Partner - Master II

if(index(timebucket, 'rolling')>0, timebucket)