I have multiple files named by convention: “data_YYYY.MM.xslx”
I need to load all these files to one qlikview table, but when I do:
Tab:
load Name, Number from [data_*.csv];
I get Tab, Tab-1, Tab-2 files for each file.
I`ve also tryed to do:
Tab:
add load Name, Number from [data_*.csv];
With the same effect.
If anybody know the way how to do it, please help.
This hack works for me: