Currently developing a report that groups items by value range. Using fictional data to describe the situation:
I'm trying to get this desired output, but I cannot use aggregate functions (Sum, Avg) when grouping items. Is there any way to group the ranges on the parent (order) level while retaining the child (order line) data? Any help would be appreciated.
Currently when I try to sum up the data, the sum of the order line is used (which is equal to the value and of no use to me).