Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Hi
This forces it to load as text:
LOAD Text(MyField) as MyField,
...
Regards
Jonathan
Hi
This forces it to load as text:
LOAD Text(MyField) as MyField,
...
Regards
Jonathan
you must read this Diemnsion as text
text(Dimension) as Dimension