Discussion Board for collaboration related to QlikView App Development.
Hi All,
how to load the different tables at a time in qlikview
Regard's
Sai Madhu
can u explain more ?
what type of tables u hve ?
can u share ur data?
i have an a different qvd files has different tables, i want to load these file at a time in qlikview
Refer this document from FEBRIC excellent.
Vikas
Are you facing any issue doing like this?
load
*
From QVD1;
Load
*
from QVD2;
Load
*
from QVD3;
and so on?
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
can u give any example
No I am not getting any Issue
jsut go through this