ISortCriteria MembersQlik Sense .NET SDK - API Reference
The ISortCriteria type exposes the following members.
Properties

  NameDescription
Public propertyExpression
Sort by expression.
Public propertySortByAscii
Sorts the field by alphabetical order.
Public propertySortByExpression
Sorts the field by expression.
Public propertySortByFrequency
Sorts the field values by frequency (number of occurrences in the field).
Public propertySortByGreyness
Public propertySortByLoadOrder
Sorts the field values by the initial load order.
Public propertySortByNumeric
Sorts the field values by numeric value.
Public propertySortByState
Sorts the field values according to their logical state (selected, optional, alternative or excluded).
Back to Top
See Also