<?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 ignore some sheet? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-ignore-some-sheet/m-p/793940#M661259</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;How are you loading all the sheet of workbook?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;KC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Feb 2015 11:11:11 GMT</pubDate>
    <dc:creator>jyothish8807</dc:creator>
    <dc:date>2015-02-26T11:11:11Z</dc:date>
    <item>
      <title>How ignore some sheet?</title>
      <link>https://community.qlik.com/t5/QlikView/How-ignore-some-sheet/m-p/793939#M661258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I received xls files, and these files have many sheets. Last sheet in file is incorrect. How ignore this sheet?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Feb 2015 11:09:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-ignore-some-sheet/m-p/793939#M661258</guid>
      <dc:creator>vchuprina</dc:creator>
      <dc:date>2015-02-26T11:09:41Z</dc:date>
    </item>
    <item>
      <title>Re: How ignore some sheet?</title>
      <link>https://community.qlik.com/t5/QlikView/How-ignore-some-sheet/m-p/793940#M661259</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;How are you loading all the sheet of workbook?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;KC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Feb 2015 11:11:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-ignore-some-sheet/m-p/793940#M661259</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2015-02-26T11:11:11Z</dc:date>
    </item>
    <item>
      <title>Re: How ignore some sheet?</title>
      <link>https://community.qlik.com/t5/QlikView/How-ignore-some-sheet/m-p/793941#M661260</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;go through this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-4452"&gt;http://community.qlik.com/docs/DOC-4452&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this simply ignore the last sheet from the loop and try to number your sheets as 1,2,3.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;KC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Feb 2015 11:20:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-ignore-some-sheet/m-p/793941#M661260</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2015-02-26T11:20:06Z</dc:date>
    </item>
    <item>
      <title>Re: How ignore some sheet?</title>
      <link>https://community.qlik.com/t5/QlikView/How-ignore-some-sheet/m-p/793942#M661261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I use following loop&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FOR j=0 TO NoOfRows('tables')-1&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;Next j&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Feb 2015 14:05:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-ignore-some-sheet/m-p/793942#M661261</guid>
      <dc:creator>vchuprina</dc:creator>
      <dc:date>2015-02-26T14:05:11Z</dc:date>
    </item>
    <item>
      <title>Re: How ignore some sheet?</title>
      <link>https://community.qlik.com/t5/QlikView/How-ignore-some-sheet/m-p/793943#M661262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Simply make it :&lt;/P&gt;&lt;P&gt;FOR j=0 TO NoOfRows('tables')-2&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;Next j&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So it will ignore the last sheet. give it a try.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;KC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2015 04:48:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-ignore-some-sheet/m-p/793943#M661262</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2015-02-27T04:48:00Z</dc:date>
    </item>
  </channel>
</rss>

