FieldValue Class
  Namespace: Qlik.Engine
Assembly: Qlik.Engine.dll
  
  
  Assembly: Qlik.Engine.dll
Inheritance
- 
      System.Object
      - FieldValue
 
Syntax
[ValueClass]
public class FieldValue : IFieldValueConstructors
| Name | Description | 
|---|---|
| FieldValue() | 
Properties
| Name | Description | 
|---|---|
| IsNumeric | Is set to true if the value is a numeric. This parameter is optional. Default is false. JSON property name: qIsNumeric | 
| Number | Numeric value of the field. This parameter is displayed if  This parameter is optional. JSON property name: qNumber | 
| Text | Text related to the field value. This parameter is optional. JSON property name: qText |