<?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 Excel latest sheet from a workbook in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Excel-latest-sheet-from-a-workbook/m-p/1360623#M615453</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;I have got one requirement,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have one excel work book with approx 15 sheets.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as part of initial load, have loaded all the excel sheet using OBBC connection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now the requirement is that from the next reload I need to load the recent sheet and append to the existing table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can any one please let me know the options to achieve the same&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Jun 2017 10:48:13 GMT</pubDate>
    <dc:creator>vardhancse</dc:creator>
    <dc:date>2017-06-13T10:48:13Z</dc:date>
    <item>
      <title>Excel latest sheet from a workbook</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-latest-sheet-from-a-workbook/m-p/1360623#M615453</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;I have got one requirement,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have one excel work book with approx 15 sheets.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as part of initial load, have loaded all the excel sheet using OBBC connection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now the requirement is that from the next reload I need to load the recent sheet and append to the existing table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can any one please let me know the options to achieve the same&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jun 2017 10:48:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-latest-sheet-from-a-workbook/m-p/1360623#M615453</guid>
      <dc:creator>vardhancse</dc:creator>
      <dc:date>2017-06-13T10:48:13Z</dc:date>
    </item>
    <item>
      <title>Re: Excel latest sheet from a workbook</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-latest-sheet-from-a-workbook/m-p/1360624#M615454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;do your sheet name's provide any clue as to which one is the most recent sheet? for example a number or date value??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jun 2017 13:03:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-latest-sheet-from-a-workbook/m-p/1360624#M615454</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-06-13T13:03:12Z</dc:date>
    </item>
    <item>
      <title>Re: Excel latest sheet from a workbook</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-latest-sheet-from-a-workbook/m-p/1360625#M615455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yes, sheet names will be in the format of J'AN 2017 Breaks' &amp;amp; 'Feb 2017 Breaks'....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jun 2017 02:37:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-latest-sheet-from-a-workbook/m-p/1360625#M615455</guid>
      <dc:creator>vardhancse</dc:creator>
      <dc:date>2017-06-14T02:37:47Z</dc:date>
    </item>
    <item>
      <title>Re: Excel latest sheet from a workbook</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-latest-sheet-from-a-workbook/m-p/1360626#M615456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you post some sample to work with?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jun 2017 07:15:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-latest-sheet-from-a-workbook/m-p/1360626#M615456</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-06-14T07:15:54Z</dc:date>
    </item>
    <item>
      <title>Re: Excel latest sheet from a workbook</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-latest-sheet-from-a-workbook/m-p/1360627#M615457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you may refer to the excel-workbook with ODBC-connection.&lt;/P&gt;&lt;P&gt;SQLTABLES will give you the workbooks.&lt;/P&gt;&lt;P&gt;You may check the returned names and decide programmatically, which is the last one (IF WILDMATCH(Table, '*DEC*') THEN .....)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jun 2017 11:30:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-latest-sheet-from-a-workbook/m-p/1360627#M615457</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2017-06-14T11:30:13Z</dc:date>
    </item>
  </channel>
</rss>

