Hi All,
I know "and" / "or" in Alteryx behave differently than in Excel but I don't know. I need to use them both in a single formula but my logic is not working.
Conditions:
Status = "check income"
Income < 200 or > -200
The goal is to get the values in between < 200 and > -200.
Formula:
1. If status="check income" and income < 200 and income > -200 then...
2. If status="check income" and income < 200 or income > -200 then...
Unfortunately, both did not work.
Help please.
Thank you!