Hi everyone, lets say I want to make an If statement like the following
If [Column Z] = "H" and [Column A] = ([column B],[column C],[column D],[column E],[column F],[column G],[column H]) then "X" else "Y" endif
How would the syntax work for this in alteryx? Without doing some sort of gigantic string of elseIf's?
The idea of course being that if column Z contains the value "H" and column A is equal of any one of lets say 10-20 columns.
Thanks