Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
qlikviewwizard
Master II
Master II

What is Call LoadQVD('<Name>');

What is Call LoadQVD('EMP');

Give me an example.

Thanks in advance.

1 Solution

Accepted Solutions
Kushal_Chawda

LoadQVD is subroutine created in load script which searches the particular QVD from particular folder and loads that QVD.

Now you are calling that subroutine to load particular QVD

For eg in your case It will load QVD with name Emp

View solution in original post

1 Reply
Kushal_Chawda

LoadQVD is subroutine created in load script which searches the particular QVD from particular folder and loads that QVD.

Now you are calling that subroutine to load particular QVD

For eg in your case It will load QVD with name Emp