| SortTextColumn |
This function sorts the page alphabetically or numerically according to the designated text column.
Syntax:SortTextColumn, caption, sortOrder, alphaNumeric Parameters:caption - the text column caption to be sorted. sortOrder - {ascending, descending } for setting the order of the sorting. alphaNumeric - {alphabetic, numeric } for setting the type of sorting. Examples:SortTextColumn,Runner,desc,numer This example sorts all the rows in your data based on the value in a text column labelled 'Runner' in a descending, numerical order. Note that the parameters may be shortened. |