Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 14 Oracle Analytics Lounge
- 211 Oracle Analytics News
- 42 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 78 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations 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