Skip to main content

QlikView App Dev

Discussion Board for collaboration related to QlikView App Development.

Announcements
Action-Packed Learning Awaits! QlikWorld 2023. April 17 - 20 in Las Vegas: REGISTER NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
vovan4ik
Specialist II
Specialist II

Double condition in set analysis

Hi guys.

Is there anybody who knows how to set up conditions in set analysis

Field AAA tags (Member, Not Member)

Field BBB tags (Yes, No, Didn't want it)

I want calculate people who selected from field AAA ={'Not Member'} or (AAA={'Member'} and BBB={'Didn't want it'}

Thank you

1 Solution

Accepted Solutions
mov
Employee
Employee

I think this should work:


{ <AAA ={'Not Member'} > + <(AAA={'Member'}, BBB={'Didn't want it'}> }

View solution in original post

6 Replies
mov
Employee
Employee

I think this should work:


{ <AAA ={'Not Member'} > + <(AAA={'Member'}, BBB={'Didn't want it'}> }

vovan4ik
Specialist II
Specialist II
Author

Thanks Michael. You're always the best

If I have another condition for both CCC={9,10}

I should use

{ <AAA ={'Not Member'} ,CCC={9,10}> + <(AAA={'Member'}, BBB={'Didn't want it'},CCC={9,10}> }

or there is other way?

mov
Employee
Employee

Your syntax looks correct to me.  Out of curiosity, you can try this, but I'm not sure if it works

{(<AAA ={'Not Member'} > + <(AAA={'Member'} and BBB={'Didn't want it'}>) * <CCC={9,10}>}


vovan4ik
Specialist II
Specialist II
Author

Works!!!!!!!!!!!!!!!!!!!!!!!!!!

mov
Employee
Employee

Great to know, thanks!

vovan4ik
Specialist II
Specialist II
Author

Thank youuuuuuuu!