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

Delete a chart if a filter is applied

Hi everyone,

I am dealing with some data with a hierarchy such as Country/State/City. I want to create some charts where nothing has been selected, these charts will show an overview of the data, but when a State is selected I don't want these charts to show at all.

Is it possible to do this? If so how?

Thanks in advance!

13 Replies
Anonymous
Not applicable
Author

You can give a layout condition on the chart as

getselectedcount(State) = 0

This will ensure that the chart shows up only when no selection has been made on the State.

Anonymous
Not applicable
Author

Hi jade,

Try like this....

after created all the charts,

apply this condition on the object which you want's to hide.


If(Match(Region,'State'),0,1)

use this condition on the object properties

go to layout

select conditional

in that write this condition then........after applying this you meet your requirement.

means...when you selected on the state the object is going to hide..and when you selected on the country or city the object is shown.

Thanq.



arasantorule
Creator III
Creator III

Hi,

Currently in Qlik Sense there is no option to hide/delete object (Chart).

However, we can stop showing values on chart by applying  "Calculation condition" under add-ons---> Data Handling section in chart properties.

Thanks.

nitin_01
Creator
Creator

Hi Jade,

      

      

        In QlikSense you can hide "data" within chart using "Data handling" under "Adds on" Property of chart.

But this keeps chart layout intact unlike Qlikview "Conditional Layout" under "Layout" tab.

Regards,

Nitin.

Anonymous
Not applicable
Author

is this issue in qlikview or qliksense..?

Anonymous
Not applicable
Author

Thanks Greeshma for trying to help. I am using Qlik Sense 3.0 and do not seem to be able to find "Layout condition". Were you referring to Qlik View?

Anonymous
Not applicable
Author

Hi Kalyani,

Where can I find Layout?

Anonymous
Not applicable
Author

Thanks Nitin,

Looks like I cannot hide the chart at all...

Anonymous
Not applicable
Author

Thanks Silambarasan.