Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
Hi All,
The below expression is not working ...i want to list the last-name except whoes last name starts with "S" along with salary in chart...
{< LAST_NAME ={"*"} - {"S*"} >}
Please help if any correction !!!!!!!!
Sarfaraz
 
					
				
		
not working getting 0 in the output ..........
Sarfraz
 maxgro
		
			maxgro
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		could you post your Qlik doc?
 
					
				
		
not working mr. suresh ...............please check
sarfaraz
 
					
				
		
 jyothish8807
		
			jyothish8807
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi Sarfaraz,
Do trim(Laste name) as [Last name] in the script.
Then try:
Sum( {< LAST_NAME-={"S*"} >} Salary)
Regards
KC
 
					
				
		
 mr_novice
		
			mr_novice
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Nothing wrong with the expressions if you add an aggregation function like Sum(). Maybe you are using it wrong? Attach you document to get more help.
 
					
				
		
please check with beklow attached qvw file ..........
Sarfaraz
 
					
				
		
Please check with the below attach file ......and help me ...
Sarfaraz
 maxgro
		
			maxgro
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		field name are case sensitive
Sum ({< LAST_NAME ={'*'} - {'S*'} >} SALARY )
 
					
				
		
 mr_novice
		
			mr_novice
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		You need to spell Salary exactly as you field name: SALARY
 
					
				
		
Thanks a lot guysss for helping me at all ......Now it is working fine as expected ........
Sarfaraz
