Hi,
we are trying to create a report with thrill-throught capability from a cube.
The time dimension that was generated in the cube is based on the movement_date column and has the following formats for every level:
YEAR: YYYY
MONTH: YYYY/MMM
DAY: YYYY/MM/DD
The parameter was added to the prompt page as a date and with the in_range operator. The strange part is that when the query is executed in teradata it takes something similar to this form:
...
WHERE movement_date BETWEEN '009/01/2' AND '009/01/2'
...
You can notice that the dates are truncated on both sides.
Does anybody have an idea on what should we change?
Thanks and regards.