I have created an OAS Dashboard and need to include it in a java based application. I'm able to do this using an iframe and providing the source URL to the dashboard in this context -
http://<OAS Host Name>/analytics/saw.dll?Dashboard&PortalPath=/shared/<Shared Folder Name>/_portal/<Dashboard Name>
This context is then pulled into my java based application and is available to my customers once added as a Safe Domain (through the Data Visualization module). This works great.
The problem is I have end users (setup with the BIConsumer Role) that I do not want to show the Help and Page Options icons that show in the top right corner of the Dashboard. Please develop a solution to suppress or hide these ideas based on the policy/role assigned to the users account.