Opening drill down report in new browser - Oracle Reports 12c
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='