mattb
02/02/2020, 11:27 PMREPLACE(NS_CONCAT({pricinggroup} || ': ' || LTRIM({grouppricinglevel},'Base - 0')), ',', ' / ')
however this does not?
CASE WHEN {pricinggroup} IS NULL then 'None' ELSE REPLACE(NS_CONCAT({pricinggroup} || ': ' || LTRIM({grouppricinglevel},'Base - 0')), ',', ' / ') END