Guest_imported
New member
- Jan 1, 1970
- 0
I have the following information within one record:
Record ID: 01
User Group Datetime Entry_type
BSMITH ADMIN Blah Viewed Record
AHALL OPS Blah Resumed Record
BSMITH ADMIN Blah Closed Record
JCOMPTON OPS Blah Transferred Record
EXPERT OPS Blah Record Created
I need to select when the record was created, transferred, resumed, and closed. With that information I need to do a datediff between them. Example: datediff(created, transferred) or anyone of the combos I listed.
Record ID: 01
User Group Datetime Entry_type
BSMITH ADMIN Blah Viewed Record
AHALL OPS Blah Resumed Record
BSMITH ADMIN Blah Closed Record
JCOMPTON OPS Blah Transferred Record
EXPERT OPS Blah Record Created
I need to select when the record was created, transferred, resumed, and closed. With that information I need to do a datediff between them. Example: datediff(created, transferred) or anyone of the combos I listed.