<?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: Loading Multiple Excel Sheet in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Loading-Multiple-Excel-Sheet/m-p/786636#M278278</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ohh really Thank You Soo much Joe....I got that...Thanks alot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Feb 2015 11:18:10 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-02-25T11:18:10Z</dc:date>
    <item>
      <title>Loading Multiple Excel Sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-Multiple-Excel-Sheet/m-p/786628#M278270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Hi to all....&lt;/SPAN&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #000000;"&gt;Actually i Have uploaded all the excel sheets in the Qlikview using for loop..but the thing is am getting one&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff;"&gt;SubField &lt;SPAN style="color: #000000;"&gt;Call &lt;SPAN style="color: #0000ff;"&gt;'DATABASE' &lt;SPAN style="color: #000000;"&gt;in SheetName..But i don't have any Sheet Name like that in my Excel....and AM getting all the Sheet values in that subfield....so the data is Duplicating One more Time....How can i Remove that Sub Field In the Script....Pls its urgent..&lt;/SPAN&gt;&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;I used ODBC Connection String to extract the Excel File From the database...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Thanks in advance....&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2015 09:44:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-Multiple-Excel-Sheet/m-p/786628#M278270</guid>
      <dc:creator />
      <dc:date>2015-02-25T09:44:13Z</dc:date>
    </item>
    <item>
      <title>Re: Loading Multiple Excel Sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-Multiple-Excel-Sheet/m-p/786629#M278271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can drop fields you do not need in the script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop field NameOfFieldYouWantToDrop;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2015 09:48:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-Multiple-Excel-Sheet/m-p/786629#M278271</guid>
      <dc:creator>oknotsen</dc:creator>
      <dc:date>2015-02-25T09:48:42Z</dc:date>
    </item>
    <item>
      <title>Re: Loading Multiple Excel Sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-Multiple-Excel-Sheet/m-p/786630#M278272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="DATABASE.PNG" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/79172_DATABASE.PNG" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;actually i need to drop the Green Clr Highlighted Value in the BackEnd......&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2015 09:57:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-Multiple-Excel-Sheet/m-p/786630#M278272</guid>
      <dc:creator />
      <dc:date>2015-02-25T09:57:00Z</dc:date>
    </item>
    <item>
      <title>Re: Loading Multiple Excel Sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-Multiple-Excel-Sheet/m-p/786631#M278273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Probably a hidden sheet that is being picked up in your loop. Can just add a condition on each loop to load where the sheetname isn't Database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;post your code/ example app if you need more help on that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope that helps&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2015 10:23:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-Multiple-Excel-Sheet/m-p/786631#M278273</guid>
      <dc:creator />
      <dc:date>2015-02-25T10:23:04Z</dc:date>
    </item>
    <item>
      <title>Re: Loading Multiple Excel Sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-Multiple-Excel-Sheet/m-p/786632#M278274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Narayanan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please paste code here so can help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Neetha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2015 10:25:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-Multiple-Excel-Sheet/m-p/786632#M278274</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-25T10:25:29Z</dc:date>
    </item>
    <item>
      <title>Re: Loading Multiple Excel Sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-Multiple-Excel-Sheet/m-p/786633#M278275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;guess that you work with a construct basing on SQLTABLES, so you may modifiy your script like&lt;/P&gt;&lt;P&gt;in the below script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/message/546602#546602" title="http://community.qlik.com/message/546602#546602"&gt;http://community.qlik.com/message/546602#546602&lt;/A&gt;&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, 25 Feb 2015 10:41:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-Multiple-Excel-Sheet/m-p/786633#M278275</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2015-02-25T10:41:38Z</dc:date>
    </item>
    <item>
      <title>Re: Loading Multiple Excel Sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-Multiple-Excel-Sheet/m-p/786634#M278276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="Detail.PNG" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/79180_Detail.PNG" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is the Code.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2015 10:55:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-Multiple-Excel-Sheet/m-p/786634#M278276</guid>
      <dc:creator />
      <dc:date>2015-02-25T10:55:16Z</dc:date>
    </item>
    <item>
      <title>Re: Loading Multiple Excel Sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-Multiple-Excel-Sheet/m-p/786635#M278277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Change you temp table slightly to filter out the sheetname you don't want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Temp_List:&lt;/P&gt;&lt;P&gt;SQLTables;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Temp_Tables:&lt;/P&gt;&lt;P&gt;Noconcatenate&lt;/P&gt;&lt;P&gt;Load TABLE_NAME&lt;/P&gt;&lt;P&gt;Resident Temp_List&lt;/P&gt;&lt;P&gt;Where Not Match(TABLE_NAME,'Database');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop Table Temp_List;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;something like that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2015 11:01:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-Multiple-Excel-Sheet/m-p/786635#M278277</guid>
      <dc:creator />
      <dc:date>2015-02-25T11:01:41Z</dc:date>
    </item>
    <item>
      <title>Re: Loading Multiple Excel Sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-Multiple-Excel-Sheet/m-p/786636#M278278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ohh really Thank You Soo much Joe....I got that...Thanks alot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2015 11:18:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-Multiple-Excel-Sheet/m-p/786636#M278278</guid>
      <dc:creator />
      <dc:date>2015-02-25T11:18:10Z</dc:date>
    </item>
    <item>
      <title>Re: Loading Multiple Excel Sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-Multiple-Excel-Sheet/m-p/786637#M278279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if all remaining columns are same expect Database in all 10 tables?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2015 11:18:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-Multiple-Excel-Sheet/m-p/786637#M278279</guid>
      <dc:creator>vinay_hg</dc:creator>
      <dc:date>2015-02-25T11:18:57Z</dc:date>
    </item>
  </channel>
</rss>

