Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
I think this should work:
{ <AAA ={'Not Member'} > + <(AAA={'Member'}, BBB={'Didn't want it'}> }
I think this should work:
{ <AAA ={'Not Member'} > + <(AAA={'Member'}, BBB={'Didn't want it'}> }
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?
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}>}
Works!!!!!!!!!!!!!!!!!!!!!!!!!!
Great to know, thanks!
Thank youuuuuuuu!