Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I need to read a data from qvd file and save them in xls format.
I just type the next code
Custumer:
Load ID,
Name
From $(vRuta)Custumer.qvd(qvd);
Store * From Customer into $(vDestino)Customers.csv(txt);
In these way it don't work. only save the save qvw file in txt format.
Too i just type...
Store Customer into $(vDestino)Customers.csv;
and didn't work.
Anyone can help me?
Thanks!!!
Sorry peoples !!!
My script code is working correctly.
the issues was that I was looking for in another folder.
My sintax was verty well.
Could it be spelling ? Your table is Custumer in your script. But the store says Customer.
Use whichever is the right table name:
Store Customer into $(vDestino)Customers.csv (txt);
Store Custumer into $(vDestino)Customers.csv (txt);
ps: what is $(vDestino) ? Something like 'C:\Folder\' I hope...
Sorry peoples !!!
My script code is working correctly.
the issues was that I was looking for in another folder.
My sintax was verty well.
Sorry peoples !!!
My script code is working correctly.
the issues was that I was looking for in another folder.
My sintax was verty well.