Post Author: olesco
CA Forum: Formula
Hello everyone,
I need help to get the total reported process minutes of a ticket. Here are below scenarios.
Scenario #1: Both records in the same ticket Start and End at the same time.
Ticket# Process Start Process Stop Process Minutes Total Reported Process Minutes
123 10/13/07 11:00 10/13/07 16:40 340 340
123 10/13/07 11:00 10/13/07 16:40 340
Scenario #2: Both Start at the Same Time and one ends later than the other
Ticket# Process Start Process Stop Process Minutes Total Reported Process Minutes
124 10/13/07 11:00 10/13/07 16:40 340 340
124 10/13/07 11:00 10/13/07 13:12 132
Scenario #3: One Starts before the other and the second one Ends after the first (or vise-versa).
Ticket# Process Start Process Stop Process Minutes Total Reported Process Minutes
125 10/13/07 11:00 10/13/07 16:40 340 400
125 10/13/07 11:10 10/13/07 17:40 390
Any help is greatly appreciated. Thank you.
oe
Post Author: ivanl
CA Forum: Formula
Have you tried this in the cross tab (using cross tab expert):
Rows: ticket #
Columns: whatever the columns are
Summarized Fields: Total Reported Process Minutes
change summary of Total Reported Process Minutes to maximum
Add a comment