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: 
anindya_manna
Creator II
Creator II

How to disable the items on selection box which dont have any data?

Hi,

I have a month selection box.Suppose for month of nov and dec i dont have any data.While selecting on those month individually the selection is disable and nothing display in current selection box.

But if i press CTRL key and select multiple month including nov or dec then those value are displaying in current selection box.

How to overcome it?I dont want to show the month name which dont have any data in current selection box whille pressing CTRL key.

Untitled.png

1 Reply
Not applicable

Hi anindya,

Use expression in ListBox to show months which have values.

=if(Value>0, Month(Date#(Cal_Date,'DD-MM-YY')))

Expression.png