Skip to content

question filter

qlik question filter

Returns NL metrics based on provided app IDs the user has access to.

Synopsis

Returns NL metrics based on provided app IDs the user has access to.

qlik question filter [flags]

Options

  -f, --file string    Reads request from a file
      --filter eq      The advanced filtering to use for the query. Refer to [RFC 7644](https://www.rfc-editor.org/rfc/rfc7644#section-3.4.2.2) for the syntax.
                       
                       Filter on createdAt and updatedAt fields are encouraged and support eq, `ne`, `gt`, `ge`, `lt`, `le` comparison operators along with `and` and `or` logical operators.
                       
                       Filter on tenantId field is not supported.
                       
                       `co`, `sw` and `ew` operators are not supported.
                       
                       Examples:

appId eq “appId1”

(appId eq “appId1” or appId eq “appId2”)

(appId eq “appId1” or appId eq “appId2”) and (createdAt gt “2022-08-03T00:00:00.000Z” and createdAt lt “2022-08-04T00:00:00.000Z”)

(appId eq “appId1”) and (createdAt ge “2022-08-03T00:00:00.000Z”)

(appId eq “appId1”) and (createdAt le “2022-08-23:59:59.000Z”)

(appId eq “appId1”) and (questionId eq “12345”)


-h, --help           help for filter
--interval int   Duration in seconds to wait between retries, at least 1 (default 1)
--limit int      The preferred number of entries returned
--page string    A cursor pointing to the page of data to retrieve.
-q, --quiet          Return only ids from the command
--raw            Return original response from server without any processing
--retry int      Number of retries to do before failing, max 10
--sort string    A single field from the data model on which to sort the response. The '+' or '-' operator may be used to specify ascending or desending order.

Options inherited from parent commands

  -c, --config string            path/to/config.yml where parameters can be set instead of on the command line
      --context string           Name of the context used when connecting to Qlik Associative Engine
      --headers stringToString   Http headers to use when connecting to Qlik Associative Engine (default [])
      --insecure                 Enabling insecure will make it possible to connect using self signed certificates
      --json                     Returns output in JSON format if possible, disables verbose and traffic output
  -s, --server string            URL to Qlik Cloud or directly to a Qlik Associative Engine
      --server-type string       The type of server you are using: cloud, windows (Enterprise on Windows) or engine
  -v, --verbose                  Log extra information
Was this page helpful?