Hints for value tables

  • A condition requires at least two values.

  • An action requires at least one value.

  • The number of values is not limited.

  • A value may only occur once within a value table, i.e. symbols must be unambiguous.

  • There must be no empty entries in the value column, the description of a value may be empty.

  • For a condition, values must be mutually exclusive.

    Right:

    Rate1, Rate2, Rate3, Rate4, Rate5, Rate6

    Right:

    Rate1, Rate2 to 4, Rate5 to 6

    Wrong:

    Rate1, Rate2 to 4, Rate3 to 5, Rate6

    Wrong, because the two values 'Rate2 to 4' and 'Rate3 to 5' overlap, Rate3 and Rate4 match both values in each case.