business-objects-sdk

Disable the logo, refresh and export icon in CrystalReports BI 4.1

谁说胖子不能爱 提交于 2019-12-25 03:42:10
问题 I am trying to disable the logo, refresh and export icon in CrystalReports. To achieve this, I tried with the following options In BOE.ear/BOE.war/WEB-INF/eclipse/plugins/webpath.CrystalReports/web/WEB-INF/web.xml added below entries <context-param> <param-name>viewrpt.export</param-name> <param-value>false</param-value> <description>Set whether a export button will be shown</description> </context-param> <context-param> <param-name>viewrpt.logo</param-name> <param-value>false</param-value>

Disable the logo, refresh and export icon in CrystalReports BI 4.1

亡梦爱人 提交于 2019-12-25 03:42:03
问题 I am trying to disable the logo, refresh and export icon in CrystalReports. To achieve this, I tried with the following options In BOE.ear/BOE.war/WEB-INF/eclipse/plugins/webpath.CrystalReports/web/WEB-INF/web.xml added below entries <context-param> <param-name>viewrpt.export</param-name> <param-value>false</param-value> <description>Set whether a export button will be shown</description> </context-param> <context-param> <param-name>viewrpt.logo</param-name> <param-value>false</param-value>

How to export CSV from Business Object report?

落花浮王杯 提交于 2019-12-13 07:59:03
问题 I understand that from Business Objects client I have an option to export to "CSV (data only)", but my understanding is that, such an export will not care about the report but just dump the raw universe data. Isn't there any single way to be able to export the report "view" to CSV ? 回答1: It depends on the version of BusinessObjects you're working on. Originally, the CSV export only looked at the Web Intelligence (I assume you're referring to that particular client) microcube , meaning the raw

How to obtain the report data from BO with the use of RESTful Web Services?

房东的猫 提交于 2019-12-12 04:51:54
问题 I would appreciate the sample code (URL String) that returns the data. So far I am able to get the information about the report but I am not able to get the data. 回答1: From: http://help.sap.com/saphelpiis_sbo41sp4wi-sdk/frameset.htm?45f89e086e041014910aba7db0e91070.html Get the list of data providers: GET <webiURL>/documents/{documentId}/dataproviders Within the result you'll get the DP IDs that look like: <id>DP0</id> Then get the number of "flows" in the DP: GET <webiURL>/documents/