Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
how to load data from qvw automatically into anoter qvw.
Thanks.
Are you talking about local client or publisher
Hi,
1 example
Set QVD = ..\QVD\;//folder_1
Set QVDStage = ..\QVDStage\;//folder 2
Set vTableStage = 'My_Table';
$(vTable):
LOAD
A,
B,
C
FROM
[$(QVDStage)$(vTableStage).qvd](qvd);
publisher