<?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: how do I get this code to work in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-do-I-get-this-code-to-work/m-p/1059986#M922463</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the following is what I am trying to follow from Maxgro: &lt;A href="https://community.qlik.com/message/589459"&gt;Re: How to load EXCEL worksheets and retrieve tab names&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Apr 2016 15:09:16 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-04-19T15:09:16Z</dc:date>
    <item>
      <title>how do I get this code to work</title>
      <link>https://community.qlik.com/t5/QlikView/how-do-I-get-this-code-to-work/m-p/1059983#M922460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For Each vFile in FileList('[Recording Sheet]')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ODBC CONNECT32 TO '[Excel Files;DBQ=$(vFile]';&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sheets:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SQLTABLES;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DISCONNECT;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; For i = 0 To NoOfRows('Sheets')-1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Let vSheet = left(Peek('TABLE_NAME', i, 'Sheets'), len(Peek('TABLE_NAME', i, 'Sheets'))-1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LOAD '$(vSheet)' as [Tab Name], *&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; From [$(vFile)]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (ooxml, embeddd labels, table is $(vSheet));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Next;&lt;/P&gt;&lt;P&gt;Next&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/how-do-I-get-this-code-to-work/m-p/1059983#M922460</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: how do I get this code to work</title>
      <link>https://community.qlik.com/t5/QlikView/how-do-I-get-this-code-to-work/m-p/1059984#M922461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;A missing parenthesis:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;ODBC CONNECT32 TO '[Excel Files;DBQ=$(vFile&lt;STRONG&gt;)&lt;/STRONG&gt;]';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Dollar expanding the variable i might help:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Let vSheet = left(Peek('TABLE_NAME', &lt;STRONG&gt;$(i)&lt;/STRONG&gt;, 'Sheets'), len(Peek('TABLE_NAME', &lt;STRONG&gt;$(i)&lt;/STRONG&gt;, 'Sheets'))-1);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;To be honest I don't understand why you're removing the last character of the sheet name. That could prevent the load statement from finding the right excel table.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2016 14:54:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-do-I-get-this-code-to-work/m-p/1059984#M922461</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-04-19T14:54:42Z</dc:date>
    </item>
    <item>
      <title>Re: how do I get this code to work</title>
      <link>https://community.qlik.com/t5/QlikView/how-do-I-get-this-code-to-work/m-p/1059985#M922462</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;For Each vFile in FileList('[Recording Sheet]')&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;ODBC CONNECT32 TO '[Excel Files;&lt;STRONG&gt;DBQ=$(vFile]';&lt;/STRONG&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;Shouldn't you give a path to an excel file here? I also think the single quotes are not correct and you are missing a closing ];&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;&lt;A href="https://community.qlik.com/message/662725"&gt;ODBC connection to Excel file&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2016 14:56:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-do-I-get-this-code-to-work/m-p/1059985#M922462</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-04-19T14:56:03Z</dc:date>
    </item>
    <item>
      <title>Re: how do I get this code to work</title>
      <link>https://community.qlik.com/t5/QlikView/how-do-I-get-this-code-to-work/m-p/1059986#M922463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the following is what I am trying to follow from Maxgro: &lt;A href="https://community.qlik.com/message/589459"&gt;Re: How to load EXCEL worksheets and retrieve tab names&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2016 15:09:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-do-I-get-this-code-to-work/m-p/1059986#M922463</guid>
      <dc:creator />
      <dc:date>2016-04-19T15:09:16Z</dc:date>
    </item>
    <item>
      <title>Re: how do I get this code to work</title>
      <link>https://community.qlik.com/t5/QlikView/how-do-I-get-this-code-to-work/m-p/1059987#M922464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't want to remove the last character; I am just following this:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/589459"&gt;Re: How to load EXCEL worksheets and retrieve tab names&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2016 15:10:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-do-I-get-this-code-to-work/m-p/1059987#M922464</guid>
      <dc:creator />
      <dc:date>2016-04-19T15:10:54Z</dc:date>
    </item>
    <item>
      <title>Re: how do I get this code to work</title>
      <link>https://community.qlik.com/t5/QlikView/how-do-I-get-this-code-to-work/m-p/1059988#M922465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this is what i have and it is still not loading the data&lt;/P&gt;&lt;P&gt;&lt;IMG alt="addimage.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/122055_addimage.PNG" style="height: 241px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2016 16:16:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-do-I-get-this-code-to-work/m-p/1059988#M922465</guid>
      <dc:creator />
      <dc:date>2016-04-19T16:16:53Z</dc:date>
    </item>
  </channel>
</rss>

