for numerical comparisons I believe you skip the yellow highlighted 'expr' and put everything in the blue highlighted 'comparison_expr' section, so for your one line IF statement would look like: CASE WHEN rule sequence = 4 THEN "FP&A Approved" ELSE "blank" END
Scott Russell
06/17/2019, 11:49 PM
If you had more comparisons then they each get their own WHEN rule sequence = x THEN "return this" line
Scott Russell
06/17/2019, 11:55 PM
Refer to the difference between the text and numerical examples from the Case section in the SQL Expressions article in the Netsuite Help Center