oracle – 链接到已保存的交互式报告

前端之家收集整理的这篇文章主要介绍了oracle – 链接到已保存的交互式报告前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我在交互式报告(IR)中有几个已保存的查询.如何在IR中生成指向任何特定已保存报告的链接

解决方法

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

猜你在找的Oracle相关文章