Categories
- All Categories
- Oracle Analytics and AI Learning Hub
- 43 Oracle Analytics and AI Sharing Center
- 19 Oracle Analytics and AI Lounge
- 281 Oracle Analytics and AI News
- 57 Oracle Analytics and AI Videos
- 16.2K Oracle Analytics and AI Forums
- 6.4K Oracle Analytics and AI Labs
- Oracle Analytics and AI User Groups
- 106 Oracle Analytics and AI Trainings
- 20 Oracle Analytics and AI Challenge
- Find Partners
- For Partners
How to know online report parameters values.
We have BI Publisher reports running from Analytics url, all Online reports we have parameters base report.
So how we(As admin) can know when user run the what parameters he selected
Answers
-
Hi @User_INRAO ,
You can add a before/after event trigger to your Publisher data models: https://docs.oracle.com/en/middleware/bi/analytics-server/design-publish/add-data-and-data-triggers.html
You can reference the values of your parameters, the user executing the report and other user information stored in system variables, and use the trigger to save this data to a support table (you have to create the table and the trigger as well).
0 -
Thanks for your suggestion, If I want to get Datamodel name what will be the system variable to pass to trigger.
0 -
Hi @User_INRAO ,
AFAIK there isn't a variable related to the data model name.
You can pass a constant string with the name of the data model.
0

