Go to BI reports and analytics>Browse Catalog
Open the BI Report that you want to add to the Oracle cloud homepage:
Copy the Link for the report which will look something like below:
Now, go to Navigator> configuration> Sandboxes
Create a Sandbox.
Give sandbox name and structure access. Then, click on create and enter
Now go to Navigator> Structure
Add the group where Report needs to be added and select ‘Create page Entry’
Enter Name, Group and Link type as ‘Static url’. Enter the link copied in Destination:
Click on save and close
To restrict the Report to be displayed only to particular roles
Open the Page entry again. Choose EL expression in both ‘Show on Navigator’ and ‘Show on SpringBoard’
Enter the following on the EL expression by adding the roles which should be having access to the report. Multiple roles can be added by comma separator.
#{(securityContext.userInRole[‘ORA_PER_EMPLOYEE_ABSTRACT‘])}
Publish the sandbox and check if the Icon is coming as expected under the expected group..