Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
mwscott1
Creator
Creator

Two Decimal points

What do I need to add to the statement to limit the number to two decimal points?

 

=AVG({<FormName={'30 Days'}>} [Rate your experience.])

1 Solution

Accepted Solutions
Lisa_P
Employee
Employee

=Num(AVG({<FormName={'30 Days'}>} [Rate your experience.]), '#,##0.00')

View solution in original post

1 Reply
Lisa_P
Employee
Employee

=Num(AVG({<FormName={'30 Days'}>} [Rate your experience.]), '#,##0.00')