How to pass date to ESS Job for Oracle BI report
Summary:
We have created a report that takes start and end date as mandatory parameters in the format (MM-dd-yyyy). When we run this report from Analytics Catalog page the report runs successfully.
We have created a ESS Job so that users can enter the date parameters and run the report. The Job on the backend is not accepting the date correctly and thus report runs successfully but there is no output. On checking the xml file we found the below which is not correct:
<PSTARTDATE>0169-05-08T00:00:00.000+00:00</PSTARTDATE><PENDDATE>0198-05-08T00:00:00.000+00:00</PENDDATE>
Content (required):
Please let us know what is the step that we are missing.
0