get_app_field
Retrieve values of a specific field from a Qlik Sense app with pagination, wildcard search, and case-sensitive matching options.
Instructions
Return values of a single field from app with pagination and wildcard search (supports * and %).
Input Schema
Name | Required | Description | Default |
---|---|---|---|
app_id | Yes | Application GUID | |
case_sensitive | No | Case sensitive matching for search_string | |
field_name | Yes | Field name | |
limit | No | Max values to return (default: 10, max: 100) | |
offset | No | Offset for pagination (default: 0) | |
search_number | No | Wildcard numeric search mask (* and % supported) | |
search_string | No | Wildcard text search mask (* and % supported), case-insensitive by default |