| IFieldAttributes Interface | 
Namespace: Qlik.Engine
The IFieldAttributes type exposes the following members.
| Name | Description | |
|---|---|---|
| Dec | Defines the decimal separator.
                                        Example: .  | |
| Fmt | 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  | |
| nDec | ||
| Thou | Defines the thousand separator (if any).
                                        Is used if qUseThou is set to 1.
                                        Example: ,  | |
| Type | Type of the field.
                                        Default is U.  | |
| UseThou | Defines whether or not a thousands separator must be used.
                                        Default is 0.  |