Selecting query values

In this section Hide

The way in which you specify values depends on the type of variable.

Note: To prevent spelling and capitalization errors, Oracle recommends that you select rather than type values.

Matching a text string

If the options Contains, Starts with, Ends with, or Equals appear for a variable, enter a text string and select an option to indicate the type of matching. You can also check Ignore capitalization to retrieve matching values regardless of upper or lower case.

Specifying ranges

For numeric or date variables, specify a range by entering From and To values. Values equal to or greater than the From value and equal to or less than the To value are found. If you leave the From field empty, there is no lower bound. If you leave the To field empty, there is no upper bound.

If a date variable is stored as a date field in the source data, you must enter the date in the format MM/DD/YYYY or use the calendar icon to select a date.

If you do not specify a time, the application considers the time to be midnight of the specified date.

Note: If a date variable is stored as a text field in the Oracle database, you can search for it as you would search for any text string.

Specifying report IDs

For a variable specified with the type Report ID in the data configuration, you can enter a string of report IDs separated by commas.

Check Include Null values to include null (empty) values along with the other values that you specify for a variable, and click Next. For more information, including how the NOT operator works if you include null values, see Specifying query logic.