Adjustment of separator usage in ValueList function

In LDM user fields, you can enter formulas, which also allow the use of certain functions. If you want to provide multiple attributes in the 'ValueList' function, you now separate them with a semicolon.

The function ValueList(Keyfield=<keyfield>;Separator=<separator>) returns a list of values from the provided keyfield, separated by the given separator:

  • If no keyfield is provided, the value of the table's key field is returned.
  • If no separator is provided, the list is comma-separated.

For a semicolon, use Separator=<pk>, for example [prdr_prbv.ValueList(Keyfield=bwrk_num;Separator=<pk>)].