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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Wrong format

Hello,

I am trying to bring a field into QV but instead of bringing me the values, it transforms half of them into numbers(or date). Here is what I mean:

Capture.JPG

How can I keep the format on the left?

Thank you

Labels (1)
1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Change the alignment on the Presentation tab of the object properties. Or in the script use the text() function to load the field as text:

Load

text(MyField) as MyField

from ...somewhere...;


talk is cheap, supply exceeds demand

View solution in original post

3 Replies
alexandros17
Partner - Champion III
Partner - Champion III

Are you reading from xls file? can you provide it?

Not applicable
Author

I am reading the data from a .dbf file (fox). I cannot copy or even access it outside of QV. The data should all be the same, but I cannot vouch for it. I will try to get some rights to access the database tomorrow . I think I will repost then. Thank you anyway for your help.

Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Change the alignment on the Presentation tab of the object properties. Or in the script use the text() function to load the field as text:

Load

text(MyField) as MyField

from ...somewhere...;


talk is cheap, supply exceeds demand