Categories
- All Categories
- Oracle Analytics and AI Learning Hub
- 53 Oracle Analytics and AI Sharing Center
- 20 Oracle Analytics and AI Lounge
- 291 Oracle Analytics and AI News
- 57 Oracle Analytics and AI Videos
- 16.4K Oracle Analytics and AI Forums
- 6.5K Oracle Analytics and AI Labs
- Oracle Analytics and AI User Groups
- 116 Oracle Analytics and AI Trainings
- 21 Oracle Analytics and AI Challenge
- Find Partners
- For Partners
Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Need user preference date from BIP query on the report
Tushar Rathi
Rank 1 - Community Starter
I have a requirement to show date difference based on user preference setup on the report output.
I need to handle this from BIP query to print on RTF report.
Please share any way to achieve this.
Regards,
Tushar
0
Answers
-
Hello Tushar,
Please use the session variable XDO_USER_TIMEZONE to get the user time zone.
Example:
select :XDO_USER_TIMEZONE from dual
Thank you
Hassan
0
