Appian Associate Developer (ACD100) — Question 44
You need to query some data from the database using more than one filter.
Which parameter for a!query() should you use to define your filters?
Answer options
- A. filter
- B. logicalExpression
- C. aggregation
- D. selection
Correct answer: B
Explanation
The correct answer is B, as the logicalExpression parameter allows you to combine multiple filters in your query. The filter parameter (A) is used for single filters, while aggregation (C) is for summarizing data, and selection (D) pertains to specifying fields to retrieve, not for applying filters.