Team - I can’t seem to figure out why this won’t work, can anyone enlighten me? I’m sure it’s something simple, but I can’t place it. I’m following other examples that work and for some reason this won’t. “Channel” is a string, VAS ADJ Quota is numeric.
Can anyone offer me guidance?
Thanks in advance - Ryan
if (column(“CHANNEL”) = ‘PLATINUM’){
column(“VAS_ADJ_QUOTA”)*50%
} else if (column(“CHANNEL”) = ‘TERRITORY’){
column(“VAS_ADJ_QUOTA”) * 45%}