QUERY
When retrieving list data, SOQL can be written in advance to filter and sort the data. Filters correspond to the WHERE clause in SOQL, while sorting is done using the ORDER BY clause. Although users can manually write the query, the Query Wizard allows for easy application of filters without requiring knowledge of SOQL.
🔸 Steps to Configure Query
In the WHERE clause, click the Query Wizard button in the bottom-right corner.
Datatable Setup Query Wizard Configure the field and value for the condition, then click the Apply button.
In the ORDER BY clause, click the Field API Name Finder button in the bottom-right corner.
Field API Name Screen Select the field you want to sort by.
In the Result field, add ASC(ascending) or DESC(descending) after the field’s API name and click the Save button to finalize your query.
Last updated
Was this helpful?