Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to hide chart in QlikSense on the basis of selections?

Hi Team,

How we can hide charts in qliksense on the basis of selections from list box ?

Thanks & Regards,

  Pooja

1 Solution

Accepted Solutions
kenphamvn
Creator III
Creator III

Hi

Using Calculation condition of  Data handling in Char property, you can set condition show/no show chart

ex:

My condition

GetFieldSelections(Region) ='Africa'

or

GetFieldSelections(Region) ='Asia'

it's mean that chart will be show when i select Region = Africa or Asia

1-18-2018 1-43-31 PM.png

1-18-2018 1-45-33 PM.png

Regards

An Pham

View solution in original post

8 Replies
kenphamvn
Creator III
Creator III

Hi

Please explain more details what's you want?

Regards

An Pham

pvanguri
Contributor
Contributor

Hi Pooja,

I think Qlik sense don't have triggers.

You can toggle between charts like on select show/hide.

Anonymous
Not applicable
Author

Hi Pham,

My requirement is that if we are selecting some thing from our list box so chart should hide and show accordingly.

For example if we have one list box containing values A,B,C so our chart should be visible for selecting A and should not be visible for selecting B and C.

I hope above is giving clear information .

Thanks,

kenphamvn
Creator III
Creator III

Hi

Using Calculation condition of  Data handling in Char property, you can set condition show/no show chart

ex:

My condition

GetFieldSelections(Region) ='Africa'

or

GetFieldSelections(Region) ='Asia'

it's mean that chart will be show when i select Region = Africa or Asia

1-18-2018 1-43-31 PM.png

1-18-2018 1-45-33 PM.png

Regards

An Pham

Anonymous
Not applicable
Author

Thanks Pham, it worked

pvanguri
Contributor
Contributor

Thanks Pham.

Anonymous
Not applicable
Author

Hi Pavan,

I'm very new for qliksense can u please explain toggle and how it works?

Regards,

Pooja

Navars
Creator
Creator

Hi An Pham,

in your example you showed to hide the data, is there any possibility to hide the object instead of data like in qlikview.

my requirement is like, i need to to completely hide the object until and unless user make any selection in date filter.

 

Thanks in advance

Regards,

Sra1..