Folks,
I am trying to parse a memo field that displays audit information to output only the events that show a datetimestamp change to a field called planned end date.
When I use the following formula I only get one occurence:
Formula:
if ({table.Audit}) like ['*is the new planned end date*']
then left(({table.Audit}),21)+ totext(" is the new planned end date")
Result:
10/31/06 09:23:35 is the new planned end date
I am using Crystal Reports XI.
Below is a memo snippet. The memo grows rather large and the string can show up anywhere in it and multiple times.
9/25/06 - Vendor is on-site to work this initiative.
9/25/2006 9:21:02 AM Distributed Server
10/31/06 09:23:35 is the new planned end date.
10/02/06 09:23:43 is the new planned Start date.
9/25/2006 10:26:58 AM joeuser
10/31/06 09:23:35 is the new planned end date.
10/02/06 09:23:43 is the new planned Start date.
10/2/2006 10:40:49 AM joeuser
I would like to show like this:
10/31/06 09:23:35 is the new planned end date.
10/31/06 09:23:35 is the new planned end date.
Thanks in advance!
I am trying to parse a memo field that displays audit information to output only the events that show a datetimestamp change to a field called planned end date.
When I use the following formula I only get one occurence:
Formula:
if ({table.Audit}) like ['*is the new planned end date*']
then left(({table.Audit}),21)+ totext(" is the new planned end date")
Result:
10/31/06 09:23:35 is the new planned end date
I am using Crystal Reports XI.
Below is a memo snippet. The memo grows rather large and the string can show up anywhere in it and multiple times.
9/25/06 - Vendor is on-site to work this initiative.
9/25/2006 9:21:02 AM Distributed Server
10/31/06 09:23:35 is the new planned end date.
10/02/06 09:23:43 is the new planned Start date.
9/25/2006 10:26:58 AM joeuser
10/31/06 09:23:35 is the new planned end date.
10/02/06 09:23:43 is the new planned Start date.
10/2/2006 10:40:49 AM joeuser
I would like to show like this:
10/31/06 09:23:35 is the new planned end date.
10/31/06 09:23:35 is the new planned end date.
Thanks in advance!