Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello very new to Qlikview and have been given a task to make a button to toggle between two graphs. I have made a variable called vSwitchTable and assigned it to the button.
I am sure that I have to use the code = if(vSwitchTable = 0,1,0) to get this to work but I am not sure of where to implement it into the two graphs.
Found what I was looking for on this thread.
http://community.qlik.com/message/228385#228385
Thanks for your help Kaushik
Hi,
Go to Properties of the chart -> Layout tab ->Condition show.
Here put expression as
if(vSwitchTable = 0,1,0) for one chart and for other chart
if(vSwitchTable = 0,0,1)
Regards,
Kaushik Solanki
When I assign these conditions to the two graphs, one of them disappears and doesn't come back when I click my button. Inside my button I have assinged vSwitchTable as 1 and 0. Is there something wrong with that?
Found what I was looking for on this thread.
http://community.qlik.com/message/228385#228385
Thanks for your help Kaushik