Oracle Transactional Business Intelligence Idea Lab

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

Return Button in OTBI Report

15
Views
0
Comments
Md Fasi Ahmed
Md Fasi Ahmed Rank 1 - Community Starter

  1. Click on Edit of the OTBI Report
  2. Select new view and click on Other Views
  3. Click on Static Text
  4. On left bottom you can see the static text , select the edit icon to edit the static text.
  5. Place the javascript code in the the static text box and enable the option of ‘Contains HTML/JavaScript/CSS Markup’
  6. Click on ‘Done’ and ‘Save’
  7. 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
2 votes

Submitted · Last Updated