Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have already created some qvds for a different report. Now I need to re use the same QVD files. May I know how to load the QVD files from specific location ?
Can anyone help me on this ?
Thanks
Praveen
Hi,
Go to edit script. Then click on the table files button. Select the QVD. The code snippet will get inserted. Running this will load data from the QVD.
thanks,
Rajesh Vaswani
Hi,
Go to edit script. Then click on the table files button. Select the QVD. The code snippet will get inserted. Running this will load data from the QVD.
thanks,
Rajesh Vaswani
Hi,
Create the variable and store the QVD path there
Ex:-
//Suppose this is your QVD location
LET vPath ='D:\Data\';
//Load the QVD from any location and you have to load SalesTransaction.qvd
Load * From $(vPath)SalesTransaction.qvd;
Regards
Anand
Hi,
in script
go to table files-->go to ur qvd file locations-->
select ur qvd and ok
automatically qvd will loaded