Categories
- All Categories
- Oracle Analytics Learning Hub
- 19 Oracle Analytics Sharing Center
- 18 Oracle Analytics Lounge
- 231 Oracle Analytics News
- 44 Oracle Analytics Videos
- 15.9K Oracle Analytics Forums
- 6.2K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 86 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Filter results of an OTBI report based on logged in user
Viosam
Rank 1 - Community Starter
I am creating a data model for approval transactions. Is there a way to filter the results of the approvals based on the logged in user (Approver)
0
Answers
-
Here is the bit in your user guide that tells you how to get user information in your report in OTBI
For more information see
Oracle® Fusion Middleware
Data Modeling Guide for Oracle Business Intelligence Publisher
12c (12.2.1.2.0)
E77720-02
December 2016
https://docs.oracle.com/middleware/12212/bip/BIPDM/GUID-2A6E4B9B-ABCD-4CF0-A458-59B89F2443A1.htm#BIPDM223select all 0 as s_0 , :xdo_user_name as USER_ID , :xdo_user_report_oracle_lang as USER_LANGUAGE , :xdo_user_report_locale as USER_LOCALE , :xdo_user_ui_oracle_lang as UI_LANGUAGE ,:xdo_user_ui_locale as UI_LOCALE from dual t
0
