SOLVED
Numeric data type
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
fokus237
6 - Meteoroid
‎09-19-2020
06:39 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
What numeric data type permits the gratest the greatest range of value with the most precision on Alteryx?
Solved! Go to Solution.
Labels:
- Labels:
- Topic of Interest
1 REPLY 1
Aaron_Harter
11 - Bolide
‎09-19-2020
06:53 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @fokus237,
Here's some documentation about the different Alteryx data types. You'll likely want to use the Double numeric data type:
"A standard double-precision floating-point value. It uses 8 bytes and can represent values from +/- 1.7 x 10^-308 to 1.7 x 10^308 with 15 digits precision. A double uses a decimal that can be placed in any position. A double uses twice as many bits as a float and is generally used as the default data type for decimal values."
