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: 
Not applicable

Display dynamic visibility of charts on selection of buttons.

Hello All,

I want to display dynamic visibility of charts on selection of buttons.

I tried this,

Try this,

     Button -  action - Set Variable ->vhide

Value:

     =If(vhide = 0, 1, 0)


In chart, used vhide variable  in Layut-conditional  - show = vhide


But its not working

4 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

That looks like it should work. Can you post a small qlikview document that demonstrates the problem?


talk is cheap, supply exceeds demand
ecolomer
Master II
Master II

The condition should be

vhide = 1

Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

No, it works fine the way he posted it.


talk is cheap, supply exceeds demand
ecolomer
Master II
Master II

OK, but it works also good with vhide=1