Date format conversation in OBIEE
YalaOct 31 2009 — edited Nov 1 2009Hello guys
I am a quick question about how to stop OBIEE from using to_date conversation? The date format in the db is dd/month/yy, and when I run any report in OBIEE answer using Date columns, it will always convert the format to "dd/mm/YYYY". The sql generated will always have a to_date() in where clause..
Is there a way to not have OBIEE does that and just show the date with format as it is and drop the to_date conversion in SQL?
Thanks