Changes

Displaying a Number Value as Currency

275 bytes added, 15:03, 9 April 2014
m
added table
For example if the node is as follows:
<pre>@xml.srcSampleField.staff.subtotal.y1-amount.nodevalue@</pre>
To display as currency you should use:
<pre>@xml.srcSampleField.staff.subtotal.currency_eur(y1-amount.nodevalue)@</pre> Therefore, a field named ''SampleField'' containing the value 300 can be displayed as follows:{| border="1" |'''Variable Used''' |'''Value will be displayed as...''' |- |@xml.SampleField.staff.subtotal.currency_eur(y1-amount.nodevalue)@ |€300.00 |}
0
edits