Free Trial

Alteryx Designer Desktop Discussions

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

Inconsistent results when numbers are too large

Alteryx_newbie
6 - Meteoroid

Hi all,

 

I have a set of data consisting of relatively large numbers, and I am trying to aggregate them using the Summarize tool. The issue is that I seem to get inconsistent results every time I run the workflow.

 

For example, 

  • 1st run: 5,973,734,380,328,240
  • 2nd run: 5,973,734,380,328,330
  • 3rd run: 5,973,734,380,328,260

I understand that the double data type has 15 digits of precision, and my initial understanding is that 15 digits of precision means 15 significant figures. However, based on my run results, this does not seem to be the case.

 

Does 15 digits of precision actually mean that any digit beyond the 15th digit will become random? Are such inconsistent results expected with large numbers, and does this mean I will not be able to produce the exact same results between runs?

 

[Edit: I saw a related post here Big numbers and Alteryx . Not sure if it has anything to do with my issue]

11 REPLIES 11
ChrisTX
16 - Nebula
16 - Nebula

@apathetichell in your experience, do problems exist with DOUBLE only when there are decimal values?  If all of our values are Integers, can we expect "challenges"?  See attached workflow.

 

Chris

apathetichell
19 - Altair

@ChrisTX - until you get to the limits of double size - ints should be fine (because the simplest fraction of two integers for an integer will always be X/1) - so X should be fine. At least that's my hypothesis. I try not to use double in general.

Labels
Top Solution Authors