Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Several files & concatenate data

Hello,

having several website I have several files. they have the same structure.

How to concatenate the data use the same filters (particularly for the sites, dates, labels) and accumulate the data quantity and amount in the same graphics?

Bruno

4 Replies
rahulpawarb
Specialist III
Specialist III

Hello Bruno,

If you have multiple data files with same structure and same extension (e.g. .qvd or .xls or .csv) then use below syntax:

Data:

LOAD *

FROM ..\Data\*.qvd (qvd);


This will load all of the QVD files into Data table.

Hope this will be helpful.

Regards!

Rahul

Anonymous
Not applicable
Author

Hello

Well no!
The file formats are not the same.
Moreover, some columns are not the same in different files.

Regards

rahulpawarb
Specialist III
Specialist III

Hello Bruno,

Thank you for your inputs. Would it possible to share some sample data along with current situation and expected results. This will help us further analyze this issue.

Regards!

Rahul

Anonymous
Not applicable
Author

Yes,

how can I you address files?