Add new values to select list or other table from row input

Hi folks, we just finished part two of this work which adds support for select controls with table based formulas.

Classes supported:

  • Table1
  • Table1.Col1
  • Table1.Filter(Area = thisRow.Area)
  • Table1.Filter(Area = thisRow.Area).Col1

As a bonus, when the select formulas has a filtered expression, we extract the filter formula and infer default values on the target lookup table. This uses the same level of support for filtered views.

Here’s a teaser

This new support is already enabled – let us know if you run into any issues!

Nigel.

5 Likes