Skip to main content
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
MVP
MVP

Try to load your values as text

LOAD

     Text(upc) as upc,

View solution in original post

3 Replies
sunny_talwar

Try may be this:

Num(upc) as upc

or

upc * 1 as upc

swuehl
MVP
MVP

Try to load your values as text

LOAD

     Text(upc) as upc,

dionverbeke
Luminary Alumni
Luminary Alumni

or try set verbatim = 1