<< Click to Display Table of Contents >> Navigation: Reference > Label controls > <T=> |
Has identical syntax to <F=> and <K=>, but sets formats to take effect on this column only.
In banner labels the only formats implemented are:
AVG, CAZ, CNZ, CLW, CUV, DPR, DPT, EVR, SDV, SER
In stub labels the only formats implemented are:
BRS, MPS
Examples of label controls:
ds $rat=$120/1-3,e,
h = 'Rating\Good<v1>;Average<v0>;
Poor<v-1>;No answer;Mean<t=avg><t=dpt1><r>;
Standard deviation<t=sdv><t=dpt2><r>',
The above adds two stats columns to the table, no definition is needed for the extra columns.
v = 'Header\First row;Second row<t=nbrs>;
Last row<z>',
The above turns off BRS for the second row of the table only.
v = 'Header\First row;Second row<t=mps0>;
Last row<z>',
The above turn off MPS for the second row of the table only.