Hi All,
I have a question about relative field references. Not sure if this is possible in Alteryx.
Example, lets say I have columns n1, n2, n3, n4. and let's say I have a formula:
Output Column: n1
IF [n1] > 10 THEN "TEST" ELSE [n1] ENDIF
and let's say I need to replicate that same formula for each column (n1, n2, n3, n4), replacing [n1] to the relative field (eg. n2). Is there anyway to do something like:
Output Column: n1
IF [*Output Column*] > 10 THEN "TEST" ELSE [*Output Column] ENDIF
Thanks in advance!
JC