andrewm
02/10/2021, 4:28 PMcase when {salestaxcode}='S-GB' then ROUND(({onlineprice}*1.2),2) else {onlineprice} end || ' GBP'
PNJ
02/10/2021, 4:42 PMcase when {salestaxcode}='S-GB' then TO_CHAR(ROUND(({onlineprice}*1.2),2),'999999999.99') else {onlineprice} end || ' GBP'
PNJ
02/10/2021, 4:42 PMandrewm
02/11/2021, 9:28 AMandrewm
02/11/2021, 10:05 AM