Click or drag to resize
SortCriteria Class
Inheritance Hierarchy
SystemObject
  Qlik.EngineSortCriteria

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

The SortCriteria type exposes the following members.

Constructors
  NameDescription
Public methodSortCriteria
Initializes a new instance of the SortCriteria class
Top
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