Reports
Query reports for a SAP Business Objects BI instance.
Select
The following queries are processed server-side:
SELECT * FROM Reports
SELECT * FROM Reports WHERE DocumentId=1
Insert
INSERT INTO Reports (DocumentId, Name) VALUES (5486, 'test report from cdata connector')
Delete
DELETE FROM Reports WHERE DocumentId=8023
DELETE FROM Reports WHERE DocumentId=8023 AND Id=150
Columns
| Name | Type | ReadOnly | Description |
| DocumentId [KEY] | Integer | False |
The document ID. |
| Id [KEY] | Integer | True |
The report ID. |
| Name | String | False |
The report name. |
| Reference | String | True |
The report reference. |
| Section | String | True |
The report section. |
| HasDataFilter | Bool | True |
If has data filter. |
| HasDriller | Bool | True |
If has driller. |
| ShowDataChanges | Bool | False |
If data changes are displayed. |