Hello,
We’re using CR8.5 with an Oracle 9.1 DB. I’m using an Oracle view to pull a dataset which lists records based on opened & closed actions. Each action has a date & time associated.
1.) I would like to determine the time interval between the open & close actions. The date will be the same for both actions but the time will differ by as much as a few minutes or as little as a few seconds.
2.) I’m grouping on Subscriber Name and I don’t want to display any records that don’t have a “Closed” action. I don’t want to display Subscriber name 2.
The data looks like this:
Subscriber Name 1
Action Trans_Date Trans_Time Field_ID Queue
Open 2007-09-01 1:00:34 PM G Analyst
Closed 2007-09-01 1:01:03 PM SELECT FROM LIST Analyst
Subscriber Name 2
Action Trans_Date Trans_Time Field_ID Queue
Open 2007-09-01 12:56:37 PM G Analyst
Still learning,
Thanks,
Q
We’re using CR8.5 with an Oracle 9.1 DB. I’m using an Oracle view to pull a dataset which lists records based on opened & closed actions. Each action has a date & time associated.
1.) I would like to determine the time interval between the open & close actions. The date will be the same for both actions but the time will differ by as much as a few minutes or as little as a few seconds.
2.) I’m grouping on Subscriber Name and I don’t want to display any records that don’t have a “Closed” action. I don’t want to display Subscriber name 2.
The data looks like this:
Subscriber Name 1
Action Trans_Date Trans_Time Field_ID Queue
Open 2007-09-01 1:00:34 PM G Analyst
Closed 2007-09-01 1:01:03 PM SELECT FROM LIST Analyst
Subscriber Name 2
Action Trans_Date Trans_Time Field_ID Queue
Open 2007-09-01 12:56:37 PM G Analyst
Still learning,
Thanks,
Q