Hi, I have a report that I need to calculate group total which is based on a running total field. I got the "This field cannot be summarized" error. Can someone help me? Here is my report
User | Open Work Order (running total work order count if the status is open reset at group 1) | FTE | FTE Adjusted (Open Work Order/FTE) |
---|---|---|---|
User 1 | 58 | 1 | 58 |
User 2 | 78 | 1 | 78 |
User 3 | 84 | 0.8 | 105 |
Totals | 220 | 2.8 | 241 |
I need to add FTE Adjusted column to get 241 but I cannot use either summarized field or running total. Is there another way to calculate it?
Thanks in advance.