Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Problem Regarding set analysis Expression


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

20 Replies
Not applicable
Author


not working getting 0 in the output ..........

Sarfraz

maxgro
MVP
MVP

could you post your Qlik doc?

Not applicable
Author


not working mr. suresh ...............please check

sarfaraz

jyothish8807
Master II
Master II

Hi Sarfaraz,

Do trim(Laste name) as [Last name] in the script.

Then try:

Sum( {<  LAST_NAME-={"S*"}  >} Salary)

Regards

KC

Best Regards,
KC
mr_novice
Creator II
Creator II

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.

Not applicable
Author


please check with beklow attached qvw file ..........

Sarfaraz

Not applicable
Author

Please check with the below attach file ......and help me ...

Sarfaraz

maxgro
MVP
MVP

field name are case sensitive

Sum ({< LAST_NAME ={'*'}  -  {'S*'} >} SALARY  )

mr_novice
Creator II
Creator II

You need to spell Salary exactly as you field name: SALARY

Not applicable
Author

Thanks a lot guysss for helping me at all ......Now it is working fine as expected ........

Sarfaraz