Click or drag to resize
IGenericDimensionInfo Interface

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

The IGenericDimensionInfo type exposes the following members.

Properties
  NameDescription
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 propertyApprMaxGlyphCount
Length of the longest value in the field.
Public propertyCardinal
Number of distinct field values
Public propertyIsSemantic
If set to true, it means that the field is a semantic.
Public propertyTags
Gives information on a field. For example, it can return the type of the field. Examples: key, text, ASCII
Top
See Also