Hello! Could someone help me with a code to remove...
# advancedpdf
z
Hello! Could someone help me with a code to remove the currency symbol in front of an amount? ${record.rate}
s
You can try the
nsformat_number
function documented in SA 26500: https://netsuite.custhelp.com/app/answers/detail/a_id/26500
${nsformat_number(record.rate)}
z
Thanks! I used ?replace and that worked 🙂
s
Great. That will work, so long as everything is in one currency.