Click or drag to resize
IFieldAttributes Interface

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

The IFieldAttributes type exposes the following members.

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