ISortCriteria Interface
  Namespace: Qlik.Engine
Assembly: Qlik.Engine.dll
  
  
  Assembly: Qlik.Engine.dll
Syntax
[ValueClass]
public interface ISortCriteriaProperties
| Name | Description | 
|---|---|
| Expression | 
           Sort by expression. JSON property name: qExpression  | 
      
| SortByAscii | 
           Sorts the field by alphabetical order. JSON property name: qSortByAscii  | 
      
| SortByExpression | 
           Sorts the field by expression. JSON property name: qSortByExpression  | 
      
| SortByFrequency | 
           Sorts the field values by frequency (number of occurrences in the field). JSON property name: qSortByFrequency  | 
      
| SortByGreyness | 
           JSON property name: qSortByGreyness  | 
      
| SortByLoadOrder | 
           Sorts the field values by the initial load order. JSON property name: qSortByLoadOrder  | 
      
| SortByNumeric | 
           Sorts the field values by numeric value. JSON property name: qSortByNumeric  | 
      
| SortByState | 
           Sorts the field values according to their logical state (selected, optional, alternative or excluded). JSON property name: qSortByState  |