|
MoveTextColumnValuesToPages |
For each unique value of a designated text column, this function creates a new page with all the rows that have that text column value.
Syntax:
MoveTextColumnValuesToPages, textColumnCaption
Parameters:
textColumnCaption – the label of the text column to be moved to
Examples:
MoveTextColumnValuesToPages,Attribute1
Splits the current page into new pages for each unique value in the Attribute1 text column.
Comments:In many situations, text column values will not be unique. If this is the case, then it is often desirable to have pages comprised solely of rows with the same text column value. This might be an intermediate step prior to performing another operation which is intended to focus on rows which have that text column value in common.
|