Oracle Reports (MOSC)

MOSC Banner

Opening drill down report in new browser - Oracle Reports 12c

edited Feb 3, 2020 7:15AM in Oracle Reports (MOSC) 2 commentsAnswered

I want to open a drill down report which is in pdf format in a new browser.  I learnt that srw.set_hyperlink function does not support opening pdf in a separate browser.  I, thus, used srw.set_pdf_path.  However, this does not even open the drill down report leave alone opening it in a new browser.  Using srw.set_hyperlink opens the output but in the same window.

Here is my code.  Kindly correct the mistake.

SRW.SET_PDF_ACTION('http://192.168.40.113:9002/reports/rwservlet?report=ACRLDGR1.rep' ||'destype=cache ' || 'desformat=pdf' || 'paramform=no'

  || 'server=Reportserver' || 'p_account='|| :account_code1 ||'p_end_date=' || to_char(:p_todate,'DD-MON-RRRR') || 'p_from_date='

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center