Previous Topic

Next Topic

Book Contents

Book Index

Example 1

Table 141 NAME Parameter Database Variables

Group

Database Variable

QC (Quality Control)

DB_QC.TOTAL1

OP (Operations)

DB_OP.TOTAL1

If the current group is QC and the rule attempts to access TOTAL1 from within the QC group, the variable can simply be referred to as DB_TOTAL1 within the rule definition.

If the current group is QC and the rule attempts to access TOTAL1 from within the OP group, the variable must be referred to as DB_OP.TOTAL1 within the rule definition.

For details about referring to Database variables within rule definitions, see Database Variable Reference Method.

Parent Topic

NAME Basic Parameters