Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
 krishna20
		
			krishna20
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi Folks,
I am trying to implement simple Hide and show using variable , but it's not working unfortunately.
I am having one text object and one bar chart.
When i click on Text object Barchart should hide and on second click it should appear.
Someone show light on this simple issue.
Regards
Krishna
 vineetadahiya12
		
			vineetadahiya12
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi,
In the text object-> Action tab, choose Action as Set Variable as mentioned in the image 
and then in Bar Chart Properties ->Layout tab , Mark Show as Conditional and define the condition as vShow=1.
This will make your bar chart , show and hide on click of text object
Hope this helps!
Thanks,
Vineeta
 vineetadahiya12
		
			vineetadahiya12
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi,
In the text object-> Action tab, choose Action as Set Variable as mentioned in the image 
and then in Bar Chart Properties ->Layout tab , Mark Show as Conditional and define the condition as vShow=1.
This will make your bar chart , show and hide on click of text object
Hope this helps!
Thanks,
Vineeta
 tresesco
		
			tresesco
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		PFA
 
					
				
		
 krishna20
		
			krishna20
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Thanks to ALL......:)
