Versions Compared

Key

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

...

Figure 1: Sample Datalist using Joget Entity Datalist Binder to retrieves data from Retrieves Data From Form Data Audit Trail entityEntity

Figure 2: Properties

NameDescription
Entity

Entity to retrive dataset from.

Choosing entity related to App (i.e. Datalist Definition) will produce another option called

Only retrieve from current App version? to optionally return data related only to the current App the datalist is built on.
Filter Conditions

Filter Conditions

NameDescription
Join Type
  • And
  • Or
Field

Field ID. (e.g. title)

Operator
  • Equal
  • Not Equal
  • Greater Than
  • Greater Than Or Equal
  • Less Than
  • Less Than Or Equal
  • Like
  • Not Like
  • In
  • Not In
  • Is True
  • Is False
  • Is Null
  • Is Not Null
ValueFilter value.
Extra Conditions

Additional condition(s) for filtering the data set. HQL is the expected here.

...