您的位置:首页 > 其它

其他Web程序调用BIEE的报表方式

2012-11-21 21:37 267 查看
其他Web程序调用BIEE的报表方式:

1.报表链接:

http://azhong-cn:9704/analytics/saw.dll?Go&Path=/shared/test/report1&NQUser=Administrator&NQPassword=Administrator

【解析】

http://azhong-cn:9704/analytics/saw.dll?

Go&Path=/shared/test/report1 (报表路径,可以在Catalog Manager中看见)

&NQUser=Administrator (用户名)

&NQPassword=Administrator (口令)

2.传参数的报表链接:

http://azhong-cn:9704/analytics/saw.dll?Go&Path=/shared/test/report1&Action=Navigate&P0=1&P1=eq&P2=DIM_TIME.YEAR_ID&P3=3+2004+2005+2006

【解析】

http://azhong-cn:9704/analytics/saw.dll?

Go&Path=/shared/test/report1

&Action=Navigate (需要传递参数)

&P0=1 (有几个参数,最多6个)

&P1=eq (参数的运算符是什么,eq表示等于,可以在BI Presentation Server Administration Guide的213页找到所有运算符代号)

&P2=DIM_TIME.YEAR_ID (过滤条件,是Presentation Layer的名字)

&P3=3+2004+2005+2006 (值,表示有3个值,分别是2004.2005.2006)

详细可以参考BI Presentation Server Administration Guide 第11章

如果是中文,可以先使用工具(http://www.w3.org/International/O-URL-code.html)将中文变成URL8的格式

其他Web程序调用BIEE的仪表板方式:

Sample GO URL:

http://localhost:9704/analytics/saw.dll?Dashboard&Cmd=Go&PortalPath=/shared/user/dashboarname&Page=pagename&Syndicate=Siebel&NQUser=username&NQPassword=password&Options=md

As you see above following are the parameters

1. PortalPath - Direct path to the Dashboards.

2. Page - This points to the page within the dashboard

````````````````````````````````````````````````````````````````````````````````````````````````````````

4. nquser - Username

5. nqpassword - Password

Example:

http://localhost:9704/analytics/saw.dll?Dashboard&Cmd=Go&PortalPath=/shared/Paint+Demo/Paint+Dashboard&Page=Brand+Analysis&Syndicate=Siebel&NQUser=Administrator&NQPassword=Administrator&Options=md

3.ANSWERS链接:

http://localhost:9704/analytics/saw.dll?Answers&NQUser=Administrator&NQPassword=Administrator

【解析】

http://localhost:9704/analytics/saw.dll?

Answers (Answers模块)

&NQUser=Administrator (用户名)

&NQPassword=Administrator (口令)
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐