BradCustom
IS-IT--Management
I'm creating a report where I want to find the difference between the last or maximum date entry for a given operation.
The report is grouped by Job number and Workcenter. In the footer I have the following formula to find the maximum {Transaction.Start}
maximum({Transaction_Data.Transaction_Start},{Job_Operation.Work_Center})
What I'd like to do is to find the difference between Workcenter 1 and 2 then workcenter 2 and 3 ect. This would be calculated for each Job and then totaled for the Job. What I'm trying to find is the "Lag" time between Workcenters.
Thanks for your help!
The report is grouped by Job number and Workcenter. In the footer I have the following formula to find the maximum {Transaction.Start}
maximum({Transaction_Data.Transaction_Start},{Job_Operation.Work_Center})
What I'd like to do is to find the difference between Workcenter 1 and 2 then workcenter 2 and 3 ect. This would be calculated for each Job and then totaled for the Job. What I'm trying to find is the "Lag" time between Workcenters.
Thanks for your help!