Changes

Jump to: navigation, search

Displaying a Number Value as Currency

349 bytes added, 14:59, 9 April 2014
m
added XML node bit
<br />
By default, currency formatting will only be displayed when a record is in [[view mode]]. Currency formatting will be applied when the record is in [[edit mode]] only if the setting "Show Currency Format in Edit Mode" is selected in the custom field settings.
 
==XML data==
 
For [[Custom_Field_Type:_Special_-_XML_Data|XML Data]] node values you must place the syntax before the ''node.nodevalue''.
 
 
For example if the node is as follows:
 
<pre>@xml.src.staff.subtotal.y1-amount.nodevalue@</pre>
 
To display as currency you should use:
 
<pre>@xml.src.staff.subtotal.currency_eur(y1-amount.nodevalue)@</pre>
 
==See Also==
0
edits

Navigation menu