The Qlik Sense Dashboard bundle included a "Show/hide container" extension. This extension has been deprecated with the June 2019 release and replaced by the container object. This objects is more stable and performing than the extension.
For documentation and more information see: Container
To achieve the hiding or showing based on a condition, follow these steps:
Adding show conditions
Click on the chart you want to add a show condition to, underContentin the property panel.
Add a show condition for the chart inShow condition. Typically you would use an If() function. Seeif - script and chart function.
Add another show condition to a different chart.
The charts will now be shown or hidden depending on the result of the conditions you added. If the condition of a chart results in True, it is shown, and if it is False, it is hidden.