IFieldValue Interface
  Namespace: Qlik.Engine
Assembly: Qlik.Engine.dll
  
  
  Assembly: Qlik.Engine.dll
Syntax
[ValueClass]
public interface IFieldValueProperties
| 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  |