Hello all,
I'm using CR12 and pulling from a Remedy database using an OBDC connection.
I'm looking for a way to extract the last entry in a worklog. Here is an example of the worklog:
What I need is everything from "Thursday" to the end.
The most recent entry will always be at the bottom, and there may be times where there is only one entry.
Any assistance is greatly appreciated.
I'm using CR12 and pulling from a Remedy database using an OBDC connection.
I'm looking for a way to extract the last entry in a worklog. Here is an example of the worklog:
Code:
Monday, September 05, 2011 10:11:19 AM usnername
Report assigned.
Tuesday, September 06, 2011 4:36:12 PM usnername
Report ready for distribution with a few minor tweaks.
Thursday, September 08, 2011 2:04:22 PM usnername
All tweaks complete. Scheduled to run on Mondays.
What I need is everything from "Thursday" to the end.
The most recent entry will always be at the bottom, and there may be times where there is only one entry.
Any assistance is greatly appreciated.