Categories
- All Categories
- 127 Oracle Analytics News
- 23 Oracle Analytics Videos
- 14.5K Oracle Analytics Forums
- 5.5K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 47 Oracle Analytics Trainings
- 7 Oracle Analytics Data Visualizations Challenge
- 4 Oracle Analytics Career
- 8 Oracle Analytics Industry
- Find Partners
- For Partners
How to limit the data in an OTBI Purchasing report depending on the person.

I am creating a dashboard for Procurement (requests and orders).
However, it is a requirement from the client that the owners can only visualize their own requests/orders, but the managers/directors (that can be also requesters) can see all the information.
I have already limited by requesters using this query on the fields User name: LOCATE(USER(), "- Requisition Requester"."Purchase Requester User Name") and the filter: different from 0.
How can I continue and allow that the managers/directors can see all the information?
Best Answer
-
Resolved myself.
0
Answers
-
Hi,
I have a similar requirement for project time cards and project-based PO, how did you achieve it?
0 -
Hello @Shailesh Kumar,
I had to create a query where I limited by username (manager) and cost center (obtained from a substring of the charge account) = 1 where 1 is that they can see the information.
Hope it helps!
0