Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Link to a saved interactive report [closed]

I have several saved queries in an interactive report (IR). How can I generate a link to any particular saved report in the IR?

like image 348
michael nesterenko Avatar asked Mar 22 '26 22:03

michael nesterenko


1 Answers

http://docs.oracle.com/cd/E23903_01/doc/doc.41/e21674/bldapp_rpt.htm#BABEJEBJ

You can link to saved primary default, alternative default and public reports using IR_REPORT_[report_alias] in the request value of the URL.

The following examples demonstrate how to link to a primary report (report_alias=12345):

This example links to a primary report:

f?p=100:1:&APP_SESSION.:IR_REPORT_12345

This example links, resets, and clears primary report settings:

f?p=100:1:&APP_SESSION.:IR_REPORT_12345::RIR,CIR:

This example links, resets, and clears primary report settings. It additionally creates a ENAME = 'KING' filter on the primary report:

f?p=100:1:&APP_SESSION.:IR_REPORT_12345::RIR,CIR:IR_ENAME:KING

like image 191
Jeffrey Kemp Avatar answered Mar 24 '26 23:03

Jeffrey Kemp



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!