Please enable JavaScript.
Coggle requires JavaScript to display documents.
Alteryx Book Appendix D: Field Types (Lucy May) (Numeric (Byte (Field with…
Alteryx Book Appendix D: Field Types (Lucy May)
Class: Boolean
Bool
Field with 2 true and False
Numeric
Byte
Field with integers between 0 and 255
Int16
A field with i between -32768 and 32767
Int32
Field with i between -2147483648 and 2147483647
Int64
i between -9223372036854700 and 9223372036854700
Fixed decimal
field with a specific including the number decimal places
Float
a field with up to 7 digits with accuracy between -3.4^38 and 3.4^38
Double
A field with up to 15xxx of accuracy between -1.7^308 and 1.7^308
String
String
a field with up to 8xxx characters
WString
unicode characters
V_String
adj size depending on the length of strings
V_WString
Date
Time
DateTime
Blob
Blob
A field with image or files
SpatialObj
field with points, lines, polylines, polygons