Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 Aspiring_Develo
		
			Aspiring_DeveloHello All,
I have below buttons and visuals :-
I have created two variables vhide and vshow
In button named table , I have the values as vHide=1 and vshow =0
In button named Trend chart, I have the values as vHide=0 and vshow =1
I ma unable to pass this condition in my chart , I have a pivot table and a bar chart and I want when I click on Table button it should show my pivot table and when I click on Trend Chart it should show my Bar chart. In Qlikview we can manage it in the layout section but in Qliksense I am not sure how to achieve this?
Please help.
Thanks in advance/.
 
					
				
		
 brunobertels
		
			brunobertels
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hello
both object are independant , So to achieve your requierment you have to use the container object
1 create 2 variable in the variable panel menu like this
set 1 as default value hor Hide and 0 for Show
then add your buttons like that ( here my example is with a bar chart and a line chart)
BAR CHART Button :
Line chart button :
add your bar chart and pivot table chart in the container object
then for each graph in the panel menu :
add vShow and vHide as "show as condition" like this
bar chart button :
line chart button :
hop it helps
