Using Query at Runtime in Advanced SQL

You can optionally include Query At Runtime parameters in your advanced SQL statement. The Query At Runtime definition is composed of the following:

%QAR{{ Table.Column, User text }}%

Note the Query At Runtime definition starts with the string %QAR{{ and ends with }}%. The internal definition consists of the following two parts:

The following table lists User text phrases that are automatically replaced with localized text when shown to the user who runs the report:

User text Localized text shown to the user

all

contains all

any

in

contains any

not all

does not contain all

not any

not in

does not contain any

like

like

not like

not like

likez

like (zero-filled)

contains

contains

not contains

not contains

In addition, note the following:

Related Topics

About Pass-Through SQL

Considerations for Using Pass-Through SQL

Common SQL Operators