Click or drag to resize
ISortCriteria Interface

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public interface ISortCriteria

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).
Top
See Also