Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

requirement

field1='value' and (field2='NA' or isnull(field3)) and field4<>'NA' and (field5<>'null' or field6<>'null')

how to cnvert this to set analysis expression

2 Replies
zhadrakas
Specialist II
Specialist II

dont know how to write or Operator in set Analysis. But you mix if and set analysis

=sum({<field1={'value'}, field4<>{'NA'}>}if((field5<>'null' or field6<>'null') AND (field2='NA' or isnull(field3)), YOUR_FIELD))

Anonymous
Not applicable
Author

this is not working,is there any other syntax for set analysis for above expression?