last update date parameter issue in OTBI Reports
Hi All,
I am using below query for parameter for date in OTBI Reports. but I am unable to get any data values when I run the query with date parameter. Could you please provide the correct format to run this query.
select * from GL_CODE_COMBINATIONS
WHERE to_char(LAST_UPDATE_DATE,'MM-dd-yyyy hh24-mi-ss') >=:P_LAST_UPDATE_DATE_FROM
AND to_char(LAST_UPDATE_DATE,'MM-dd-yyyy hh24-mi-ss') <=:P_LAST_UPDATE_DATE_TO