can anyone see where I am going wrong with this? ...
# general
m
can anyone see where I am going wrong with this?
CASE WHEN {pricinggroup} IS NULL THEN 'Not Applicable' ELSE REPLACE(NS_CONCAT({pricinggroup} || ': ' || {grouppricinglevel}), ',', '  |  ') END