Categories
- All Categories
- Oracle Analytics and AI Learning Hub
- 54 Oracle Analytics and AI Sharing Center
- 26 Oracle Analytics and AI Lounge
- 311 Oracle Analytics and AI News
- 57 Oracle Analytics and AI Videos
- 16.4K Oracle Analytics and AI Forums
- 6.7K Oracle Analytics and AI Labs
- Oracle Analytics and AI User Groups
- 117 Oracle Analytics and AI Trainings
- 24 Oracle Analytics and AI Challenge
- Find Partners
- For Partners
Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Return Button in OTBI Report
Md Fasi Ahmed
Rank 1 - Community Starter
- Click on Edit of the OTBI Report
- Select new view and click on Other Views
- Click on Static Text
- On left bottom you can see the static text , select the edit icon to edit the static text.
- Place the javascript code in the the static text box and enable the option of ‘Contains HTML/JavaScript/CSS Markup’
- Click on ‘Done’ and ‘Save’
- Please find the below Javascript code for adding the return button :
<button type="button" name="back" id="back" onclick="fnBk()" style="" class="bp" > Return </button>
<script type="text/javascript"> function fnBk() { window.close(); window.open("Your Report URL"); } </script>
Tagged:
2