Hi,
I am using sql server as data source in obiee 11g but when I am using any date field in filters in reports its giving error as :
[ODBC SQL Server Driver][SQL Server]'TO_DATE' is not a recognized built-in function name.
I checked the physical query and found that to_date is applied in where clause. The report is working without date filter and report is having date column.
Can anybody suggest how I can fix this issue in OBIEE.
Thank You