BI Publisher XLS Template Report -Date Columns Filter Issue
Hi All,
We are working on a ‘xls’ based Template BI Publisher report. Client requirement is that where he should be able to apply filter over Date columns in output as per below screen shot.
I have found a workaround in Standard Oracle docs where we need to write excel formula (=DATEVALUE(LEFT(CELL_REFERENCE,10))) in column to achieve this. We are able to apply filter over date columns as per client requirement by following approach provided in Oracle docs. But when we select the cell in that column, formula is appearing in formula bar instead of selected cell value (Example: 01-May-2019).