YANKRAY
Technical User
- Nov 7, 2003
- 283
Using CR10.
I am trying to create a Report that will show the Daily Burn Rates for individual work orders so I can group by the Dates to get a Daily Burn Rate for Each date represented by all the work orders.
For Example:
WORK ORDER TOTAL HRS START DATE FIN DATE DUR HRS PER DAY
WO 1 10 2/1/2011 2/2/2011 2 (days) 5
WO 2 20 2/1/2011 2/3/2011 3 6.6
WO 3 40 2/2/2011 2/4/2011 2 13.4
I have calculated fields for Duration (Fin - Start.
and Hrs per day (Total Hrs / Duration).
I am trying to calculate Hours per Day (Burn Rate) over the duration of all three work orders (2/1/2011 to 2/4/2011).
Then to Group this by each day to see the following result.
2/1/2011 11.6
2/2/2011 25.0
2/3/2011 20.0
2/4/2011 13.4
This should total to the sum of the TOTAL HRS COLUMN which is 70.0.
How can I create the desired result on a daily basis?
Thanks,
Ray
I am trying to create a Report that will show the Daily Burn Rates for individual work orders so I can group by the Dates to get a Daily Burn Rate for Each date represented by all the work orders.
For Example:
WORK ORDER TOTAL HRS START DATE FIN DATE DUR HRS PER DAY
WO 1 10 2/1/2011 2/2/2011 2 (days) 5
WO 2 20 2/1/2011 2/3/2011 3 6.6
WO 3 40 2/2/2011 2/4/2011 2 13.4
I have calculated fields for Duration (Fin - Start.
and Hrs per day (Total Hrs / Duration).
I am trying to calculate Hours per Day (Burn Rate) over the duration of all three work orders (2/1/2011 to 2/4/2011).
Then to Group this by each day to see the following result.
2/1/2011 11.6
2/2/2011 25.0
2/3/2011 20.0
2/4/2011 13.4
This should total to the sum of the TOTAL HRS COLUMN which is 70.0.
How can I create the desired result on a daily basis?
Thanks,
Ray