Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear All.
I am new to qlikview ,please tell me ...how i can create QVD file?
Regards,
Rahul.
Hi
After loading a table with tablename write the statement
Store Tablename into path\Tablename.qvd;
u can specify path where ever u want if u dont give any path directly u write tablename.qvd thn it will store the qvd in the folder where ur appln resides
Store mytable into xyz.qvd (qvd);
ABC:
Load * Inline
[CatID, Category
0,Regular
1,Occasional
2,Permanent];
store ABC into ABC.QVD (qvd);