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: 
aliara88
Contributor
Contributor

VT Problem!

Hey guys! I have funny Problem! I have Load some Data to qlik view and some Numeric columns show with started "VT" On each value!  i send the screen shot by attachment and there is no topic on the whole internet about this problem. I think I m the only One 😞

Labels (1)
2 Replies
anat
Master
Master

can u concatenate 'VT' for those fields like :'VT'&sal as NewSal;

marcus_sommer
MVP
MVP

It might be just a formatting - maybe from you money-interpretation variables or within the document-settings. If not just add to your load: text(Field) as Field2, num(Field) as Field3, floor(Field) as Field4 - what happens? How does the values look like?

- Marcus