Differences

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

Link to this comparison view

Both sides previous revision Previous revision
ref:a_f:f:af:nformat [2026/08/13 00:43] – removed - external edit (Unknown date) 127.0.0.1ref:a_f:f:af:nformat [2026/08/13 00:43] (current) – ↷ Page moved from a_f:f:af:nformat to ref:a_f:f:af:nformat localdev
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>