I am using a date to filter with in a Webi document that goes against an Oracle 11G database from BO XI R2. The format that is generated is like so.
IMCUST.V_ENCOUNTERS.CONTACT_DATE In ( '02-02-2010 00:00:00' )
How do I set in the Universe that either the default Oracle date literal is generated i.e. DD-MON-YYYY or it puts a format mask on the date literal like so.
to_date( '02-02-2010 00:00:00','DD-MM-YYYY HH24:MI:SS' )
Thank you.
IMCUST.V_ENCOUNTERS.CONTACT_DATE In ( '02-02-2010 00:00:00' )
How do I set in the Universe that either the default Oracle date literal is generated i.e. DD-MON-YYYY or it puts a format mask on the date literal like so.
to_date( '02-02-2010 00:00:00','DD-MM-YYYY HH24:MI:SS' )
Thank you.