FieldDescription Class |
Namespace: Qlik.Engine
The FieldDescription type exposes the following members.
Name | Description | |
---|---|---|
FieldDescription | Initializes a new instance of the FieldDescription class |
Name | Description | |
---|---|---|
AlwaysOneSelected | If set to true, it means that the field has one and only one selection (not 0 and not more than 1).
If this property is set to true, the field cannot be cleared anymore and no more selections can be performed in that field.
The default value is false. | |
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. | |
Cardinal | Number of distinct field values. | |
Comment | Field comment. | |
DistinctOnly | If set to true, only distinct field values are shown.
The default value is false. | |
InternalNumber | Internal number of the field. | |
IsDefinitionOnly | If set to true, it means that the field is a field on the fly.
The default value is false. | |
IsHidden | If set to true, it means that the field is hidden.
The default value is false. | |
IsLocked | If set to true, it means that the field is locked.
The default value is false. | |
IsNumeric | Is set to true if the value is a numeric.
The default value is false. | |
IsSemantic | If set to true, it means that the field is a semantic.
The default value is false. | |
IsSystem | If set to true, it means that the field is a system field.
The default value is false. | |
Name | Name of the field. | |
SrcTables | List of table names. | |
Tags | Gives information on a field. For example, it can return the type of the field.
Examples: key, text, ASCII | |
TotalCount | Total number of field values. |