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.
Now when i am trying to write a Record Selection formula as
{SubmittedDate} >= {StartDate} and
{SubmittedDate} <= {EndDate}.
its giving me an error as
ORA-01843: Not a Valid Month.
Still yesterday it was working fine. But I don't know why it is not working from 29th of Feb.
when i check it in search engine about this issue, its says like NLS_DATE_FORMAT.
I am confused 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.
Now when i am trying to write a Record Selection formula as
{SubmittedDate} >= {StartDate} and
{SubmittedDate} <= {EndDate}.
its giving me an error as
ORA-01843: Not a Valid Month.
Still yesterday it was working fine. But I don't know why it is not working from 29th of Feb.
when i check it in search engine about this issue, its says like NLS_DATE_FORMAT.
I am confused in this issue.