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?