Categories
- All Categories
- 75 Oracle Analytics News
- 7 Oracle Analytics Videos
- 14K Oracle Analytics Forums
- 5.2K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 40 Oracle Analytics Trainings
- 59 Oracle Analytics Data Visualizations
- 2 Oracle Analytics Data Visualizations Challenge
- 3 Oracle Analytics Career
- 4 Oracle Analytics Industry
- Find Partners
- For Partners
Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
How to restrict OTBI report prompt values based on the role of the user logging in
Sharmava
Rank 2 - Community Beginner
I am creating an OTBI report. Need to implement the security restriction.
The prompt values should be displayed based on the role of the user who is logged in. Please help.
Currently, the query used for prompt is:
SELECT "Position"."PER_POSITIONS_DFF_B_N_2DN_RG_STRCTR_" FROM "Workforce Management - Worker Assignment Real Time" FETCH FIRST 65001 ROWS ONLY
0
Answers
-
Hi,
You can use System Variables (Analytics Publisher) like xdo_user_name in your query.
0