Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

Advanced Form Row Data Binder is an extended version of the default Form Data Binder. It allows you to add in Filter Conditions in a guided and friendly manner.

Figure 1: Filter properties in Advanced Form Row Data Binder

In the example shown above, one is applying the following filters to the listing.

  1. Value of field "approval_status" is "Approved" OR
  2. Value of the field "approval_status" is "KIV".

Figure 2: Advanced properties in Advanced Form Row Data Binder

One may also specify Extra Conditions for filters that are not available in the Filter Conditions on the previous tab. For example,

Code Block
langsql
e.customProperties.amount BETWEEN 1000 AND 5000

Note that the keyword "e.customProperties." must be used as the prefix before specifying the usual Form Field ID.