Versions Compared

Key

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

...

Panel
borderColorpurple
borderWidth1
titleBGColor#ddccff
borderStylesolid
titleNew Feature

This feature has been enhanced in Joget Workflow v6 to support join, group and aggregate function.

Image Modified

Figure 1: Advanced Form Data Binder Properties

...

The configurations shown in Figure 3 will produce the following sample result.

...

NameDescription
Expression Columns

Additional column can be added in this expression columns. This is especially useful when you need to perform additional computation on multiple columns.

Code Block
titleSample
CAST(price AS long)
Code Block
titleSample
CAST(e.customProperties.sales_price AS long) - CAST(e.customProperties.price AS long)

 

 

Custom Checkbox/Radio Button Value

Define custom record ID to be used to pass over to column action. Defaulted to ID.

Image Modified