Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
Bnm03080
Contributor II
Contributor II

Set Analysis Excluding 2 Values within 1 field

Hello and thanks in advance!

 

How would I write a set analysis excluding 2 values within 1 field?

1 Solution

Accepted Solutions
Mauritz_SA
Partner - Specialist
Partner - Specialist

Hi @Bnm03080 

Something like this should work:

Sum({<[Your field] -= {'Excluded value 1','Excluded value 2'}>} [Field you want to sum])

Hope it helps.

Regards,

Mauritz

View solution in original post

3 Replies
Mauritz_SA
Partner - Specialist
Partner - Specialist

Hi @Bnm03080 

Something like this should work:

Sum({<[Your field] -= {'Excluded value 1','Excluded value 2'}>} [Field you want to sum])

Hope it helps.

Regards,

Mauritz

msKarthikeyan
Employee
Employee

Hi 

 

can you explain what is your requirement?

 

-Karthik

Bnm03080
Contributor II
Contributor II
Author

Thank you!