Hi, I am using CRv10 with an Oracle database.
I have a report which currently calculates the total amount of work hours expected compared with hours actually worked for each agency.
To do this, I created formulas to calculate the datediff (in seconds) for Scheduled and Actual hours and then summed the formulas at the group level (agency name).
I then created two additional formulas at the agency name level. One to display the sum of scheduled hours to be worked in (hh:mm) and the second to also display the sum of actual hours worked in (hh:mm).
The report currently looks something like this:
Agency Name Scheduled Hours Actual Hours
Agency 1 25.30 20.15
Agency 2 35.45 15.46
The customer would now like to see a % of the hours worked for each agency and I have just realised that it won't be a simple case of dividing "actual hours" by "scheduled hours" * 100!
I'm hoping someone can assist me with this calculation. Any suggestions would be most appreciated.
Thank you in advance.
Sandra
I have a report which currently calculates the total amount of work hours expected compared with hours actually worked for each agency.
To do this, I created formulas to calculate the datediff (in seconds) for Scheduled and Actual hours and then summed the formulas at the group level (agency name).
I then created two additional formulas at the agency name level. One to display the sum of scheduled hours to be worked in (hh:mm) and the second to also display the sum of actual hours worked in (hh:mm).
The report currently looks something like this:
Agency Name Scheduled Hours Actual Hours
Agency 1 25.30 20.15
Agency 2 35.45 15.46
The customer would now like to see a % of the hours worked for each agency and I have just realised that it won't be a simple case of dividing "actual hours" by "scheduled hours" * 100!
I'm hoping someone can assist me with this calculation. Any suggestions would be most appreciated.
Thank you in advance.
Sandra