Additional functions when opening decision tables

Sometimes it can be useful to automa­tically execute further functions when opening a decision table, e.g. filtering rules for certain values of conditions or actions.

When specifying the file in the link or when calling LF‑ET with the option -open "file­name.lfet", a specification can be made for this purpose at the end of the filename, before the file extension .lfet, enclosed in $$( und ):

file­name$$(xxx).lfet

Where xxx is an expression for the function to be e­xe­cu­ted, where capitalization is irrelevant. The underscore can be used as separator between arguments to improve readability.

Currently, the following functions are available:

Focus on a condition, action or rule

$$(B03)

Focus on condition B03 (alternatively $$C03 is also possible)

$$(A01)

Focus on action A01

$$(R15)

Focus on rule R15

Open a value table

$$(B03W)

Open the value table of condition B03

$$(B03_W)

As in the previous line, but with underscore as separator to improve readability

$$(A05w)

Open the value table of action A05

Filtering rules by the values (symbols) of a condition or action,
upper-/lowercase letters are taken into account when filtering

$$(B01SDOK)

Display all rules where the symbol for C01 usually starts with "DOK".

$$(B01_S_DOK)

As in the previous line, but with underscore as separator to improve readability.