When editing a Data Selector object, two tabs are displayed:
The Data Selector Structure contains 4 sections:
1) Parameters
Here, enter the list of parameters received from the Data Selector invocation to use them in Conditions.
Parameters may be variables or attributes (if a parameter is declared as an attribute, it will automatically act as a filter by equality).
2) Conditions
Here, define the filter conditions to retrieve the desired data.
You can use logical operators: 'and', 'or', and 'not'. If you define conditions in multiple lines, all lines will be connected with the 'and' operator.
Conditional constraints are supported using the 'When' clause, which can only refer to variables included in the Parameters section.
3) Orders
In this section, you can define conditional orders.
To define a compound order, specify all the attributes that compose it in the same line, separated by commas.
Use the 'when' clause, which can only refer to variables included in the Parameters section.
4) Defined By
Here, include an attribute or list of attributes that determine the final base table.