<?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: Multiple Sheets from File in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Multiple-Sheets-from-File/m-p/1038935#M349904</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, I actually couldn't get this to work:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Directory&lt;/STRONG&gt;&lt;/SPAN&gt; 'Q:\qlkvw\prod\data\digital\HC';&lt;BR /&gt; &lt;BR /&gt; &lt;STRONG style="color: #0000ff;"&gt;FOR&lt;/STRONG&gt; &lt;SPAN style="color: #0000ff;"&gt;EACH&lt;/SPAN&gt; &lt;STRONG&gt;&lt;EM style="color: #808080;"&gt;vSheet&lt;/EM&gt;&lt;/STRONG&gt; &lt;SPAN style="color: #0000ff;"&gt;in&lt;/SPAN&gt; 'traffic', 'duration', 'referrer' , 'content';&lt;BR /&gt; &lt;BR /&gt; &lt;STRONG&gt;&lt;EM style="color: #808080;"&gt;$(vSheet)&lt;/EM&gt;&lt;/STRONG&gt;:&lt;BR /&gt; &lt;BR /&gt; &lt;STRONG style="color: #0000ff;"&gt;LOAD&lt;/STRONG&gt; &lt;BR /&gt; &lt;BR /&gt; *&lt;BR /&gt; &lt;BR /&gt; &lt;SPAN style="color: #0000ff;"&gt;FROM&lt;/SPAN&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;Q&gt; &lt;BR /&gt; &lt;STRONG style="color: #ff0000;"&gt;(&lt;/STRONG&gt;&lt;SPAN style="color: #0000ff;"&gt;ooxml&lt;/SPAN&gt;, &lt;SPAN style="color: #0000ff;"&gt;embedded&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff;"&gt;labels&lt;/SPAN&gt;, &lt;SPAN style="color: #0000ff;"&gt;Table&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff;"&gt;is&lt;/SPAN&gt; &lt;STRONG&gt;&lt;EM style="color: #808080;"&gt;$(vSheet)&lt;/EM&gt;&lt;/STRONG&gt;;&lt;BR /&gt; &lt;BR /&gt; &lt;STRONG style="color: #0000ff;"&gt;NEXT&lt;/STRONG&gt;&lt;BR /&gt; &lt;/Q&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Feb 2016 19:54:03 GMT</pubDate>
    <dc:creator>evansabres</dc:creator>
    <dc:date>2016-02-15T19:54:03Z</dc:date>
    <item>
      <title>Multiple Sheets from File</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Sheets-from-File/m-p/1038933#M349902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My data source is an Excel (.xlsx) file with four (4) sheets, each with a different name and different data on each.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know how to do a loop script when the data has the same fields on each sheet, but wondering if this is possible with different data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My sheet names are 'traffic' 'duration' 'referrer' 'content'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2016 19:34:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Sheets-from-File/m-p/1038933#M349902</guid>
      <dc:creator>evansabres</dc:creator>
      <dc:date>2016-02-15T19:34:53Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Sheets from File</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Sheets-from-File/m-p/1038934#M349903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since the fields are different, the only thing you can do is load them with the generic "*" for all fields and no transformations. Something like this (typing it from memory, so forgive me if the syntax is not exact:)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FOR EACH vSheet IN &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; 'traffic', 'duration', 'referrer', 'content'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$(vSheet):&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[... file name ... Table=$(vSheet)] &lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NEXT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Something along these lines... Copy the exact syntax of the FROM clause from the File Wizard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;Oleg Troyansky&lt;/P&gt;&lt;P&gt;Upgrade your Qlik skills at the &lt;A href="http://masterssummit.com/"&gt;Masters Summit for Qlik&lt;/A&gt; - coming soon to Milan, Italy!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2016 19:46:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Sheets-from-File/m-p/1038934#M349903</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2016-02-15T19:46:37Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Sheets from File</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Sheets-from-File/m-p/1038935#M349904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, I actually couldn't get this to work:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Directory&lt;/STRONG&gt;&lt;/SPAN&gt; 'Q:\qlkvw\prod\data\digital\HC';&lt;BR /&gt; &lt;BR /&gt; &lt;STRONG style="color: #0000ff;"&gt;FOR&lt;/STRONG&gt; &lt;SPAN style="color: #0000ff;"&gt;EACH&lt;/SPAN&gt; &lt;STRONG&gt;&lt;EM style="color: #808080;"&gt;vSheet&lt;/EM&gt;&lt;/STRONG&gt; &lt;SPAN style="color: #0000ff;"&gt;in&lt;/SPAN&gt; 'traffic', 'duration', 'referrer' , 'content';&lt;BR /&gt; &lt;BR /&gt; &lt;STRONG&gt;&lt;EM style="color: #808080;"&gt;$(vSheet)&lt;/EM&gt;&lt;/STRONG&gt;:&lt;BR /&gt; &lt;BR /&gt; &lt;STRONG style="color: #0000ff;"&gt;LOAD&lt;/STRONG&gt; &lt;BR /&gt; &lt;BR /&gt; *&lt;BR /&gt; &lt;BR /&gt; &lt;SPAN style="color: #0000ff;"&gt;FROM&lt;/SPAN&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;Q&gt; &lt;BR /&gt; &lt;STRONG style="color: #ff0000;"&gt;(&lt;/STRONG&gt;&lt;SPAN style="color: #0000ff;"&gt;ooxml&lt;/SPAN&gt;, &lt;SPAN style="color: #0000ff;"&gt;embedded&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff;"&gt;labels&lt;/SPAN&gt;, &lt;SPAN style="color: #0000ff;"&gt;Table&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff;"&gt;is&lt;/SPAN&gt; &lt;STRONG&gt;&lt;EM style="color: #808080;"&gt;$(vSheet)&lt;/EM&gt;&lt;/STRONG&gt;;&lt;BR /&gt; &lt;BR /&gt; &lt;STRONG style="color: #0000ff;"&gt;NEXT&lt;/STRONG&gt;&lt;BR /&gt; &lt;/Q&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2016 19:54:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Sheets-from-File/m-p/1038935#M349904</guid>
      <dc:creator>evansabres</dc:creator>
      <dc:date>2016-02-15T19:54:03Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Sheets from File</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Sheets-from-File/m-p/1038936#M349905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be something like this for the attached sample&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;for Each file in 'A' , 'B'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table$(file):&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD *&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Community_205639.xlsx&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(ooxml, embedded labels, table is $(file));&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;NEXT&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2016 19:57:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Sheets-from-File/m-p/1038936#M349905</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-02-15T19:57:27Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Sheets from File</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Sheets-from-File/m-p/1038937#M349906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have a extra semi-colon at the end of FOR statement and you need to remove that:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/114704_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2016 19:59:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Sheets-from-File/m-p/1038937#M349906</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-02-15T19:59:49Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Sheets from File</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Sheets-from-File/m-p/1038938#M349907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In addition you are also missing a closing parenthesis at the end of your load statement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/114705_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2016 20:01:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Sheets-from-File/m-p/1038938#M349907</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-02-15T20:01:53Z</dc:date>
    </item>
  </channel>
</rss>

