Hi All,
We are using Crystal Reports XI to create reports and executing those reports from the Business Objects XI R2 and using Oracle 9i database.
I created a report, in that i am using an object SubmittedDate which is coming from universe. In the database the field datatype is varchar2(255). So I created object in universe as to_date({field}, 'mm/dd/yyyy').
On the report side, i created two parameters as StartDate and EndDate which is set to Date format.
Before 29th of Feb this report was giving the result as what we need. when i started executing this report on 29th of Feb, its not giving me any result.
In my Record Selection formula it is written as
{SubmittedDate} >= {StartDate} and
{SubmittedDate} <= {EndDate}.
its giving me an error as
ORA-01843: Not a Valid Month.
when i check it in google about this issue, its says like NLS_DATE_FORMAT.
I don't understand what would be the issue.
Can anyone help me out in this issue.
We are using Crystal Reports XI to create reports and executing those reports from the Business Objects XI R2 and using Oracle 9i database.
I created a report, in that i am using an object SubmittedDate which is coming from universe. In the database the field datatype is varchar2(255). So I created object in universe as to_date({field}, 'mm/dd/yyyy').
On the report side, i created two parameters as StartDate and EndDate which is set to Date format.
Before 29th of Feb this report was giving the result as what we need. when i started executing this report on 29th of Feb, its not giving me any result.
In my Record Selection formula it is written as
{SubmittedDate} >= {StartDate} and
{SubmittedDate} <= {EndDate}.
its giving me an error as
ORA-01843: Not a Valid Month.
when i check it in google about this issue, its says like NLS_DATE_FORMAT.
I don't understand what would be the issue.
Can anyone help me out in this issue.