Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
hi every one
i have some button in my qvd file that each one refer to specific chart
but when i publish my file on server my button action isn't work .
can any one help me ?
regards
 
					
				
		
 gautik92
		
			gautik92
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		 tresesco
		
			tresesco
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		There are some triggers/actions that don't work on server environment(e.g. - reload). Not only that if your client is Ajax, button could be proven not very smooth there.
 
					
				
		
no i haven't any macro
 
					
				
		
my action is layout ----> activate object
 
					
				
		
 gautik92
		
			gautik92
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		if that dint work try to use show /Hide object using variables
 
					
				
		
how to do this ?
i don't know 
 
					
				
		
 gautik92
		
			gautik92
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Have a look at this
 Gabriel
		
			Gabriel
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi,
Post a sample file for clarity of requirement
 
					
				
		
Thats rather simple
Create a variable vHideChart and set it to 1
Create a button with function Set variable value (not sure if thats the exact wording in English - i use a German client) and value =not(vHideChart)
In your chart under "Layout" set the show-condition to = vHideChart
Now clicking the button is switching the variable value which shows/hides the chart
