Click or drag to resize
FieldValue Class
Inheritance Hierarchy
SystemObject
  Qlik.EngineFieldValue

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

The FieldValue type exposes the following members.

Constructors
  NameDescription
Public methodFieldValue
Initializes a new instance of the FieldValue class
Top
Properties
  NameDescription
Public propertyIsNumeric
Is set to true if the value is a numeric. This parameter is optional. Default is false.
Public propertyNumber
Numeric value of the field. This parameter is displayed if qIsNumeric is set to true. This parameter is optional.
Public propertyText
Text related to the field value This parameter is optional.
Top
See Also