am i putting the pieces in the right place?
# suiteanalytics
d
am i putting the pieces in the right place?
s
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
If you had more comparisons then they each get their own WHEN rule sequence = x THEN "return this" line
Refer to the difference between the text and numerical examples from the Case section in the SQL Expressions article in the Netsuite Help Center