Hi,
I have encountered an issue when using a datetime dimension for a Webi query filter, either as a constant of a prompt, where the SQL that is generated removes the time portion from the entered datetime filter value.
For example, in the query filter for a datetime dimension I set a constant value of 6/19/2015 2:00:00 AM. This is done using the datetime picker. I then look at the generated SQL and see that the WHERE clause is "Table.DateTime_Column = {d '2015-06-19'}". I have tried this with a number of different datetime dimensions with the same result.
The dimensions used are set as datetime and are mapped to database columns that are TIMESTAMP(6). The database is an Oracle 11G database, our BIP is 4.1 SP3 and we are using UNX universes.
Has anyone encountered this issue? Thanks in advance for any responses.
Mel