<?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: Script to pull data with structured references from Excel table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Script-to-pull-data-with-structured-references-from-Excel-table/m-p/872508#M656210</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try with ODBC connection&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET vFile = 'O:\Testing\Others\TEST.xlsx';&lt;/P&gt;&lt;P&gt;&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;Sheets:&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('Sheets')&lt;/P&gt;&lt;P&gt; Let zSheet = Peek('TABLE_NAME', i, 'Sheets');&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;LOAD * From [$(vFile)] (ooxml, no labels, table is [$(zSheet)]);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NEXT &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Jun 2015 16:01:41 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-06-22T16:01:41Z</dc:date>
    <item>
      <title>Script to pull data with structured references from Excel table</title>
      <link>https://community.qlik.com/t5/QlikView/Script-to-pull-data-with-structured-references-from-Excel-table/m-p/872506#M656208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have one Excel sheet which has several Tables (new functionality introduced in Excel 2007)&lt;/P&gt;&lt;P&gt;&lt;A href="https://support.office.com/en-sg/article/Use-structured-references-in-Excel-table-formulas-75fb07d3-826a-449c-b76f-363057e3d16f" title="https://support.office.com/en-sg/article/Use-structured-references-in-Excel-table-formulas-75fb07d3-826a-449c-b76f-363057e3d16f"&gt;Use structured references in Excel table formulas&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/89070_Capture.PNG" style="height: 166px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;Excel Tables do not seem to be directly available from QV script (ex: Design or Index)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But Name Formula are instead available in QV, and then&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;I can pull the data from Design_FixedRange_Sheet, refering to&amp;nbsp; "=Data!$B$2:$D$8"&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;IMG alt="TEST1.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/89071_TEST1.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;But not from Design_Table_Workbook or Design_Table_Sheet which refer to "=Design[[#Headers],[#Data]]"&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;IMG alt="TEST2.png" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/89078_TEST2.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;How can I pull the data using Excel table formula? As it is much more handy. Target is to have an many Tables under the same Excel sheet and user should be able to add lines with no need to update the name formula.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 10:37:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-to-pull-data-with-structured-references-from-Excel-table/m-p/872506#M656208</guid>
      <dc:creator />
      <dc:date>2015-06-11T10:37:41Z</dc:date>
    </item>
    <item>
      <title>Re: Script to pull data with structured references from Excel table</title>
      <link>https://community.qlik.com/t5/QlikView/Script-to-pull-data-with-structured-references-from-Excel-table/m-p/872507#M656209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any help?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Jun 2015 23:22:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-to-pull-data-with-structured-references-from-Excel-table/m-p/872507#M656209</guid>
      <dc:creator />
      <dc:date>2015-06-21T23:22:19Z</dc:date>
    </item>
    <item>
      <title>Re: Script to pull data with structured references from Excel table</title>
      <link>https://community.qlik.com/t5/QlikView/Script-to-pull-data-with-structured-references-from-Excel-table/m-p/872508#M656210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try with ODBC connection&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET vFile = 'O:\Testing\Others\TEST.xlsx';&lt;/P&gt;&lt;P&gt;&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;Sheets:&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('Sheets')&lt;/P&gt;&lt;P&gt; Let zSheet = Peek('TABLE_NAME', i, 'Sheets');&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;LOAD * From [$(vFile)] (ooxml, no labels, table is [$(zSheet)]);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NEXT &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jun 2015 16:01:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-to-pull-data-with-structured-references-from-Excel-table/m-p/872508#M656210</guid>
      <dc:creator />
      <dc:date>2015-06-22T16:01:41Z</dc:date>
    </item>
    <item>
      <title>Re: Script to pull data with structured references from Excel table</title>
      <link>https://community.qlik.com/t5/QlikView/Script-to-pull-data-with-structured-references-from-Excel-table/m-p/872509#M656211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;STRONG style="font-size: 11.6999998092651px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/dathu.qv"&gt;dathu.qv&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This method does not work.&lt;/P&gt;&lt;P&gt;In your table '&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Sheets&lt;/SPAN&gt;', you get every worksheet of your workbook.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For me, I am working with Tables (new features of Excel 2007), and I have several tables in one single worksheet, and their location in this worksheet can change in the future, that's why I am interested to pull the data while refering the table name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help from community?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Jul 2015 00:45:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-to-pull-data-with-structured-references-from-Excel-table/m-p/872509#M656211</guid>
      <dc:creator />
      <dc:date>2015-07-18T00:45:45Z</dc:date>
    </item>
  </channel>
</rss>

