Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
venkat1
Creator II
Creator II

Excluding filed values in set expression

=sum({<BRANCH={"*IND*","*AHME*"}>}NETWT)

 

Under BRANCH field there are up o 20 field names,out of 20 i need to exclude a filed name called PNL, (for eg: PNL is a field name )

Can anyone tell me how to do this?

1 Solution

Accepted Solutions
Frank_Hartmann
Master II
Master II

=sum({<BRANCH-={"PNL"}>}NETWT)

View solution in original post

2 Replies
Frank_Hartmann
Master II
Master II

=sum({<BRANCH-={"PNL"}>}NETWT)

Brett_Bleess
Former Employee
Former Employee

Venkat, I just wanted to follow-up with another link in the Design Blog that may be of some future help, there are other links in that post as well that may be useful too...

https://community.qlik.com/t5/Qlik-Design-Blog/Excluding-values-in-Set-Analysis/ba-p/1471704

Regards,
Brett

To help users find verified answers, please do not forget to use the "Accept as Solution" button on any post(s) that helped you resolve your problem or question.
I now work a compressed schedule, Tuesday, Wednesday and Thursday, so those will be the days I will reply to any follow-up posts.