I have a date/time object which I am using in a parameter (between dates 1 and date 2).
The problem I am encountering is that, whilst a user can enter a time and a date, the SQL that is generated includes only the date component. The time is completely truncated!
Does anyone know if this is due to the use of the calendar object that appears and if so, whether there is any way of disabling it for particular objects?
I am simply using a dimension object in the query panel (not a pre-defined filter) and using the ‘between’ option. The object references a date/time field in the databse.
The truncation of the time element occurs even if the user selects a date/time from a list of values.