Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

List Item Formatting

Customizes the format of the query result.

...

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 in the Parameterssection  section on the same window.
  • Order expression orders the result according to the given value.
  • Result The result expression returns the result data in the specified XML format.

See Also

...