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

Missing zeros in field loaded

Hello,

I'm having a strange problem, I am loading this big set of data, these are accounts, I have a field AcctCode, this is a unique code, when I load it in Qlikview for some accounts it cuts one 0 from the front of the account, that make for a whole lot of confusion,  now I have the same code for 2 accounts, and this happens with a lot of accounts.

For example I have an account 0022531 and one 00022531 in a SQL db, when loading it in Qlikview it registers both accounts with code 0022531. This makes the orders register twice for both accounts, which is not correct. Anybody else having this issue? Or any ideas why this would happen and how to fix?

I am running version 12.20.20400

Thank you.

1 Solution

Accepted Solutions
MK_QSL
MVP
MVP

While loading use Text in front of AcctCode.


Text(AcctCode) as AcctCode

View solution in original post

2 Replies
MK_QSL
MVP
MVP

While loading use Text in front of AcctCode.


Text(AcctCode) as AcctCode

Anonymous
Not applicable
Author

Thank you, exactly what I needed