How to open report in a new browser window when click a link

try this…create a object in the universe as follows (assuming db is oracle)


'<a href="javascript:void(window.open('''http://pww.pmsbdw.anr.ms.philips.com/wijsp/scripts/openDocument.jsp?sDoc=Single Order Summary&amp;sType=wid&amp;RepoType=corporate&amp;iDocID=3356&amp;lsSEnter the Order Number:='||table.column||''', target='''||'_blank'||'''));">'||table.column||'</a>'

Then include this object as a column in your report. You could also do it at the report level ( it could affect the performance though). Check this link out https://bobj-board.org/t/17203/5.


tp_4321 (BOB member since 2003-09-21)