Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 jose_vargas
		
			jose_vargas
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hello.
Need your help. I Have two graphics with information and for default show data in both.
I need display in blank the Graph 2 and only display data when i select one piece of the graphic 1.
Sorry, my english is not good.
Graph1

Graph 2

 
					
				
		
 susovan
		
			susovan
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		 
					
				
		
You may use show condition in property of second chart (under tab, Layout). Instead of "Always" show, you may choose "conditional" with expression: len(GetFieldSelections([Peaje P field]))>0, where [Peaje P field] is the field used as dimension in the first chart.
 
					
				
		
 susovan
		
			susovan
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi Jose,
PFA
 Frank_Hartmann
		
			Frank_Hartmann
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi Jose,
have a look at the attached sample.
hope this helps!
 jose_vargas
		
			jose_vargas
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Thanks!!!.. Its work 
