For the complete documentation index, see llms.txt. This page is also available as Markdown.

negative numbers foreign and domestic currency

Domestic Currency

Merge Field

${{!test.unitprice format-number="-#,###.##"}} 

<column prefix="$" format-number="-#,###.##">test.unitprice</column>

Foreign Currency

Merge Field

{{!test.unitprice format-number="-#.###,##"}} €

<column postfix="€" format-number=" #.###,##">test.unitprice</column>

Last updated

Was this helpful?