Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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
I don´t think it´s possible to store a binary object (a image) into a QVD file.
Hmm....
Yes Sir.
So...Binary load is the avalable best option for high volume data right?
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
Thank you sir!!
I´m not a "sir"