<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Load script for multiple tabs in single excel document in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Load-script-for-multiple-tabs-in-single-excel-document/m-p/58489#M790319</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;check this document for the solution &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;A href="https://community.qlik.com/docs/DOC-7860"&gt;Loading Multiple Excel Sheets Dynamically along with file name and sheet name&lt;/A&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Feb 2018 09:50:38 GMT</pubDate>
    <dc:creator>avinashelite</dc:creator>
    <dc:date>2018-02-06T09:50:38Z</dc:date>
    <item>
      <title>Load script for multiple tabs in single excel document</title>
      <link>https://community.qlik.com/t5/QlikView/Load-script-for-multiple-tabs-in-single-excel-document/m-p/58487#M790317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hope someone can help with this. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have very large data file to process shortly with coded field values. Accompanying this file is the field value definitions document. This document consists of a tab per field in a single excel document. My problem is that there are 200+ fields, hence 200+ tabs. I've seen some examples where there is a load script solution but these seem to be based on the same field names (each table has distinct field names). When I've tried replacing the field names with '*' it doesn't work either.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone help? I really don't want to have to add 200+ pieces of load script...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-script-for-multiple-tabs-in-single-excel-document/m-p/58487#M790317</guid>
      <dc:creator>mattphillip</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Load script for multiple tabs in single excel document</title>
      <link>https://community.qlik.com/t5/QlikView/Load-script-for-multiple-tabs-in-single-excel-document/m-p/58488#M790318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What sort of information is on the 200+ tabs? Are they all the same structure? Do you want to concatenate all of these into a single table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you open the spreadsheet using an ODBC/OLEDB connection, you can get a list of the tab names, and then loop over the tabs to load the content.\&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-19542"&gt;Use OLEDB to get Excel sheet names&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or, if you are feeling adventurous...&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-15921"&gt;How to extract Sheet Names from an Excel XLSX-file without ODBC&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Feb 2018 09:46:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-script-for-multiple-tabs-in-single-excel-document/m-p/58488#M790318</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2018-02-06T09:46:53Z</dc:date>
    </item>
    <item>
      <title>Re: Load script for multiple tabs in single excel document</title>
      <link>https://community.qlik.com/t5/QlikView/Load-script-for-multiple-tabs-in-single-excel-document/m-p/58489#M790319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;check this document for the solution &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;A href="https://community.qlik.com/docs/DOC-7860"&gt;Loading Multiple Excel Sheets Dynamically along with file name and sheet name&lt;/A&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Feb 2018 09:50:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-script-for-multiple-tabs-in-single-excel-document/m-p/58489#M790319</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2018-02-06T09:50:38Z</dc:date>
    </item>
    <item>
      <title>Re: Load script for multiple tabs in single excel document</title>
      <link>https://community.qlik.com/t5/QlikView/Load-script-for-multiple-tabs-in-single-excel-document/m-p/58490#M790320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Each tab has a table of varying length, each containing two fields; &amp;lt;fieldname&amp;gt;Data and &amp;lt;fieldname&amp;gt;Label. As the values in the main data table are coded, I need to load in the definition file so Qlikview can link the &amp;lt;fieldname&amp;gt;Data field&amp;nbsp; in the main data table with the &amp;lt;fieldname&amp;gt;Data field in the appropriate definition table, allow me to used the &amp;lt;fieldname&amp;gt;Label field in the dashboard itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately the main data file is so massive that we can't open it to edit it directly to build in the &amp;lt;fieldname&amp;gt;Label field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Feb 2018 09:52:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-script-for-multiple-tabs-in-single-excel-document/m-p/58490#M790320</guid>
      <dc:creator>mattphillip</dc:creator>
      <dc:date>2018-02-06T09:52:15Z</dc:date>
    </item>
    <item>
      <title>Re: Load script for multiple tabs in single excel document</title>
      <link>https://community.qlik.com/t5/QlikView/Load-script-for-multiple-tabs-in-single-excel-document/m-p/58491#M790321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Avinash,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I took a look at the link and tried the script but I'm getting this error message (see below). Any ideas how I can fix this? Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Error.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/192586_Error.jpg" style="height: 120px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Feb 2018 10:02:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-script-for-multiple-tabs-in-single-excel-document/m-p/58491#M790321</guid>
      <dc:creator>mattphillip</dc:creator>
      <dc:date>2018-02-06T10:02:11Z</dc:date>
    </item>
    <item>
      <title>Re: Load script for multiple tabs in single excel document</title>
      <link>https://community.qlik.com/t5/QlikView/Load-script-for-multiple-tabs-in-single-excel-document/m-p/58492#M790322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;I feel like its the driver miss match try to change the connection string &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: blue;"&gt;ODBC&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: blue;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;CONNECT&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: blue;"&gt;TO&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: maroon;"&gt;[Excel Files;DBQ=$(vFile)]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt;or &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: black; font-size: 9pt; font-family: 'Courier New';"&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: blue;"&gt;ODBC&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: blue;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;CONNECT64 &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: blue;"&gt;TO&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: maroon;"&gt;[Excel Files;DBQ=$(file)]&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: black;"&gt;;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Feb 2018 10:29:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-script-for-multiple-tabs-in-single-excel-document/m-p/58492#M790322</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2018-02-06T10:29:54Z</dc:date>
    </item>
    <item>
      <title>Re: Load script for multiple tabs in single excel document</title>
      <link>https://community.qlik.com/t5/QlikView/Load-script-for-multiple-tabs-in-single-excel-document/m-p/58493#M790323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to have Excel installed on the machine which is running the script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Feb 2018 10:36:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-script-for-multiple-tabs-in-single-excel-document/m-p/58493#M790323</guid>
      <dc:creator>stabben23</dc:creator>
      <dc:date>2018-02-06T10:36:09Z</dc:date>
    </item>
    <item>
      <title>Re: Load script for multiple tabs in single excel document</title>
      <link>https://community.qlik.com/t5/QlikView/Load-script-for-multiple-tabs-in-single-excel-document/m-p/58494#M790324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried the CONNECT64 line and it gets as far as Table 112 then I get an error message 'Internal inconsistency, Type F' and Qlikview crashes. Am I just trying to load too many tables? Maybe its worth a shot to just split the files into two groups?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What do you think?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Feb 2018 10:39:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-script-for-multiple-tabs-in-single-excel-document/m-p/58494#M790324</guid>
      <dc:creator>mattphillip</dc:creator>
      <dc:date>2018-02-06T10:39:40Z</dc:date>
    </item>
    <item>
      <title>Re: Load script for multiple tabs in single excel document</title>
      <link>https://community.qlik.com/t5/QlikView/Load-script-for-multiple-tabs-in-single-excel-document/m-p/58495#M790325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Steffan.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Office is installed on my machine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Feb 2018 10:40:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-script-for-multiple-tabs-in-single-excel-document/m-p/58495#M790325</guid>
      <dc:creator>mattphillip</dc:creator>
      <dc:date>2018-02-06T10:40:33Z</dc:date>
    </item>
    <item>
      <title>Re: Load script for multiple tabs in single excel document</title>
      <link>https://community.qlik.com/t5/QlikView/Load-script-for-multiple-tabs-in-single-excel-document/m-p/58496#M790326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;need to see the files to suggest ..as per your words it loads correctly till table 112 then try splitting and see how it goes &lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Feb 2018 10:42:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-script-for-multiple-tabs-in-single-excel-document/m-p/58496#M790326</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2018-02-06T10:42:51Z</dc:date>
    </item>
    <item>
      <title>Re: Load script for multiple tabs in single excel document</title>
      <link>https://community.qlik.com/t5/QlikView/Load-script-for-multiple-tabs-in-single-excel-document/m-p/58497#M790327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="Error 2.jpg" class="jive-image image-1" src="/legacyfs/online/192596_Error 2.jpg" style="height: 195px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;Right I've tried splitting them and it got through the first file which had 60 tables. Then it connected to the second table and I got this error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for all the hassle this is causing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Feb 2018 11:46:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-script-for-multiple-tabs-in-single-excel-document/m-p/58497#M790327</guid>
      <dc:creator>mattphillip</dc:creator>
      <dc:date>2018-02-06T11:46:42Z</dc:date>
    </item>
    <item>
      <title>Re: Load script for multiple tabs in single excel document</title>
      <link>https://community.qlik.com/t5/QlikView/Load-script-for-multiple-tabs-in-single-excel-document/m-p/58498#M790328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And here's the code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FOR EACH file in FileList('V:\Qlikview\Purchased HESA dataset\New folder\Labels\Beta Files\*.xlsx');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ODBC CONNECT64 TO [Excel Files;DBQ=$(file)];&lt;/P&gt;&lt;P&gt;Temp:&lt;/P&gt;&lt;P&gt;SQLtables; &lt;/P&gt;&lt;P&gt;DISCONNECT;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FOR i = 0 to NoOfRows('Temp')-1&lt;/P&gt;&lt;P&gt;LET sheetName = purgeChar(purgeChar(peek('TABLE_NAME', i, 'Temp'), chr(39)), chr(36));&lt;/P&gt;&lt;P&gt;Table:&lt;/P&gt;&lt;P&gt;Load *,&lt;/P&gt;&lt;P&gt;FileBaseName()as FIle,&lt;/P&gt;&lt;P&gt;FileDir() as Dir,&lt;/P&gt;&lt;P&gt;FileName() as File_Name,&lt;/P&gt;&lt;P&gt;'$(sheetName)' as Sheet_name&lt;/P&gt;&lt;P&gt;From $(file)(ooxml, embedded labels, table is [$(sheetName)]);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NEXT i&lt;/P&gt;&lt;P&gt;//Drop table tables;&lt;/P&gt;&lt;P&gt;Next&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Feb 2018 11:47:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-script-for-multiple-tabs-in-single-excel-document/m-p/58498#M790328</guid>
      <dc:creator>mattphillip</dc:creator>
      <dc:date>2018-02-06T11:47:09Z</dc:date>
    </item>
    <item>
      <title>Re: Load script for multiple tabs in single excel document</title>
      <link>https://community.qlik.com/t5/QlikView/Load-script-for-multiple-tabs-in-single-excel-document/m-p/58499#M790329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Matt,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you attach a sample file. It will be really helpful for us to provide you the solution quickly and also we can avoid back and forth replies. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Feb 2018 12:02:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-script-for-multiple-tabs-in-single-excel-document/m-p/58499#M790329</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2018-02-06T12:02:02Z</dc:date>
    </item>
    <item>
      <title>Re: Load script for multiple tabs in single excel document</title>
      <link>https://community.qlik.com/t5/QlikView/Load-script-for-multiple-tabs-in-single-excel-document/m-p/58500#M790330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Attached as requested.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Feb 2018 12:06:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-script-for-multiple-tabs-in-single-excel-document/m-p/58500#M790330</guid>
      <dc:creator>mattphillip</dc:creator>
      <dc:date>2018-02-06T12:06:28Z</dc:date>
    </item>
    <item>
      <title>Re: Load script for multiple tabs in single excel document</title>
      <link>https://community.qlik.com/t5/QlikView/Load-script-for-multiple-tabs-in-single-excel-document/m-p/58501#M790331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Matt,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What will be the output / expected table format. Do you want to concatenate all the tabs one below one?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Feb 2018 12:44:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-script-for-multiple-tabs-in-single-excel-document/m-p/58501#M790331</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2018-02-06T12:44:41Z</dc:date>
    </item>
    <item>
      <title>Re: Load script for multiple tabs in single excel document</title>
      <link>https://community.qlik.com/t5/QlikView/Load-script-for-multiple-tabs-in-single-excel-document/m-p/58502#M790332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'd like to load in all the tables. The data isn't linked so I don't want them combined into a single table. Hope this makes sense.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Feb 2018 12:48:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-script-for-multiple-tabs-in-single-excel-document/m-p/58502#M790332</guid>
      <dc:creator>mattphillip</dc:creator>
      <dc:date>2018-02-06T12:48:37Z</dc:date>
    </item>
    <item>
      <title>Re: Load script for multiple tabs in single excel document</title>
      <link>https://community.qlik.com/t5/QlikView/Load-script-for-multiple-tabs-in-single-excel-document/m-p/58503#M790333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If we load all the tabs as tables then we will end up creating 200+ tables. I think this is not a good idea. I have analysed your excel file and created a singe table but with all the required columns. I think this should link with your data. Note that I have faced some issues while loading your excel as it loads empty columns (AA, AB etc..) as well. So I have modified the script to load only the required columns. Kindly check and let me know your thoughts on this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Feb 2018 14:03:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-script-for-multiple-tabs-in-single-excel-document/m-p/58503#M790333</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2018-02-06T14:03:21Z</dc:date>
    </item>
    <item>
      <title>Re: Load script for multiple tabs in single excel document</title>
      <link>https://community.qlik.com/t5/QlikView/Load-script-for-multiple-tabs-in-single-excel-document/m-p/58504#M790334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's awesome thank you! This is the kind of area I need to work on in the future. I can build reasonably complex dashboards but I still have a weakness when it comes to optimal table import format. Any suggestions on some good reads or articles which might help my accomplish this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S. Did you amend the excel file itself or does the load script handle all the transformation steps?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Feb 2018 14:14:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-script-for-multiple-tabs-in-single-excel-document/m-p/58504#M790334</guid>
      <dc:creator>mattphillip</dc:creator>
      <dc:date>2018-02-06T14:14:03Z</dc:date>
    </item>
    <item>
      <title>Re: Load script for multiple tabs in single excel document</title>
      <link>https://community.qlik.com/t5/QlikView/Load-script-for-multiple-tabs-in-single-excel-document/m-p/58505#M790335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No Problem Matt &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;. &lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;Matt Phillip wrote:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;This is the kind of area I need to work on in the future. I can build reasonably complex dashboards but I still have a weakness when it comes to optimal table import format. Any suggestions on some good reads or articles which might help my accomplish this?&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can learn everything by practicing. I would suggest you to check some answered questions in the community everyday and try to do it yourself. This will give you a good start and some idea. Next step is try to answer some scripting questions in the community like I did &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;. Also there are lot of good people who can post some good stuffs. Please try to check their replies as well. That's more than enough. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;Matt Phillip wrote:&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;P.S. Did you amend the excel file itself or does the load script handle all the transformation steps?&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did all the transformations in the load script itself. Kindly confirm whether you are loading data from single excel file or multiple excel files. Because the code that I have provided will load only data from a single file (I just commented the for loop). If you want to load from multiple files, kindly let me know. I will provide the code for that as well. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Feb 2018 14:28:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-script-for-multiple-tabs-in-single-excel-document/m-p/58505#M790335</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2018-02-06T14:28:40Z</dc:date>
    </item>
    <item>
      <title>Re: Load script for multiple tabs in single excel document</title>
      <link>https://community.qlik.com/t5/QlikView/Load-script-for-multiple-tabs-in-single-excel-document/m-p/58506#M790336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On this occasion its a single file, but I'm anticipating having more than one file going forward. Could you send through example script which could cater for multiple files too?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the tips! I'll definitely do that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Feb 2018 14:31:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-script-for-multiple-tabs-in-single-excel-document/m-p/58506#M790336</guid>
      <dc:creator>mattphillip</dc:creator>
      <dc:date>2018-02-06T14:31:00Z</dc:date>
    </item>
  </channel>
</rss>

