Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 17 Oracle Analytics Lounge
- 218 Oracle Analytics News
- 44 Oracle Analytics Videos
- 15.8K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 82 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations 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