OKCMikeSoll
MIS
If there is a thread that will answer this question please let me know which. Otherwise, I am tring to get aging information from 2 date/time fields. I have formulas to calculate the age but the challange for me is trying to select a specific date/time record base on criteria from another feild. Please see example below.
Group1(Incident_Num.IncidentTable)
Group2(Activity_Num.ActivityTable)
Example:
Ticket Number
G1: 123456
Activity Num Type Date Stamp
G2: 1 Ticket Open 1/1/2005 10:30AM
G2: 2 Called Customer 1/2/2005 11:00AM
G2: 3 Called Customer 1/2/2005 11:30AM
G2: 4 Ticket Closed 1/3/2005 10:00AM
I need to somehow extract the Date/Time value for the first activity that has a "Type" of "Ticket Open" then for the second value I need to extract the Date/Time value for the first record that has a "Type" of "Called Customer". There could be more than one activity with the "Type" of "Called Customer" so I need to get the first one so I can show the age from ticket open to first contact.
CR Version: 9
Database: Oracle
Any assistance would be most appreciated as this has been quite a headache for me. Please let me know if you need additional details.
Thank you in advance.
Mike Soll
Group1(Incident_Num.IncidentTable)
Group2(Activity_Num.ActivityTable)
Example:
Ticket Number
G1: 123456
Activity Num Type Date Stamp
G2: 1 Ticket Open 1/1/2005 10:30AM
G2: 2 Called Customer 1/2/2005 11:00AM
G2: 3 Called Customer 1/2/2005 11:30AM
G2: 4 Ticket Closed 1/3/2005 10:00AM
I need to somehow extract the Date/Time value for the first activity that has a "Type" of "Ticket Open" then for the second value I need to extract the Date/Time value for the first record that has a "Type" of "Called Customer". There could be more than one activity with the "Type" of "Called Customer" so I need to get the first one so I can show the age from ticket open to first contact.
CR Version: 9
Database: Oracle
Any assistance would be most appreciated as this has been quite a headache for me. Please let me know if you need additional details.
Thank you in advance.
Mike Soll