Skip to main content
Solved

Decimal Places in Rollups

  • August 7, 2023
  • 2 replies
  • 51 views

Forum|alt.badge.img+1

I'm trying to find the average of a Ratings field for a product using a rollup.

Based on the docs this should work:

 

ROUND(AVERAGE(values), 2)
 
However, I still only get whole numbers back. How can I see the result to two decimal places using a rollup?

Best answer by Sho


There is also a format setting in the Formula field.
I think that is where the integer is set.

2 replies

Forum|alt.badge.img+21
  • Inspiring
  • Answer
  • August 8, 2023


There is also a format setting in the Formula field.
I think that is where the integer is set.


Forum|alt.badge.img+1
  • Author
  • New Participant
  • August 8, 2023


There is also a format setting in the Formula field.
I think that is where the integer is set.


Great I didn't spot the formatting tab in the Rollup. Thanks for the guidance.