Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 naveen341
		
			naveen341
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi
I Have a field
Tickers :
AAA
ACB
BCG
CDG
Suppose if a user select particular tickets lets say AAA i want to perform the measure like sum({<Ticker={'AAA'}>}Sales).
this would be in a qliksense line chart
If a user says more than one field values i am expecting multiple line in the line chart how can this be acheived?
I Am looking for if condition like getfieldselection(Ticker).But if multiple selected in differnet order this is not working
Any help would be appreciated
 dplr-rn
		
			dplr-rn
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		 naveen341
		
			naveen341
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		 naveen341
		
			naveen341
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		 dplr-rn
		
			dplr-rn
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		You are doing a wild match get field selections.
I would do wildmatch on the output of concat function
 dplr-rn
		
			dplr-rn
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		