need help: looking to create CASE statement, actua...
# administration
k
need help: looking to create CASE statement, actual scenario on sales orders, is there way concat internal id and string in case statement like
CASE WHEN {custbody_celigo_shopify_discountcode} LIKE '%REPL%' THEN CONCAT({internalid},'-REPL') ELSE {internalid} END
but I’m receiving invalid expression.