Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

calculation Condition for Bar Chart

Hi,

I have to restrict a chart to display only when one or more than one month is selected. I used the below condition.

=isnull([Month])=0

The above condition will display the chart only when I select one month. If I select more than one month, it goes for 'Calculation Condition Unfulfilled'.

What calculation condition should I use, to display for more than one month selected also.

1 Solution

Accepted Solutions
Not applicable
Author

Hi,

You can try with GetSelectedCount(Month)<>0

View solution in original post

1 Reply
Not applicable
Author

Hi,

You can try with GetSelectedCount(Month)<>0