其他Web程序调用BIEE的报表方式:
1.报表链接:
【解析】
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 (有几个参数,最多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:
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
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 (口令)