Hi!
We have an issue in OBIEE 12.2.1.2.0.
In short, the problem is this:
Have a dimension column of type timestamp with time zone called BALANCE_TIMESTAMP.
All database values are saved as GMT.
Requirement:
Filter on this column in an OBIEE analysis, but do not use time, only date (calendar).
Take into account that time zones will vary for the users.
Say we have column values:
ID BALANCE_TIMESTAMP
1 01-Feb-2017 11:00:00 PM GMT
2 02-Feb-2017 03:00:00 PM GMT
3 02-Feb-2017 11:00:00 PM GMT
4 03-Feb-2017 11:00:00 PM GMT
If prompt is set to 02-FEB-2017 and the user localtime zone setting in OBIEE is GMT, the result set in the report should be:
2 02-Feb-2017 03:00:00 PM GMT
3 02-Feb-2017 11:00:00 PM GMT
If prompt is set to 02-FEB-2017 and the user local time zone setting in OBIEE is GMT+2, the result set in the report should be:
1 01-Feb-2017 11:00:00 PM GMT (= 02-Feb-2017 01:00:00 AM GMT+2)
2 02-Feb-2017 03:00:00 PM GMT (= 02-Feb-2017 05:00:00 PM GMT+2)
We have tried different options, but no one has worked out so far.
Any pointers would be great!
Best Regards,
Morten