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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources 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')