Previous Page | Next Page

TEMPLATE Procedure: Creating Crosstabulation Table Templates

DEFINE FOOTER Statement


Creates a template for a footer.
Featured in: Creating a Customized Crosstabulation Table Template with No Legend

DEFINE FOOTER symbol;
<attribute-1;><...attribute-n>;
DYNAMIC variable-1<'text-1'> <... variable-n<'text-n'>>;
NOTES 'text';
TEXT header-specification </ expression>;
END;

The substatements in DEFINE FOOTER and the footer attributes are the same as the substatements in DEFINE HEADER and the header attributes. For details about substatements and footer attributes, see the DEFINE HEADER Statement.

Previous Page | Next Page | Top of Page