Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 208 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 76 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
OBIEE 12c - Commentary in analyses

OBIEE 12c
Is there some way to add commentary on dashboards or reports. The purpose would be to explain some metric/KPI on the dashboard or report. The commentary would persist after exiting the report dashboard.
Answers
-
-
OBIEE commentary in 12c is same as earlier versions. What research have you done so far?
0 -
The "historical" solution for collaborations and comments is BITeamwork (OBIEE Commenting & Annotation Tool | Collaborate with BITeamwork ).
The Rittman Mead ChitChat came a lot later.
If you use elements of OSSM (scorecards) you have a native commenting solution.
If you look into SampleApp you see some other "home made" examples, using OBIEE writeback (the worst IMO) or APEX (easiest).
0 -
Thanks Gianni for your helpful answer.
0 -
We've used APEX in the past, you just need to make sure your APEX application is resilient to URL injection attacks etc with it being hosted separately. On that last note, you'll need to configure your APEX HTTP listener to work cross domains if you are hosting APEX on a different server and want to use AJAX requests to the APEX engine. A nice way to do it is to use jQuery-UI and pop up the Apex window using a dialog box.
0