<?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 to load excel excluding one sheet? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-load-excel-excluding-one-sheet/m-p/347766#M705461</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;SPAN&gt;if you are using QV on a win32bit environment (where you can use OLE Jet), you can use the example posted by Celabarasan: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://community.qlik.com/message/195769#195769"&gt;http://community.qlik.com/message/195769#195769&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You just need to adapt the script to read tables that start with 'Product*' &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Apr 2012 03:17:15 GMT</pubDate>
    <dc:creator>erichshiino</dc:creator>
    <dc:date>2012-04-12T03:17:15Z</dc:date>
    <item>
      <title>How to load excel excluding one sheet?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-excel-excluding-one-sheet/m-p/347764#M705459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just wanna ask on how to load excel file to qlikview excluding one/several sheets. See example below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sheet names: &lt;STRONG style="color: #000000;"&gt;&lt;SPAN style="color: #000000;"&gt;&lt;SPAN style="color: #ff0000;"&gt;Master File&lt;/SPAN&gt;,&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff;"&gt;Product 1, Product 2, Product 3, Product 4.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;From the given sheet names, I want to load the excel file &lt;SPAN style="color: #ff6600;"&gt;&lt;STRONG&gt;EXCEPT &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="text-decoration: underline;"&gt;sheet name: &lt;/SPAN&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;SPAN style="text-decoration: underline;"&gt;Master File&lt;/SPAN&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Please help me get over this. Thanks.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Best regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Bill&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2012 02:10:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-excel-excluding-one-sheet/m-p/347764#M705459</guid>
      <dc:creator />
      <dc:date>2012-04-12T02:10:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to load excel excluding one sheet?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-excel-excluding-one-sheet/m-p/347765#M705460</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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; You can use the following file as a solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; There you have to define the name of the sheets to load in the script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If you want to load Except 'Master File' Sheet, you can use the following coding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;for each vSheetNames in 'Product1$', 'Product2$', 'Product3$', 'Product4$'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Load Statement....&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Next&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Andrew Hudson&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2012 02:26:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-excel-excluding-one-sheet/m-p/347765#M705460</guid>
      <dc:creator>adhudson</dc:creator>
      <dc:date>2012-04-12T02:26:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to load excel excluding one sheet?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-excel-excluding-one-sheet/m-p/347766#M705461</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;SPAN&gt;if you are using QV on a win32bit environment (where you can use OLE Jet), you can use the example posted by Celabarasan: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://community.qlik.com/message/195769#195769"&gt;http://community.qlik.com/message/195769#195769&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You just need to adapt the script to read tables that start with 'Product*' &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2012 03:17:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-excel-excluding-one-sheet/m-p/347766#M705461</guid>
      <dc:creator>erichshiino</dc:creator>
      <dc:date>2012-04-12T03:17:15Z</dc:date>
    </item>
    <item>
      <title>How to load excel excluding one sheet?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-excel-excluding-one-sheet/m-p/347767#M705462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;These are possible sheetnames (and there's no definite number of sheets, it can be more than 10, or less than 10.) Only sheetname of sheet1 is fixed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;POSSIBLE SHEETNAMES&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Master file&lt;/LI&gt;&lt;LI&gt;Netbook&lt;/LI&gt;&lt;LI&gt;Notebook&lt;/LI&gt;&lt;LI&gt;Mouse&lt;/LI&gt;&lt;LI&gt;Wire&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And etcetera&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2012 05:56:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-excel-excluding-one-sheet/m-p/347767#M705462</guid>
      <dc:creator />
      <dc:date>2012-04-12T05:56:17Z</dc:date>
    </item>
    <item>
      <title>How to load excel excluding one sheet?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-excel-excluding-one-sheet/m-p/347768#M705463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;In that script, you can change this line:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF wildmatch('$(sheetName)', 'Sales*') THEN&amp;nbsp; // Only sheetNames that begin "Sales"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF not(wildmatch('$(sheetName)', 'Master File*')) THEN&amp;nbsp; // All sheetNames that are not Master File&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2012 11:27:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-excel-excluding-one-sheet/m-p/347768#M705463</guid>
      <dc:creator>erichshiino</dc:creator>
      <dc:date>2012-04-12T11:27:07Z</dc:date>
    </item>
  </channel>
</rss>

