I was searching the OTN found certain useful posts from HM:
https://forums.oracle.com/forums/thread.jspa?threadID=2359730&tstart=0
Refer to couple of links below for similar discussion:
https://forums.oracle.com/forums/thread.jspa?messageID=9623194�
https://forums.oracle.com/forums/thread.jspa?messageID=3337803�
Also, came across this workaround during some R&D on this:
Add a static text view to the report and paste the below code (Ensure to check 'Contains HTML Markup' option)
<script>document.body.id = 'idViewPreview'</script>
This does help to open the navigated report in a new window, but not sure of any side effects of using it. You can try and thoroughly test it before actually implementing this in production.
Thanks to All
https://forums.oracle.com/forums/thread.jspa?threadID=2359730&tstart=0
Refer to couple of links below for similar discussion:
https://forums.oracle.com/forums/thread.jspa?messageID=9623194�
https://forums.oracle.com/forums/thread.jspa?messageID=3337803�
Also, came across this workaround during some R&D on this:
Add a static text view to the report and paste the below code (Ensure to check 'Contains HTML Markup' option)
<script>document.body.id = 'idViewPreview'</script>
This does help to open the navigated report in a new window, but not sure of any side effects of using it. You can try and thoroughly test it before actually implementing this in production.
Thanks to All
No comments:
Post a Comment
Thanks to Comment
--Add--