bw_update_query_settings
Change display and behavior settings for an existing BW Query, including zero suppression, result position, sign presentation, and document links.
Instructions
Change query-level display and behaviour settings of an existing BW Query (description, zero suppression, result position, sign presentation, zero presentation, universal display hierarchy, document links, and related flags). Only the provided settings are applied in a single save. The InfoProvider, technical name, and package cannot be changed. All names must be technical names (e.g. "QUERY_NAME").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| transport | No | Transport request number (e.g. DEVK900123). Only needed when the query lives on a transportable package; omit for $TMP queries. | |
| query_name | Yes | Technical name of the query to modify (e.g. "QUERY_NAME"). | |
| description | No | Query description text. | |
| document_links | No | Document link visibility. | |
| adjust_formatting | No | Adjust formatting. | |
| sign_presentation | No | Sign presentation (e.g. "inFrontOf", "after"). | |
| result_position_top | No | Place the result row on top. | |
| show_scaling_factor | No | Show the scaling factor. | |
| result_position_left | No | Place the result column on the left. | |
| zero_suppression_rows | No | Suppress zero-value rows. | |
| hierarchy_display_rows | No | Universal display hierarchy for rows. | |
| zero_presentation_kind | No | Zero presentation kind (e.g. "withCurrency"). | |
| zero_suppression_columns | No | Suppress zero-value columns. | |
| hierarchy_display_columns | No | Universal display hierarchy for columns. | |
| suppress_repeated_key_values | No | Suppress repeated key values. | |
| zero_presentation_custom_value | No | Custom value shown for zeros. |