Click or drag to resize
IFieldDescription Interface

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

The IFieldDescription type exposes the following members.

Properties
  NameDescription
Public propertyAlwaysOneSelected
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.
Public propertyAndMode
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.
Public propertyCardinal
Number of distinct field values.
Public propertyComment
Field comment.
Public propertyDistinctOnly
If set to true, only distinct field values are shown. The default value is false.
Public propertyInternalNumber
Internal number of the field.
Public propertyIsDefinitionOnly
If set to true, it means that the field is a field on the fly. The default value is false.
Public propertyIsHidden
If set to true, it means that the field is hidden. The default value is false.
Public propertyIsLocked
If set to true, it means that the field is locked. The default value is false.
Public propertyIsNumeric
Is set to true if the value is a numeric. The default value is false.
Public propertyIsSemantic
If set to true, it means that the field is a semantic. The default value is false.
Public propertyIsSystem
If set to true, it means that the field is a system field. The default value is false.
Public propertyName
Name of the field.
Public propertySrcTables
List of table names.
Public propertyTags
Gives information on a field. For example, it can return the type of the field. Examples: key, text, ASCII
Public propertyTotalCount
Total number of field values.
Top
See Also