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

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

List Box excluding some data


Hello,

I have a list box showing the months for 2013. Some of these months have revenues, but July and August have 0 revenue.

I want the list box to show all months except July and August.

How I can do that ?

thks,dani

1 Solution

Accepted Solutions
MK_QSL
MVP
MVP

IF(Aggr(SUM(Revenue),Month)>0,Month)

Use above in List Box Expression

View solution in original post

1 Reply
MK_QSL
MVP
MVP

IF(Aggr(SUM(Revenue),Month)>0,Month)

Use above in List Box Expression