Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 QS21
		
			QS21
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi all,
I need to create a filterpane with the list of measure names that I have:
Sales_Vol, Sales%, Volume(K), Perf%, Sales_Perf, etc.,
I need the above measure names in a filterpane and when I select one, i need the below bar char or line chart or Combo chart show those values accordingly..
I am new to qlik and please help me achieve this..
Thanks!
 anat
		
			anat
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Create in line table using above values, then use conditional measure to show the expression based on selection
 QS21
		
			QS21
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		I have tried this but with both the % values and normal volume measure in the same graph, it is not working..
 anat
		
			anat
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Can you try using hash256 function, like below
SubStringCount(Concat(Hash256(Measure_flag), '|'), Hash256('A'))
