Click or drag to resize
FieldAttrType Enumeration
The FieldAttrType tells QlikView how the data should be formatted. For more details read QlikView Reference Manual Section "Number Interpretation Functions".

Namespace: QlikView.Qvx.QvxLibrary
Assembly: QvxLibrary (in QvxLibrary.dll) Version: 2.1.4.0 (2.1.4)
Syntax
C#
public enum FieldAttrType
Members
  Member nameValueDescription
UNKNOWN0
ASCII1
INTEGER2
REAL3
FIX4
MONEY5
DATE6
TIME7
TIMESTAMP8
INTERVAL9
See Also