Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 Hussaina1
		
			Hussaina1
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi,
I am unable to highlight a button implemented using variable extension in QlikSense after selection. I am using the variable button to hide and show the column in a chart.
Eg: Variable(vButton) value:
if(vButton=1,0,1)
Condition in column chart: if(vButton=1,1,0)
Thanks.
 
					
				
		
 lorenzoconforti
		
			lorenzoconforti
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Maybe this?
if($(vButton)=1,0,1)
 Hussaina1
		
			Hussaina1
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		I am unable to click on the variable button using the below condition:
=if($(vButton)=1,0,1)
 andoryuu
		
			andoryuu
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Your value should just be the variable and then set an action to toggle the value between 1 and 0. If you set your value to that expression it is impossible for the button to function.
 
					
				
		
 lorenzoconforti
		
			lorenzoconforti
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		I see, you are using the variable extension; just use the Variable input from the Dashboard bundle
 Hussaina1
		
			Hussaina1
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Thank you for your response.
Please find attached the sample application where in the Variable input from Qlik bundle is used. Please suggest on highlighting the button on selection.
 Hussaina1
		
			Hussaina1
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		I am unable to find the action option. Can you please suggest.
 
					
				
		
 lorenzoconforti
		
			lorenzoconforti
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		I think it's clear now what you are trying to achieve
Use the "Navigation + Actions" extension
https://github.com/stefanwalther/sense-navigation
