Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

loading tables in qlikview

Hi All,

how to load the different tables at a time in qlikview

Regard's

Sai Madhu

10 Replies
Chanty4u
MVP
MVP

can u explain more ?

what type of tables u hve ?

can u share ur data?

Chanty4u
MVP
MVP

Not applicable
Author

i have an a different qvd files has different tables, i want to load these file at a time in qlikview

vikasmahajan

Refer this document from FEBRIC  excellent.

Vikas

Hope this resolve your issue.
If the issue is solved please mark the answer with Accept as Solution & like it.
If you want to go quickly, go alone. If you want to go far, go together.
Anonymous
Not applicable
Author

Are you facing any issue doing like this?

load

*

From QVD1;

Load

*

from QVD2;

Load

*

from QVD3;

and so on?

Chanty4u
MVP
MVP

jst do this

Do you want to load multiple QVD’s from a folder?

Here is the code:

Set vFolder = '.';

FOR each File in filelist (vFolder& '\*.qvd')

LOAD * FROM [$(File)] (qvd);

NEXT File

Not applicable
Author

can u give any example

Not applicable
Author

No I am not getting any Issue    

Chanty4u
MVP
MVP