Categories
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 3 - Community Apprentice
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