I’m hoping I can get some help around using the Group By functionality. My base has a few number fields and a calculated field (using a formula). For simplicity, let’s say I have fields Name, A, B, C, and D. The formula for D = (A+2B) / C.
When I ...