Element Details: Sort
 Back


Available in: Logi Info Source code name: CrosstabValueColumnSort

Crosstab Value Column Sort allows sorting of Crosstab columns.

If the table should sort on a crosstab column created either with an ExtraCrosstabValueColumn or ExtraCrosstabCalculatedColumn, set its ID in the ExtraCrosstabValueColumnID attribute. (Note: This feature is not available with CrosstabComparison elements.)



ATTRIBUTES

Click attribute Name to drill down for more information.

NamePossible ValuesDescription
DataType
Text
Number
Date
Specifies the type of data present.
ExtraCrosstabValueColumnID
UserDefined
Specifies the ID attribute of an ExtraCrosstabValueColumn element, under a CrosstabFilter. Note: This feature is not available with CrosstabComparison elements.
FirstSortSequence
Descending
Ascending
Determines the initial sequence (ascending or descending) used when the user clicks on the header to sort the column. When there are multiple comma-delimited columns listed in the DataColumn attribute, then there may also be multiple comma-delimted sequences. The default is ascending. The sort order then toggles between ascending and descending when the column header is clicked again. This behavior can be over-ridden by setting the ReverseSortSequence attribute.
ReverseSortSequence
Descending
Ascending
Determines the reverse sort sequence (ascending or descending) used when the user clicks on the header to sort the column for the second time. When there are multiple comma-delimited columns listed in the DataColumn attribute, then there may also be multiple comma-delimted sequences. The default value is the opposite direction of the FirstSortSequence. ReverseSortSequence is most useful for preventing a column from reversing direction.



PARENT ELEMENTS

Click element to drill down for more information.

Crosstab Table Value Columns


CHILD ELEMENTS

Click element to drill down for more information.



 Back to top