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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
varunreddy
Creator III
Creator III

Issue with formating

Hi All,

I am struggling in performing sum function as QlikView is not understanding the format.

I have numbers in the below format:

   

00000000123456

00000003456789.

When I try to add both the numbers I get 0.

Can any one please explain me how to add these two numbers?

Thanks in advance!

Cheers,

Varun Reddy

15 Replies
varunreddy
Creator III
Creator III
Author

I cannot open this.

I get this error message:

varunreddy
Creator III
Creator III
Author

No luck

sunny_talwar

Ralf used a load statement like this:

LOAD Div(Field, 1e10) & left(repeat('0',10), 10 - len(text(Mod(Field, 1e10)))) & Mod(Field, 1e10) as MyNum


Capture.PNG

varunreddy
Creator III
Creator III
Author

Will try and update Sunny. Thanks again

Cheers,

Varun Reddy. K