Query Options

When generating reports in WebEOC Nexus, you can narrow the data returned for the given report by configuring a combination of criteria using simple query statements. Queries are constructed based on the parameters (Boolean and Operation) selected.

If all board entries are to be included in the report, leave the Criteria pane blank.

The following table describes the query parameters:

Query parameters for generating reports
Symbol Query Option

AND

Used in multi-query statements to specify that entries must meet all parameters linked by “AND” to be included in the report.

OR

Used in multi-query statements to specify that entries meeting any parameter linked by “OR” are to be included in the report.

LIKE

Result includes matches containing the parameter entered for Value. This is comparable to a “contains” query. The wildcard (%) can be used with a LIKE query.

=

Result includes entries that exactly match the parameter entered for Value.

<

Result includes matches that are less than the parameter entered for Value (numerically or alphabetically).

>

Result includes matches that are greater than the parameter entered for Value (numerically or alphabetically).

<>

Result excludes those entries matching the parameter entered for Value.