Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
anurag644
Contributor II
Contributor II

Dealing with Monthly Recurring sheets with same columns?

I have multiple technologies in which there are multiple reports generated under each technology every month/quarterly, how do I combine them and also have the previous months data.

Example:

1.Compute (Logically separated Technology)

a.ABC.xls (excel sheet report)

b.DEF.xls (excel sheet report)

.

.


2.Network (Logically separated Technology)

a.XYZ.xls (excel sheet report)

b.UVW.xls (excel sheet report)

all reports have the same columns names.

Your solutions are highly appreciated.

Thanks in advance.

1 Reply
Ivan_Bozov
Luminary
Luminary

Hi! Use wildcard when loading the data as follows:

FROM [lib://Data/*.xlsx]

vizmind.eu