Hi All,
I am using CRXI and Oracle 9i. In my Database the Submitted Date field datatype is varchar2(255). the dates are stored as
10/10/2007
12/11/2007
06/06/2007
08/02/2007
05/17/2007
07/25/2007
11/16/2007 (they are in the format of mm/dd/yyyy)
I created two parameters on the report StartDate and EndDate.
When i execute the report, the date format in the parameter shows as Enter Date in the format of yyyy-mm-dd. In the record selection formula i am writing the formula as
CDate({SubmittedDate}) >= {?StartDate} and
CDate({SubmittedDate}) <= {?EndDate}
Its giving me an error as Bad Date Format String.
Is there any way to write the record selection formula to match (yyyy-mm-dd) format with (mm/dd/yyyy)
I am using CRXI and Oracle 9i. In my Database the Submitted Date field datatype is varchar2(255). the dates are stored as
10/10/2007
12/11/2007
06/06/2007
08/02/2007
05/17/2007
07/25/2007
11/16/2007 (they are in the format of mm/dd/yyyy)
I created two parameters on the report StartDate and EndDate.
When i execute the report, the date format in the parameter shows as Enter Date in the format of yyyy-mm-dd. In the record selection formula i am writing the formula as
CDate({SubmittedDate}) >= {?StartDate} and
CDate({SubmittedDate}) <= {?EndDate}
Its giving me an error as Bad Date Format String.
Is there any way to write the record selection formula to match (yyyy-mm-dd) format with (mm/dd/yyyy)