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

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
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

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