<?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 Excel files into QlikView - Different Worksheet Names in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Load-Excel-files-into-QlikView-Different-Worksheet-Names/m-p/1320579#M409335</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not&amp;nbsp; sure if this is your issue, but I think you can address the excel sheet also just using&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;table is @3&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Jun 2017 10:08:59 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2017-06-20T10:08:59Z</dc:date>
    <item>
      <title>Load Excel files into QlikView - Different Worksheet Names</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Excel-files-into-QlikView-Different-Worksheet-Names/m-p/1320576#M409332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi all ..&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;here is the problem I am facing:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I have to load multiple excel files from the same folder. They are named 02_January, 02_February, ... etc, s&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;o I am using the ' * ' function in my script.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;In the excel file however, the data that I need is always on the third worksheet and the worksheets are named like this: January, February, March...&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I know how to loop through one file with different worksheet names but I cannot solve this problem. &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Any ideas? &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Best,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Nadine&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2017 09:00:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Excel-files-into-QlikView-Different-Worksheet-Names/m-p/1320576#M409332</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-20T09:00:48Z</dc:date>
    </item>
    <item>
      <title>Re: Load Excel files into QlikView - Different Worksheet Names</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Excel-files-into-QlikView-Different-Worksheet-Names/m-p/1320577#M409333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Instead of the Wildcard '*', you can use a FOR EACH ... NEXT loop:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Scripting/ScriptControlStatements/For%20Each.htm" title="http://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Scripting/ScriptControlStatements/For%20Each.htm"&gt;For each..next ‒ QlikView&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also parse the file name in your variable and use it to address your sheets, if that's your issue (or maybe I haven't fully understood what your issue is).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2017 10:01:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Excel-files-into-QlikView-Different-Worksheet-Names/m-p/1320577#M409333</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-06-20T10:01:10Z</dc:date>
    </item>
    <item>
      <title>Re: Load Excel files into QlikView - Different Worksheet Names</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Excel-files-into-QlikView-Different-Worksheet-Names/m-p/1320578#M409334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you know you always have to load the the third worksheet them simply peek() the name&lt;/P&gt;&lt;P&gt;As peek start from 0, 3rd sheet is always row 2 in peek()&lt;/P&gt;&lt;P&gt;Comment the for loop &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ODBC CONNECT32 TO [Excel Files;DBQ=C:\Users\vp51284\Downloads\Data 2014.xlsx];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET vfile = 'C:\Users\vp51284\Downloads\Data 2014.xlsx';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;exceltables:&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;SPAN style="color: #99cc00;"&gt;//For i = 0 To NoOfRows('exceltables')-1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let zSheet = purgechar(purgechar(Peek('TABLE_NAME',&lt;SPAN style="color: #ff0000; font-size: 18pt;"&gt; 2&lt;/SPAN&gt;, 'exceltables'),chr(36)),chr(39)); //Remove $ and ' from sheetname string&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FACT:&lt;/P&gt;&lt;P&gt;LOAD *,&lt;/P&gt;&lt;P&gt;'$(zSheet)' as FromSheet&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; (ooxml, embedded labels, header is 0 lines, table is [$(zSheet)]);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #99cc00;"&gt;//Next&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2017 10:03:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Excel-files-into-QlikView-Different-Worksheet-Names/m-p/1320578#M409334</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-06-20T10:03:02Z</dc:date>
    </item>
    <item>
      <title>Re: Load Excel files into QlikView - Different Worksheet Names</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Excel-files-into-QlikView-Different-Worksheet-Names/m-p/1320579#M409335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not&amp;nbsp; sure if this is your issue, but I think you can address the excel sheet also just using&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;table is @3&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2017 10:08:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Excel-files-into-QlikView-Different-Worksheet-Names/m-p/1320579#M409335</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-06-20T10:08:59Z</dc:date>
    </item>
    <item>
      <title>Re: Load Excel files into QlikView - Different Worksheet Names</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Excel-files-into-QlikView-Different-Worksheet-Names/m-p/1320580#M409336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes, but it works&amp;nbsp; only with .XLS and not .XLSX&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2017 10:14:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Excel-files-into-QlikView-Different-Worksheet-Names/m-p/1320580#M409336</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-06-20T10:14:08Z</dc:date>
    </item>
    <item>
      <title>Re: Load Excel files into QlikView - Different Worksheet Names</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Excel-files-into-QlikView-Different-Worksheet-Names/m-p/1320581#M409337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-14663"&gt;Dynamically Loading Multiple Excel Files&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2017 10:23:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Excel-files-into-QlikView-Different-Worksheet-Names/m-p/1320581#M409337</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2017-06-20T10:23:29Z</dc:date>
    </item>
  </channel>
</rss>

