Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to make my chart empty when there is no selection in qliksense

hi

Is there possible to make my chart hide when there is no selection and view when we are making selection in qliksense

3 Replies
vinieme12
Champion III
Champion III

Under Add-Ons >>

          Data Handling >> add a condition example

                              if(GetSelectedCount(Year)>0,1,0)

this means the chart will evaluate only if atleast 1 value is selected in Year Field

calculation_condition.PNG

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.
Not applicable
Author

yes it is hiding but i am not get the table displayed when i click the Year

vinieme12
Champion III
Champion III

You have to replace Year with an Actual Fieldname that you have in your App

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.