Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
a_f:f:af:nformat [2022/09/02 02:52] – removed - external edit (Unknown date) 127.0.0.1a_f:f:af:nformat [2025/01/09 06:44] (current) – Incorrect Tag Text > Mathematical sean
Line 1: Line 1:
 +{{tag>Index Function Function_List Mathematical Version:v8.5}}
 +====== NFORMAT ====== 
 +===== Description =====  
 +Formats a number differently depending on its value – whether it is positive, negative or zero. Returns formatted number
 +===== Parameters =====  
 +expression, such as SUM, format of the positive non-zero value; format of the zero value; optional format of the negative value
 +===== Example =====  
 +<code aim><<NFORMAT(SUM Object.Attribute, '#.00', '')>> </code>