设为首页 - 加入收藏 PHP编程网 - PHP站长网 (http://www.52php.cn)- 电商,百科,编程,业界,移动互联,5G,云计算,站长网!
热搜: 娱乐 服务 百度 表达
当前位置: 首页 > 站长百科 > 正文

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

发布时间:2021-01-04 04:16 所属栏目:[站长百科] 来源:网络整理
导读:我在交互式报告(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 publ

我在交互式报告(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

【免责声明】本站内容转载自互联网,其相关言论仅代表作者个人观点绝非权威,不代表本站立场。如您发现内容存在版权问题,请提交相关链接至邮箱:bqsm@foxmail.com,我们将及时予以处理。

推荐文章
热点阅读