hide_filter
Hide a filter from the filter pane in view mode while keeping it applied to the report. Specify visual, page, or report scope for the target.
Instructions
HIDE a filter in view mode (still applied to the report but not shown in the filter pane to viewers). scope=visual|page|report (visual needs page+visual; page needs page). Matches the filter on table[field]. Sets the filter's isHiddenInViewMode flag.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | page name (required for scope=visual|page) | |
| field | Yes | field to match | |
| scope | Yes | visual|page|report | |
| table | Yes | table that owns the filter field | |
| hidden | No | true = hidden, false = shown | |
| visual | No | visual name (required for scope=visual) | |
| reportSessionId | Yes |