Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
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')