<?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 How to control Excel File Load in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-control-Excel-File-Load/m-p/1391687#M423075</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Friends,&lt;/P&gt;&lt;P&gt;I have to read a lot of excel files, but this load have a particularity. Each excel file may have or not a sheet called "USD". So If this file have this sheet&amp;nbsp; I have to read all the data, and if not I have to pass to the other one and do the same process until complete all the files. I know how to process multiple files but I don't Know how to control the script execution using a control for the Sheet name.&lt;/P&gt;&lt;P&gt;Please give me and idea with that !! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Carlos&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 12 Aug 2017 05:25:40 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-08-12T05:25:40Z</dc:date>
    <item>
      <title>How to control Excel File Load</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-control-Excel-File-Load/m-p/1391687#M423075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Friends,&lt;/P&gt;&lt;P&gt;I have to read a lot of excel files, but this load have a particularity. Each excel file may have or not a sheet called "USD". So If this file have this sheet&amp;nbsp; I have to read all the data, and if not I have to pass to the other one and do the same process until complete all the files. I know how to process multiple files but I don't Know how to control the script execution using a control for the Sheet name.&lt;/P&gt;&lt;P&gt;Please give me and idea with that !! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Carlos&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Aug 2017 05:25:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-control-Excel-File-Load/m-p/1391687#M423075</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-12T05:25:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to control Excel File Load</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-control-Excel-File-Load/m-p/1391688#M423076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Carlos,&lt;/P&gt;&lt;P&gt;Add below script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET ErrorMode=0;// this will ignore error if excel workbook has no USD sheet&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for each vFileName in FileList('D:\Pactise\Community\New folder\*.xlsx');&lt;/P&gt;&lt;P&gt;LOAD *&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;$(vFileName)&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is USD);&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;next&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Please let me know if this not working.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Pankaj&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Aug 2017 06:05:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-control-Excel-File-Load/m-p/1391688#M423076</guid>
      <dc:creator>passionate</dc:creator>
      <dc:date>2017-08-12T06:05:01Z</dc:date>
    </item>
  </channel>
</rss>

