Click or drag to resize
FieldAttributes Class
Inheritance Hierarchy
SystemObject
  Qlik.EngineFieldAttributes

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

The FieldAttributes type exposes the following members.

Constructors
  NameDescription
Public methodFieldAttributes
Initializes a new instance of the FieldAttributes class
Top
Properties
  NameDescription
Public propertyDec
Defines the decimal separator. Example: .
Public propertyFmt
Defines the format pattern that applies to qText. Is used in connection to the type of the field (parameter qType). For more information, see Struct FieldAttributes. Example: YYYY-MM-DD for a date
Public propertynDec
Public propertyThou
Defines the thousand separator (if any). Is used if qUseThou is set to 1. Example: ,
Public propertyType
Type of the field. Default is U.
Public propertyUseThou
Defines whether or not a thousands separator must be used. Default is 0.
Top
See Also