IFieldValue MembersQlik Sense .NET SDK - API Reference
The IFieldValue type exposes the following members.
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.
Back to Top
See Also