...
Item XPath
Specifies item that will be listed in the control. If it is left empty, which is the same as the * value, all resulting items are listed.
...
The query below basically gathers data from forms, instances and workitems work items associatively and returns them in the desired format.
...
- For expression loops over Instance nodes that are located on root level and assign them to parameter $i
- Let expression gathers several pieces of information depending on the instance, workitem and form data
- Where expression applies criteria to the data. Control parameters used in this section are declared in Parameters a section on the same window.
- Order expression orders the result according to the given value
- Result expression returns the result data in the specified XML format
...