Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
Hello everyone,
I am working in a project, where i need to apply a condition to show a specific chart, only when the user clicks on in any value of a filter.
For example, when the user clicks on any of the lines in the table below, the condition to show the chart is true:
Is it possible to do that on QlikView?
Thanks
 
					
				
		
 swuehl
		
			swuehl
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Use a conditional show/ condition on layout tab
=GetSelectedCount( Divisao )>0
 
					
				
		
 swuehl
		
			swuehl
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Use a conditional show/ condition on layout tab
=GetSelectedCount( Divisao )>0
 
					
				
		
Hi
try to use
if(getcurrentselections(filedname)='filedname: x' ,1,0)
where x is the value IT, or RH
 
					
				
		
In Layout Tab
Show Condition
if(getcurrentselections(filedname)='filedname: x' ,1,0)
where x is the value IT, or RH
 tamilarasu
		
			tamilarasu
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Type like this in your chart conditional show property
Getselectedvalue(Divaso)='E. NG.'... Adapt the expression according to the above listbox values for all charts.
 
					
				
		
Thanks swuehl, your tip works fine.
