Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies the user selected values to the query that is to be executed.
Syntax
client server public static void applyInputQuery(
Map _relevantFields,
Query _inputQuery,
Query _query)
Run On
Called
Parameters
- _relevantFields
Type: Map Class
The list of relevant fields to add to the query.
- _inputQuery
Type: Query Class
The query that defines the user selected ranges.
- _query
Type: Query Class
The query to add the user selected values to.