Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
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!