Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

leading zeros

Hi:

When I load the following data from a txt file:

SKU                           Code

034000240005          15710

00034000240005      15828

The result in QV for the SKU is:

SKU                           Code

034000240005          15710

034000240005          15828

How I can fix this?

1 Solution

Accepted Solutions
MayilVahanan

Hi

Are you using like calculation for SKU value.. If not means, try

Load  text(SKU) as SKU,Code from tablename;

Hope it helps

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.

View solution in original post

2 Replies
MayilVahanan

Hi

Are you using like calculation for SKU value.. If not means, try

Load  text(SKU) as SKU,Code from tablename;

Hope it helps

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.
Not applicable
Author

Thanks