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

How to upload a text

Hi, i've this problem: inside my script, i need to upload a text from an excel where this text is '01'. Qlikview change automatically the field into a number. I've tried to change .xls into  .csv  but after upload this field became a number. How can i force text format? Tks

1 Solution

Accepted Solutions
jonathandienst
Partner - Champion III
Partner - Champion III

Hi

This forces it to load as text:

LOAD Text(MyField) as MyField,

     ...

Regards

Jonathan

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein

View solution in original post

2 Replies
jonathandienst
Partner - Champion III
Partner - Champion III

Hi

This forces it to load as text:

LOAD Text(MyField) as MyField,

     ...

Regards

Jonathan

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein
MEllinghausen
Creator III
Creator III

you must read this Diemnsion as text

text(Dimension) as Dimension