BI Reporting restricting by segment value depending on User
Summary: I am looking for a way of resticting a BI report by a segment value depending on the user accessing the reports. Ideally by assigning a segment to a user withn Oracle fusion
I can restrict the user part in the SQL using (sys_context('USERENV','CLIENT_IDENTIFIER') but how can I link the user to for example a particular Activity code?
I don't want to code it into the SQL as ideally we would be using this on numerous reports. So it being stored somewhere in fusion is the ideal method.
I have looked at data access sets but I don't want to restrict the data access to a segment within Oracle Fusion only within BI reporting.
0