Oracle Transactional Business Intelligence

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

How to limit the data in an OTBI Purchasing report depending on the person.

Accepted answer
53
Views
3
Comments

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

Answers

  • Shailesh Kumar
    Shailesh Kumar Rank 2 - Community Beginner

    Hi,

    I have a similar requirement for project time cards and project-based PO, how did you achieve it?

  • Sara González-Gaggero
    Sara González-Gaggero Rank 2 - Community Beginner

    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!