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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Extract varchar from sqlserv

Hello,

I am doing a extract from sqlserver and in the table has a column varchar2(6) and has two registers where this column has '00300' and other has '300', so when the qlikview doing the select set both as 00300. How can avoid this, because like this the result is wrong.

thanks

Geny

1 Reply
Not applicable
Author

I hope I have correctly understood the question

try this!


...
TEXT(yourColumn) as yourColumn
...