Hi there all,
Is it possible to write a conditional statement within the same column that uses a "Contains", "Starts with", "Does not Include" instead of just equals or does not equal?
here is what i would like to happen
IF [Queue Name] Contains (or starts with) "+1" THEN "External Call"
ELSEIF [Queue Name] Is NULL THEN "Undetermined Call"
ELSE "Internal Call"
ENDIF
If not possible, i know that i can try to use a filter tool to separate them out to additional columns, but i am trying to avoid that
Thanks so much