Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

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
Anonymous
Not applicable
Author

I think this should work:


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

View solution in original post

6 Replies
Anonymous
Not applicable
Author

I think this should work:


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

Anonymous
Not applicable
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?

Anonymous
Not applicable
Author

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}>}


Anonymous
Not applicable
Author

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

Anonymous
Not applicable
Author

Great to know, thanks!

Anonymous
Not applicable
Author

Thank youuuuuuuu!