Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Meet Qlik's New CEO. The Future Is Bright — Here's What to Expect
cancel
Showing results for 
Search instead for 
Did you mean: 
simonaubert
Partner - Specialist II
Partner - Specialist II

largest integer authorized ? still 15 digits?

Hello Everyone,

I had in mind that integers on qlik would be limited on 15 digits since 2019 (14 before).

What is the largest numeric value that can be load... - Qlik Community - 1744936
Re: Problem with big numbers (more than 14 digits) - Page 2 - Qlik Community - 36929

However, i just connected my Qlik Sense server to a bigquery table with 17-20 integers (obtained with farm_fingerprint for keys).
And... it seems to work !!

simonaubert_0-1784548349218.png

 

simonaubert_1-1784548440510.png


What did I miss? 

Best regards,

Simon

 

Bi Consultant (Dataviz & Dataprep) @ Business & Decision
Labels (3)
1 Solution

Accepted Solutions
Or
MVP
MVP

But are these the actual underlying numbers? And, do they all have no significant digits past a certain number? Qlik has no issue saving numbers larger than 15 digits - but only the most significant digits are saved. That's why I mentioned that the trailing zeroes are suspect. 

View solution in original post

6 Replies
Or
MVP
MVP

Are you sure it worked? That all of these numbers are exactly 17 digits long when removing trailing zeroes seems pretty suspect considering the actual length of the values isn't identical...

marcus_sommer
MVP
MVP

In addition to @Or do a few calculations with these numbers to find possible differences between storing the data and their meta-information and the capabilities of the engine to calculate with them.

Background are my very early experiences with QV which could treat a 15-digit number as number, for example in keys/joins but not calculating with them.

simonaubert
Partner - Specialist II
Partner - Specialist II
Author

@marcus_sommer  and @Or  Thanks. 
I'm sure it seems to work... not sure it works perfectly fine.

I tested the sum, multiplication abd addition, worked pretty well

simonaubert_0-1784562636150.png

 



Bi Consultant (Dataviz & Dataprep) @ Business & Decision
Or
MVP
MVP

But are these the actual underlying numbers? And, do they all have no significant digits past a certain number? Qlik has no issue saving numbers larger than 15 digits - but only the most significant digits are saved. That's why I mentioned that the trailing zeroes are suspect. 

simonaubert
Partner - Specialist II
Partner - Specialist II
Author

@Or good catchn thanks !! The trailing 0 shouldn't exist.. and that also explain i guess that a +1 does not work

simonaubert_0-1784563951558.png

 

Bi Consultant (Dataviz & Dataprep) @ Business & Decision
Or
MVP
MVP

Luckily, we can still fix this with text() 🙂