Data parameter format to data model in BIP
Hi All,
SELECT TO_CHAR(BL.BILL_DT,'MM-YYYY') ,
TO_CHAR(TO_DATE(:P_MONTH_YEAR,'DD-MM-YYYY'),'MM-YYYY') FROM CI_BILL BL;
where as P_MONTH_YEAR = 01-JAN-2020
This is working in SQL but not in BIP giving error as a non-numeric character was found where a numeric was expected