Obtain user's timezone from preferences
Summary
Obtain user's timezone from preferences for BIP reportContent
We have a BIP report which needs to display datetime values based on user's location (timezone). We can use the function FROM_TZ to convert the values from DBTIMEZONE to a desired timezone, but how do we obtain the user's timezone from their BI preferences? Is there a table or function that we could use to do this?0