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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Aditya_Chitale
Specialist
Specialist

Dynamically Show/Hide chart in QlikSense

Hi everyone,

I have a requirement where I want to show a Line Chart only when 2 values are selected in Fiscal Year field. If not, the chart should remain hidden (completely disappeared from the sheet). 

I used calculation condition in data handling tab but on doing this, the chart still occupies space on the sheet and shows a message instead. 

Calculation condition: if(wildmatch(GetSelectedCount([Fiscal Year]),2),1,0)

Current representation:

Aditya_Chitale_0-1651577293235.png

Is there any way to completely clear the chart from the sheet and make it pop up only when 2 fiscal years are selected ? 

Any way to do this using bookmarks or other option ? since I am using QlikSense May 2021 Patch 10.

Regards,

Aditya

Labels (1)
  • SaaS

2 Replies
Lisa_P
Employee
Employee

Maybe try a container and when it is hidden, the next chart will appear

Aditya_Chitale
Specialist
Specialist
Author

@Lisa_P , is there any way to do it without using container ?