Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Team,
How we can hide charts in qliksense on the basis of selections from list box ?
Thanks & Regards,
Pooja
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
Regards
An Pham
Hi
Please explain more details what's you want?
Regards
An Pham
Hi Pooja,
I think Qlik sense don't have triggers.
You can toggle between charts like on select show/hide.
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,
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
Regards
An Pham
Thanks Pham, it worked
Thanks Pham.
Hi Pavan,
I'm very new for qliksense can u please explain toggle and how it works?
Regards,
Pooja
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..