Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
Hi everybody, hope you can help me.
I have a graph with the following condition to be shown or not
vShowGraph = 'Date'
and two buttons setting the variables this way


But It not works. Am I overlooking anything?
Thanks
 
					
				
		
You have disable show conditionals on. CTRL+SHIFT+S to the rescue and it works fine.
 
					
				
		
 maleksafa
		
			maleksafa
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		and where are you using the variable vShowGraph in the chart?
 
					
				
		

In the design tab
regards
 Gysbert_Wassena
		
			Gysbert_WassenaCan you post a document that demonstrates the problem?
 Peter_Cammaert
		
			Peter_Cammaert
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Change the values in input box 'Valor' to expressions like ='Date' and ='BetweenDates'.
See if that helps...
 PrashantSangle
		
			PrashantSangle
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi,
Change condition like
IF(vShowGraph='Date',1,0)
and other chart
IF(vShowGraph='BetweenDate',1,0)
Regards
 
					
				
		
 maleksafa
		
			maleksafa
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		it should be working fine exactly the way you did, are you creating the variable vShowGraph from the load script of variable overview, make sure that the variable is created after the load script and evaluate the variable content after clicking on the buttons (from the variable overview or a simple text object)
 
					
				
		
Here you are. The variable has been created in the variables panel. There is a input box where you can see how the variable changes depending on the button pressed.
Thanks
 
					
				
		
You have disable show conditionals on. CTRL+SHIFT+S to the rescue and it works fine.
 Gysbert_Wassena
		
			Gysbert_WassenaSettings->Document Properties->Securities-> Uncheck 'Show All Sheets and Objects'
