<?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: Expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Expression/m-p/804350#M1041119</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If they are in 1 Excel work book, thus12 tabs, just remove the sheet from the load statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(biff, no labels, table is Ritten$)&lt;/STRONG&gt;; will be &lt;STRONG&gt;(biff, no labels);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have 12 different work books replace the name of the work books in the load with a * (wildcard). Then all 12 are loaded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;(biff, no labels, table is Ritten$);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Dec 2014 12:35:01 GMT</pubDate>
    <dc:creator>Michiel_QV_Fan</dc:creator>
    <dc:date>2014-12-10T12:35:01Z</dc:date>
    <item>
      <title>Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Expression/m-p/804349#M1041118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me explain : I have 12 excel sheets by month name 02-01-2014 to 02-12-2014 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I want to know what expression do i need to write in the edit script so that i can fetch all the 12 excel sheets . I dont want to load individual ecel sheet from table view. I hope iam clear &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;P&gt;kane&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Dec 2014 12:29:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression/m-p/804349#M1041118</guid>
      <dc:creator />
      <dc:date>2014-12-10T12:29:43Z</dc:date>
    </item>
    <item>
      <title>Re: Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Expression/m-p/804350#M1041119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If they are in 1 Excel work book, thus12 tabs, just remove the sheet from the load statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(biff, no labels, table is Ritten$)&lt;/STRONG&gt;; will be &lt;STRONG&gt;(biff, no labels);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have 12 different work books replace the name of the work books in the load with a * (wildcard). Then all 12 are loaded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;(biff, no labels, table is Ritten$);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Dec 2014 12:35:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression/m-p/804350#M1041119</guid>
      <dc:creator>Michiel_QV_Fan</dc:creator>
      <dc:date>2014-12-10T12:35:01Z</dc:date>
    </item>
    <item>
      <title>Re: Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Expression/m-p/804351#M1041120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can use a loop to process all sheets in the file. Like this:&lt;/P&gt;&lt;P&gt;for index = 1 to 12&lt;/P&gt;&lt;P&gt;&amp;nbsp; let TableName='02-'&amp;amp;Num(index,'00')&amp;amp;'-2014';&lt;/P&gt;&lt;P&gt;&amp;nbsp; MyTable:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; LOAD *&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; FROM&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; [MyFileName.xlsx]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; (ooxml, no labels, table is $(TableName));&lt;/P&gt;&lt;P&gt;next index;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Dec 2014 12:39:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression/m-p/804351#M1041120</guid>
      <dc:creator />
      <dc:date>2014-12-10T12:39:30Z</dc:date>
    </item>
  </channel>
</rss>

