Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
ThePeterK
Creator
Creator

Text Becoming Numbers

Hey Folks,

I'm changing a sort order in the data manager. When I load the data, the table has the correct values and the correct order. When I try to use it in the app, it converts the value to a number (e.g. 1, 2). Has anyone seen this before? Is there a fix?

93/93
Labels (1)
1 Solution

Accepted Solutions
vinieme12
Champion III
Champion III

In the "Data Load Editor"

Modify the load script to force the field as text USING TEXT() FUNCTION 

Example load script will be as below

tablename:

Load 

Field1

,TEXT(field2) as field2

,

From xyzfile.xlsx

 

 

 

 

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.

View solution in original post

3 Replies
vinieme12
Champion III
Champion III

In the "Data Load Editor"

Modify the load script to force the field as text USING TEXT() FUNCTION 

Example load script will be as below

tablename:

Load 

Field1

,TEXT(field2) as field2

,

From xyzfile.xlsx

 

 

 

 

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.
ThePeterK
Creator
Creator
Author

Any way to do that with a load *?

93/93
draghici1109
Creator
Creator

as far as I am aware, no. You has to apply the text() function to every field.

Alexandru Draghici
BICC at Komm.ONE