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: 
markgraham123
Specialist
Specialist

Store ID and Image into QVD Format

Hi all,

Currently i'm doing Binary load to fetch huge amount of ID and Images to the report.

I tried saving info. into qvd and loading - but the image is not loading!

Can some one please throw some lime light how do we store and fetch images in qvd format??

Any help is highly appreciated!

Temp2:

Bundle LOAD ID, Path

FROM Test.csv (qvd);

Temp:

LOAD ID, FNAME,LNAME

FROM

Test.csv(qvd);


Store Temp into Temp.qvd;



Then i'm loading it from qvd -


Any help is highly appreciated

1 Solution

Accepted Solutions
Clever_Anjos
Employee
Employee

Binary load is loading a qvw as it is in disk with all tables. Its a "super fast" feature by Qlik. Enabling loading "zillions" of records in a few seconds

View solution in original post

5 Replies
Clever_Anjos
Employee
Employee

I don´t think it´s possible to store a binary object (a image) into a QVD file.

markgraham123
Specialist
Specialist
Author

Hmm....

Yes Sir.

So...Binary load is the avalable best option for high volume data right?

Clever_Anjos
Employee
Employee

Binary load is loading a qvw as it is in disk with all tables. Its a "super fast" feature by Qlik. Enabling loading "zillions" of records in a few seconds

markgraham123
Specialist
Specialist
Author

Thank you sir!!

Clever_Anjos
Employee
Employee

I´m not a "sir"