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

Announcements
Q&A with Qlik - Qlik Cloud Migration: Questions about migrating to Qlik Cloud? Catch the latest replay!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Qlik Sense has a problem storing data when there leading zeroes

Hi Qlik Community,

I notice that when the values of the UPC are identical except for for the leading zeroes, Qlik just grab the first value.  In this example, the one highlighted in yellow is replaced with the one on top?

Please advise how I can fix this?

1 Solution

Accepted Solutions
swuehl
Champion III
Champion III

Try to load your values as text

LOAD

     Text(upc) as upc,

View solution in original post

3 Replies
sunny_talwar
MVP
MVP

Try may be this:

Num(upc) as upc

or

upc * 1 as upc

swuehl
Champion III
Champion III

Try to load your values as text

LOAD

     Text(upc) as upc,

dionverbeke
Partner - Creator III
Partner - Creator III

or try set verbatim = 1