Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
Thank you for your support Joel.
-
Thank you Joel.
-
The script imitates the behavior of the dashboard menu and requests + parses the "getDashboardList" json from the server, so the permissions set in the catalog are adopted in this custom header. Basically, it plays by OBIEE's own rules. Developers can then restrict access to certain dashboards by adjusting the permissions…
-
The scope is described in the previous comment: essentially, we have a heavily customized style and the dashboard header is as follows: The user can access all the dashboards present in the current "_portal" folder as well as the pages under the dashboard. The script is already working, it's just that we were wondering if…
-
Our approach is having a standalone analysis which only includes a narrative view with the embedded script. Then, each dashboard includes the analysis at the top of each page. The script uses jQuery to replace the single dashboard name header with the complete list of dashboards present in the current _portal folder, along…