Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
i am looking help for below req:
A single app can get qvds from different folders ,, If yes can anyone hep me asap. Thank you..
Hi surya.qv12 yes you can load different QVDs from different folders...
Yes ....mention the path while fetching that
Table1:
LOAD *
from \\C:Folder ;
Table2:
LOAD *
from \\D:Folder ;
Table3:
LOAD *
from \\E:Folder ;
etc
Thanks for your suggestions.
I want like dynamic using conditions or else any configuration or else using variables ...
for Each f in 'folder1', 'folder2'
load * from [$(f)\*.qvd] (qvd);
next
Can you please elaborate clearly...
The above script loads every qvd from 2 folders
Another option is to create a table with a row for every qvd you want to read (folder name and file name),
loop on that table to to read the qvds