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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
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

Labels (1)
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?