Join Slack
Powered by
How can I get a calculated number to display in a ...
# advancedpdf
b
Brian
07/09/2023, 8:44 PM
How can I get a calculated number to display in a currency format? I am getting an error when trying it this way : ${invoice_details.fxrate*qtysum?string.currency}
d
David B
07/09/2023, 9:16 PM
what was the error? try
${(invoice_details.fxrate*qtysum)?string.currency}
m
michoel
07/09/2023, 10:00 PM
There is also a
nsformat_currency
function
☝️ 2
michoel
07/09/2023, 10:01 PM
https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/section_N2864199.html#subsect_156624108232
4
Views
Open in Slack
Previous
Next