Hi
I am new to Alteryx and am looking for a solution to my error below. I have created a new column in my excel file and would like to use an if statement saying IF the field in column [Is Buffer Book] says "True", then output should be "1", "0").
Error: Parse Error at char(0): Invalid type in operator = =.
IF [Is Buffer Book] = "TRUE" THEN "1" ELSE "0" ENDIF