Click or drag to resize
NxSimpleValue Class
Inheritance Hierarchy
SystemObject
  Qlik.EngineNxSimpleValue

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

The NxSimpleValue type exposes the following members.

Constructors
  NameDescription
Public methodNxSimpleValue
Initializes a new instance of the NxSimpleValue class
Top
Properties
  NameDescription
Public propertyNum
Numeric value of the attribute expression. This property is set to NaN (Not a Number) if the attribute expression value is not a numeric. Numerical values are not returned as text.
Public propertyText
Text related to the attribute expression value. This property is optional. No text is returned if the attribute expression value is a numeric.
Top
See Also