I've created a report table and instead of the total column adding up the values in the specific columns it's completing the calculation of the columns:
An example of the columns are as per below:
Resource Rate Resource Hours Resource Cost
£100 28 £2,800
£150 32 £4,800
£190 17 £3,230
I would expect the totals to be:
Resource Rate: £440
Resource Hours: 77
Resource Cost: £10,830
Instead the Resource Cost is showing as £33,880 - Total Resource Rate x Resource Hours - how can I swap the totals values to show what I'm expecting?