Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 s_santalucia
		
			s_santalucia
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		hi,
in QlikSense
is it possible Conditional measure like QlikView?
 petter
		
			petter
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		No there is no direct support for that in Qlik Sense.
There are ways of "emulating" it by using variables and smart formatting - but nothing that is working as well or complete as in QlikView.
The Vizlib Table extension has support for "conditional show/hide". Have a look here:
Vizlib | Blog and look at 2. and subsection 6.
 s_santalucia
		
			s_santalucia
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		I don't prefer this extention..
can you explain to me how you can do with the variables?
I found this
If(Index(Concat(Measure),'Sales'), sum(Sales))
but it's not what I want.
 
					
				
		
 mgomezlor
		
			mgomezlor
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Look at this I think it could be useful
 s_santalucia
		
			s_santalucia
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		