Difference between revisions of "How do I format while trying to Average?"

From SmartWiki
Jump to: navigation, search
Line 12: Line 12:
 
'''Where can this be applied?'''
 
'''Where can this be applied?'''
  
'' Calculated field'' section in [[:Category:Reports]]
+
''[[Calculated field]]'' section in [[:Category:Reports|reports]].
  
 
[[Category:FAQ]][[Category:Reports]]
 
[[Category:FAQ]][[Category:Reports]]

Revision as of 09:50, 30 April 2013

Q: How do I format while trying to Average?

A: format(AVG(if([this]='criteria',this],0)),num))

where num = integer indicating scale of the decimal number.

Why do we do this?

 To display the result of average with specified number of digits after decimal, above syntax can be used to apply the formatting.

Where can this be applied?

Calculated field section in reports.