Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

How to change size limit of Double or Int32?

JJJJC
7 - Meteor

I have some columns that are numbers. And I need the size limit to be more than 8. I cannot seem to edit the size in Formula or Select tool. How can I achieve this?

JJJJC_0-1639603299278.png

JJJJC_1-1639603305323.png

 

 

3 REPLIES 3
ConnorK
Alteryx
Alteryx

Hi @JJJJC ,

 

In this situation I would try using a fixed decimal data type instead, as you can specify the amount of decimal points with this format. Below is a link to the range of values each numeric data type can accommodate for.

 

https://help.alteryx.com/20213/designer/data-types

 

Best,

Connor Kelleher
Senior Sales Engineer
Alteryx
PhilipMannering
16 - Nebula
16 - Nebula

More than 8 what? The 8 here refers to bytes but can store up to 15 digits precision: https://help.alteryx.com/20213/designer/data-types

PhilipMannering
16 - Nebula
16 - Nebula

From the same article, as @ConnorK mentions, is the fixed decimal where "maximum precision is 50, inclusive of the decimal point and negative sign (if applicable)."

Labels