ListObjectDef
Defines the properties of a list object. For more information about the definition of a list object, see Generic object.
Properties
| Name | Description | Type | 
|---|---|---|
| qStateName | Name of the alternate state. Default is current selections $ .  | 
        String | 
| qLibraryId | Refers to a dimension stored in the library.  | 
        String | 
| qDef | Refers to a dimension stored in the list object.  | 
        NxInlineDimensionDef | 
| qAutoSortByState | Defines the sorting by state.  | 
        NxAutoSortByStateDef | 
| qFrequencyMode | Defines the frequency mode. The frequency mode is used to calculate the frequency of a value in a list object. Default is _NX_FREQUENCYNONE . This parameter is optional. One of: 
  | 
        String | 
| qShowAlternatives | If set to true, alternative values are allowed in qData . If set to false, no alternative values are displayed in qData . Values are excluded instead. The default value is false. Note that on the contrary, the qStateCounts parameter counts the excluded values as alternative values. This parameter is optional.  | 
        Boolean | 
| qInitialDataFetch | Fetches an initial data set.  | 
        Array of NxPage | 
| qExpressions | Lists the expressions in the list object. This parameter is optional.  | 
        Array of NxListObjectExpressionDef |