Hello - I am trying to display one of three letters based on where a value falls within a specific range of numbers. See below. The formula keeps outputting "0" instead of X, Y or Z, and I cannot figure out why.
Solved! Go to Solution.
Hey @muddobber26,
You dont need to put [X,Y,Z] = "X", just put "X" and do the same for all the other THEN statements besides the last ELSE statement, that ones fine. Because youve already selected the X,Y,Z column Alteryx knows the THEN statement should input into X,Y,Z eg:
if [RunTot_Part %]<=10 THEN "X" ELSEIF ....
HTH,
Ira