Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
how to create a qvd
See "STORE" script statement in Help.
SET QVDPath = 'D:\QV App Tests\';
tab2:
Load * Inline [
InvoiceDate,Amount
01/01/2015, 1
02/01/2015, 11
03/01/2015, 21
04/01/2015, 31
];
STORE tab2 into [$(QVDPath)\tab2.qvd];
else u can also use direct path.