Hi, I'm trying to load multiplesheets from an excel document. I know there are already many tutorials available. I checked out a lot, but still I don't managed to get it fixed. I tried to r...
Hi, I need to load data from multipleExcel files which each contain multiplesheets. I need to filter files by name (eg. *_sys.xlsm) and sheets by names (eg. 'start with number and atleast 4 c...
Hi! Can someone help me with my load statement? I am trying to load mulpiple numbered sheets from multiple files. In each file there can be numbered sheets from 1-12 (12 is max, can be less) a...
...elow, taken form the following sources: http://qlikviewcookbook.com/2008/09/loading-multiple-excel-sheets/ https://community.qlik.com/t5/QlikView-Scripting/Loading-from-multiple-Excel-f...
Hi, I have found below given script to load multipleexcelsheets, but in the script I am getting error at below given positions I do't know the reason...secondly I want to store the this d...
hi, Beginner in qlik view. I used the below script from QV community to load multipleexcel worksheets and it worked.All the worksheets have the same format. When i tried to create a list box f...
...nviresearch - MS EXCEL ODBC CON;DBQ=$(file)];
tables:
SQLtables;
DISCONNECT;
FOR i = 0 to NoOfRows('tables')-1
LET sheetName = purgeChar(purgeChar(peek('TABLE_NAME', i, 'tables'), chr(3...
Have 50 workbooks - one for each customer - stored in "CustomerData" folder. Workbooks can have 1 to 50 worksheets (one for each day with customer data.) In each workbook, worksheets are ...
Hello Team,
I am trying load multipleexcelsheets via single excel file dynamically, below is the script is working fine in my local machine and same not working in QMC.
Could you please help m...