Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

set analysis "or" and "and" operators

Hi,

can we write below expression in set analysis?

count(distinct if(((Test_Family= 'abc' or Test_Family = 'abcd') and High_Risk = 'Yes'), A_ID))

Thanks in Advance.

Thanks,

Rohini

10 Replies
che29pras
Contributor
Contributor

Hi,

How will you write the expression for this condition?

count(distinct if(((Test_Family= 'abc' or Test_Family = 'abcd') and Test_Family = 'abcde'), A_ID))

Thanks,

Prasanth