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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Duplicate records ?

I have a datasource with a Customers table (Code, Description):

1, Customer1

2, Customer2

3, Customer3

001, Customer4

4, Customer5

After loading all related data of Customer1 and Customer4 are summed.

Is it possible to cast the field as a string when loading the data into QlikView?

Labels (1)
1 Solution

Accepted Solutions
jvitantonio
Specialist III
Specialist III

use text(Code) when loading your data

View solution in original post

2 Replies
jvitantonio
Specialist III
Specialist III

use text(Code) when loading your data

swuehl
Champion III
Champion III

try using

LOAD

text(Code) as Code,

Description

from...