Hi,
I have some data that i am trying to categorize and i am writing a formula, but it is just not working (it is all string data). Here is the formula:
if [Service Category] = "LABO" then "Labour"
Elseif [service category] = "LSUM" and StartsWith("EDIT,", [Service Short Text]) then "Edit"
else "0"
Endif

As you can see the very final cell should read Edit but for some reason i can't get the formula to work. Am I writing something incorrect or is this not possible to write in Alteryx.
Thanks,
Krishna