I have a chart that shows over 1000 data points within a decimal field with 4 decimals. I'm trying to group these values to get a count by whole number.
For example, I want the values: 1.204, 1.3156, 1.346, 1.174, grouped to show 4 records at 1 instead of 1 records at each value respectively.