powered by CADENAS

Manual

Manual

5.11.1.4. Anzeigebedingung für Tabellenzeilen - plinkgroups.cfg -> Block [Role_name] -> Key "TABRESTRICTION"

[Hinweis] Hinweis

Anzeigebedingung für Tabellenzeilen is role dependent, so has to be defined for each role separately.

Function: Only datasets which meet the condition are displayed.

Setting in configuration file $CADENAS_SETUP/plinkgroups.cfg:

Block [<Role_name>], key "TABRESTRICTION"

Example:

[Hinweis] Hinweis

Bitte benutzen Sie für diese Einstellung Fortran-Syntax.

[Role_name]
TABRESTRICTION=(ERP_PDM_NUMBER.NE.'')

Meaning: Thy ERP_PDM_NUMBER may not be blank.

Only those data records are displayed which contain an ERP/PDM number.

Setting in user interface under PARTadmin -> category Rollen -> Allgemein tab -> Anzeigebedingung für Tabellenzeilen

-> Anzeige in PARTdataManager:

Further examples:

  • TABRESTRICTION=ACTIVE_STATE.EQ.1

    The "active state" must be set to "Released".

    Only data records which are set to released in the active state column are displayed.

[Hinweis] Hinweis

The effect is comparable with Vorzugsreihe but here in contrary, it is restrictive. It cannot be cancelled by the user. Compare Abschnitt 5.11.1.2, „Vorzugsreihe - plinkgroups.cfg -> Block [Role_name] -> Key "PREFRANGE"“.