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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Issue in QVD generation values

Hi,

I have values like

fruitcode

1

01

0334

334

But When Iam storing into a qvd file.It is storing like

fruitcode

1

1

334

334

But I dnt want like this.I want the exact data itself..Can anyone help me out?

1 Reply
disqr_rm
Partner - Specialist III
Partner - Specialist III

you can load it as:

LOAD text(fruitcode) as fruitcode .......

Then it will load it as text and you will see the exact data.

If data is numeric, QlikView automatically converts it to number to store internally --> Memory optimized.