Hi,
Is there a way of making dbr.avg work to a certain number of decimal places?
I have a column "Number of participants", which is an INT.
If I run average on an INT, it outputs a rounded average.
I can display the "Number of participants" column using FORMAT(column,2), but this mean that the average can end up being a long (and overly accurate) response.
Eg: avg 3.2697201017812
What I really want is INT items, with 1-2 decimal places on the output. Can this be done?
(if not, it's surely a thing that should be possible in MyDBR)
Cheers
Rick