Hi,
I have a date field "Edition_date" which has to be filtered based off on 2 dates that have to be extracted from a string field "Title".
The start date in the Title always comes after "startday" and End date always comes after "Endday"
My Title sample data is like
1)Cause: Processing Partner,Failure Category edition Date: Startday 11/15/2008 06:00 AM; edition date: Endday 01/12/2008 10:30
PM;
2)Perforamnce Partner,not categerized, Random result edition Date: Startday 10/10/2008 06:00 AM; edition date: Endday
11/20/2009 07:30 PM;
the startday and the endday formats are always in mm/dd/yyyy format
I should be able to say something in the record selection like
Edition_date in Title[startdate] to Title[enddate]
Thanks in Advance
I have a date field "Edition_date" which has to be filtered based off on 2 dates that have to be extracted from a string field "Title".
The start date in the Title always comes after "startday" and End date always comes after "Endday"
My Title sample data is like
1)Cause: Processing Partner,Failure Category edition Date: Startday 11/15/2008 06:00 AM; edition date: Endday 01/12/2008 10:30
PM;
2)Perforamnce Partner,not categerized, Random result edition Date: Startday 10/10/2008 06:00 AM; edition date: Endday
11/20/2009 07:30 PM;
the startday and the endday formats are always in mm/dd/yyyy format
I should be able to say something in the record selection like
Edition_date in Title[startdate] to Title[enddate]
Thanks in Advance