bw_reporting_update_view
Update BICS axes and refresh the result set by posting the full infoObject state from the initial view to re-render the report.
Instructions
POST updated BICS axes and refresh the result set. Pass the full infoObject state (name/id/axis/pos) from bw_reporting_initial_view. Prefer bw_reporting_preview when you only need to set row/column characteristic names.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state | Yes | Full selection state (all infoObjects with ROWS/COLUMNS/FREE). | |
| toRow | No | Result-set end row inclusive (default ~1000 on server). | |
| fromRow | No | Result-set start row (default 0). | |
| provider | Yes | Provider name, with or without ! prefix. | |
| outputPath | No | If provided, the full result is written to this path (under the workdir) and the tool returns only a small summary envelope { ok, outputPath, bytes, summary }. Objects/arrays are written as JSON; ONLY the bw_*_get_xml family writes the raw XML string as plain text (that file is directly reusable as xmlPath in a later save call). Other *_get tools (e.g. bw_dtp_get, bw_trfn_get) write the PARSED XML-to-JSON tree, not raw XML — use the matching bw_*_get_xml tool when you need the raw XML string. Use outputPath for large responses (XML, table data, logs, dataflow graphs). When set, tools skip inline pagination/projection so the file contains the complete payload. |