Math Sum Subnode Module

What data type is this module using? The reason I ask is I am using it to sum a handful of currency values. All input values have 2 decimal places but the output appears to be Double as many look like so

<SUM><![CDATA[8172.800000000001]]></SUM>

Would it be possible to set the decimal format or something similar?

Hi Brent,

Sorry, the system currently doesn’t have a generic numeric formatting module. It does have a specialized module for currency formatting, however.

You will need to do any custom numeric formatting with inline Java, PHP, or JavaScript. You could wrap that functionality within a subassembly to make it reusable for yourself if you need it regularly.

Robert