INxFieldDescription Interface
Assembly: Qlik.Engine.dll
NxDerivedFieldsdata
Please refer to Engine API reference for table definition.
Syntax
[ValueClass]
public interface INxFieldDescription : IAbstractStructureProperties
| Name | Description | 
|---|---|
| AndMode | If set to true a logical AND (instead of a logical OR) is used when making selections in a field. The default value is false. JSON property name: qAndMode | 
| Cardinal | Number of distinct field values JSON property name: qCardinal | 
| DerivedFieldData | Lists the derived fields if any. JSON property name: qDerivedFieldData | 
| IsDefinitionOnly | If set to true, it means that the field is a field on the fly. JSON property name: qIsDefinitionOnly | 
| IsDetail | Is used for Direct Discovery. If set to true, it means that the type of the field is detail. JSON property name: qIsDetail | 
| IsHidden | If set to true, it means that the field is hidden. JSON property name: qIsHidden | 
| IsImplicit | Is used for Direct Discovery. If set to true, it means that the type of the field is measure. JSON property name: qIsImplicit | 
| IsSemantic | If set to true, it means that the field is a semantic. JSON property name: qIsSemantic | 
| IsSystem | If set to true, it means that the field is a system field. JSON property name: qIsSystem | 
| Name | Name of the field JSON property name: qName | 
| ReadableName | JSON property name: qReadableName | 
| Tags | Gives information on a field. For example, it can return the type of the field. Examples: key, text, ASCII JSON property name: qTags |