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

Announcements
Data Works for AI is here - Join the discussion and enter to win a pair of Qlik kicks: Join the Conversation!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How do I display a specific list of fields in a List box?

123.png

I only want the dates in the list box.
2 Replies
sushil353
Master II
Master II

hi,

In your list box.. instead of field selection .. select expression and then write some logic to filter the text data..

for example

if(Match($Field,'JAN*','FEB*'.......)>0,Field,null())

and then check the option for suppress null values...

HH

Sushil

Not applicable
Author

Thanks It Worked!