Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

Date filter having sql server as data source not working in obiee 11g

Received Response
22
Views
11
Comments
2»

Answers

  • 2660624
    2660624 Rank 3 - Community Apprentice

    Fixed the issue by creating dummy report having column with hard coded date value in the format required by bi server and use it in the main report in filter.

    Now physical query is not using TO_DATE function : T835376.DTTMRECIEVED >= '2017-01-01'.

    Thank you guys. Really appreciate your help.