Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
How to convert the underlying qvd file to csv . Where i dont have that qvd in my disk space. Actually it is a demo app which is loading its data from qvd. I need the data used in that app. So how to store r have a copy of all the data used in the app. I tried
Store tablename into filename.csv(csv); and
Store tablename into filename.csv
(txt, delimter is',');
Both are not working since the qvd is not found.
I have attached the downloaded qvf from cloud.
You should provide app with lower size. It's not good to provide 24MB size file..
The only way is to make a table of the data in front end and then sent to Excel.
(but if you got more that million rows you will struggle)
You can not add STORE at this point as the app will first look for the underlining qvd and then saved into csv.
There are more than 1M rows. I tried dragging the columns to table and then extract, but its taking too long to provide the link to download . Is there any other way that i can have access to data.
May be do a binary load with store statement. I have not tested this, but this is just an idea. Also, your attached app doesn't have any data in it. So, I am unable to test the binary load idea....
Binary load i can do, but how to store it later.
Binary C:\users\Abc\Procurement.qvf; then what is the syntax for store. Store tablename into C:\users\abc\Proc.qvd(qvd); is it?
Store works only with tablename
Check this link out: