Mandy Grzymala
02/27/2020, 11:00 PMmichoel
02/27/2020, 11:05 PM{pricelevel}
would be the name of the price level, do you want that or the actual price? Either way, you should be able to use a Formula (Text) with 'USD ' || {pricing.pricelevel
or 'USD ' || {pricing.unitprice}
Mandy Grzymala
02/27/2020, 11:11 PMcase when ({pricelevel8} < {pricelevel7}) then {pricelevel7} || ' USD' else {pricelevel8} ' USD' end
but I think I'm trying to combine currency with a string?michoel
02/27/2020, 11:11 PM{pricelevel8} ' USD'
- you are missing the ||
hereMandy Grzymala
02/27/2020, 11:14 PM