add_between_filter
Add an inclusive BETWEEN filter (lo <= field <= hi) to a visual, page, or report. Specify bounds, field, and value type to apply a range condition.
Instructions
Add a BETWEEN filter (lo <= field <= hi) at a scope=visual|page|report: two Comparisons (GTE + LTE) joined by And. valueType picks the literal encoding (int|long|decimal|double|datetime|...). fieldKind=column|measure. For scope=visual pass page+visual; scope=page pass page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hi | Yes | upper bound (inclusive) | |
| lo | Yes | lower bound (inclusive) | |
| page | No | page (scope=visual|page) | |
| field | Yes | the field | |
| scope | Yes | visual | page | report | |
| table | Yes | table that owns the field | |
| visual | No | visual (scope=visual) | |
| fieldKind | No | column | measure | column |
| valueType | No | int|long|decimal|double|datetime|string | double |
| reportSessionId | Yes |