Hello again,
I need some help with conditional statements. This format is nor supported by alteryx but I need something like this
IF [A] = 'EU' and ( [B] != 'PT' or [B] != 'DE' .............or [B] != 'DK')
Then 'Issue'
Else Null()
Endif
I've tried a lot of statement but I can't figure out how to do it. Thanks.