<?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: Load Multiple Sheets...sheets are Dynamic in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Load-Multiple-Sheets-sheets-are-Dynamic/m-p/1083288#M360782</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;Thanks for your Help..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, is there any option by which without installing ODBC Driver I can achieve the desired output or I have to install ODBC Driver. Means by making changes in the script itself can I achieve this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Feb 2016 01:31:30 GMT</pubDate>
    <dc:creator>pra_kale</dc:creator>
    <dc:date>2016-02-10T01:31:30Z</dc:date>
    <item>
      <title>Load Multiple Sheets...sheets are Dynamic</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Multiple-Sheets-sheets-are-Dynamic/m-p/1083280#M360774</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;I have found below given script to load multiple excel sheets, but in the script I am getting error at below given positions&amp;nbsp; I do't know the reason...secondly I want to store the this data into one Table so I can use this Table as a Resident in further script..&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000;"&gt;tables:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000;"&gt;SQLtables;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Full script is given below..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Each file in FileList('E:\Qlikview\Lookin.xls');&lt;/P&gt;&lt;P&gt;ODBC CONNECT32 TO [Excel Files;DBQ=$(file)];&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000;"&gt;tables:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;SQLtables;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;DISCONNECT;&lt;/P&gt;&lt;P&gt;FOR i = 0 to NoOfRows('tables')-1&lt;/P&gt;&lt;P&gt;LET sheetName = purgeChar(purgeChar(peek('TABLE_NAME', i, 'tables'), chr(39)), chr(36));&lt;/P&gt;&lt;P&gt;Table:&lt;/P&gt;&lt;P&gt;Load *&lt;/P&gt;&lt;P&gt;From $(file)(ooxml, embedded labels, table is [$(sheetName)]);&lt;/P&gt;&lt;P&gt;NEXT i&lt;/P&gt;&lt;P&gt;Drop table tables;&lt;/P&gt;&lt;P&gt;Next file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest what changes I should do in the script to load sheets. Sheets are Dynamic not fixed(Every Months depending on the data excel sheets will increased)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Feb 2016 16:05:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Multiple-Sheets-sheets-are-Dynamic/m-p/1083280#M360774</guid>
      <dc:creator>pra_kale</dc:creator>
      <dc:date>2016-02-09T16:05:18Z</dc:date>
    </item>
    <item>
      <title>Re: Load Multiple Sheets...sheets are Dynamic</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Multiple-Sheets-sheets-are-Dynamic/m-p/1083281#M360775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What error you are getting while execution ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Feb 2016 16:23:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Multiple-Sheets-sheets-are-Dynamic/m-p/1083281#M360775</guid>
      <dc:creator />
      <dc:date>2016-02-09T16:23:46Z</dc:date>
    </item>
    <item>
      <title>Re: Load Multiple Sheets...sheets are Dynamic</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Multiple-Sheets-sheets-are-Dynamic/m-p/1083282#M360776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please share your error message&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Sathish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Feb 2016 16:29:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Multiple-Sheets-sheets-are-Dynamic/m-p/1083282#M360776</guid>
      <dc:creator>sathishkumar_go</dc:creator>
      <dc:date>2016-02-09T16:29:23Z</dc:date>
    </item>
    <item>
      <title>Re: Load Multiple Sheets...sheets are Dynamic</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Multiple-Sheets-sheets-are-Dynamic/m-p/1083283#M360777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if it is 'xls',&lt;/P&gt;&lt;P&gt;Need to use biff..instead of ooxml&lt;/P&gt;&lt;P&gt;And sheetname should end with $ symbol..so you can remove one purgechar from your variable like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET sheetName = purgeChar(peek('TABLE_NAME', i, 'tables'), chr(39));&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and Change this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(biff, embedded labels, table is $(sheetName));&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Feb 2016 16:42:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Multiple-Sheets-sheets-are-Dynamic/m-p/1083283#M360777</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2016-02-09T16:42:25Z</dc:date>
    </item>
    <item>
      <title>Re: Load Multiple Sheets...sheets are Dynamic</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Multiple-Sheets-sheets-are-Dynamic/m-p/1083284#M360778</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;I am getting below error message..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Script Error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL##f - SqlState: IM002, ErrorCode: 0, ErrorMsg: [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified&lt;/P&gt;&lt;P&gt;ODBC CONNECT32 TO [Excel Files;DBQ=E:\Qlikview\Lookin.xls]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Feb 2016 17:22:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Multiple-Sheets-sheets-are-Dynamic/m-p/1083284#M360778</guid>
      <dc:creator>pra_kale</dc:creator>
      <dc:date>2016-02-09T17:22:39Z</dc:date>
    </item>
    <item>
      <title>Re: Load Multiple Sheets...sheets are Dynamic</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Multiple-Sheets-sheets-are-Dynamic/m-p/1083285#M360779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am getting below error message..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error Message&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL##f - SqlState: IM002, ErrorCode: 0, ErrorMsg: [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified&lt;/P&gt;&lt;P&gt;ODBC CONNECT32 TO [Excel Files;DBQ=E:\Qlikview\Lookin.xls]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Feb 2016 17:23:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Multiple-Sheets-sheets-are-Dynamic/m-p/1083285#M360779</guid>
      <dc:creator>pra_kale</dc:creator>
      <dc:date>2016-02-09T17:23:46Z</dc:date>
    </item>
    <item>
      <title>Re: Load Multiple Sheets...sheets are Dynamic</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Multiple-Sheets-sheets-are-Dynamic/m-p/1083286#M360780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you sure that you have the Excel ODBC-driver installed on the computer you are running the script on? This is a symptom of not having the driver installed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Feb 2016 19:29:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Multiple-Sheets-sheets-are-Dynamic/m-p/1083286#M360780</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2016-02-09T19:29:38Z</dc:date>
    </item>
    <item>
      <title>Re: Load Multiple Sheets...sheets are Dynamic</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Multiple-Sheets-sheets-are-Dynamic/m-p/1083287#M360781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It think you have the same problem as this thread already has solved:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/967075"&gt;Issue with deploying code reading multitab excel&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You must download and install the drivers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Feb 2016 20:25:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Multiple-Sheets-sheets-are-Dynamic/m-p/1083287#M360781</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2016-02-09T20:25:18Z</dc:date>
    </item>
    <item>
      <title>Re: Load Multiple Sheets...sheets are Dynamic</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Multiple-Sheets-sheets-are-Dynamic/m-p/1083288#M360782</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;Thanks for your Help..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, is there any option by which without installing ODBC Driver I can achieve the desired output or I have to install ODBC Driver. Means by making changes in the script itself can I achieve this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2016 01:31:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Multiple-Sheets-sheets-are-Dynamic/m-p/1083288#M360782</guid>
      <dc:creator>pra_kale</dc:creator>
      <dc:date>2016-02-10T01:31:30Z</dc:date>
    </item>
    <item>
      <title>Re: Load Multiple Sheets...sheets are Dynamic</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Multiple-Sheets-sheets-are-Dynamic/m-p/1083289#M360783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes I recently found a way to extract the sheet names of an XLSX-file without needing to use the Excel ODBC-driver. I will share the solution once I get back at the computer I developed it on. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2016 02:49:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Multiple-Sheets-sheets-are-Dynamic/m-p/1083289#M360783</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2016-02-10T02:49:34Z</dc:date>
    </item>
    <item>
      <title>Re: Load Multiple Sheets...sheets are Dynamic</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Multiple-Sheets-sheets-are-Dynamic/m-p/1083290#M360784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you could install the driver from the below URL&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://www.microsoft.com/en-us/download/confirmation.aspx?id=13255" rel="nofollow"&gt;https://www.microsoft.com/en-us/download/confirmation.aspx?id=13255&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in User DSN clicked on Add and selected the Microsoft Excel Driver. Named it as "Excel Files"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2016 05:59:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Multiple-Sheets-sheets-are-Dynamic/m-p/1083290#M360784</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2016-02-10T05:59:29Z</dc:date>
    </item>
    <item>
      <title>Re: Load Multiple Sheets...sheets are Dynamic</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Multiple-Sheets-sheets-are-Dynamic/m-p/1083291#M360785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is the driver-less way of getting the sheet names. This is also an Unzip-routine that does not need any special unzip program to work. It takes advantage of the unzip functionality that is present in any Windows operating system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2016-02-10 #1.PNG" class="jive-image image-1" src="/legacyfs/online/114111_2016-02-10 #1.PNG" style="height: 325px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2016-02-10 #2.PNG" class="jive-image image-2" src="/legacyfs/online/114112_2016-02-10 #2.PNG" style="height: 542px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2016 07:00:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Multiple-Sheets-sheets-are-Dynamic/m-p/1083291#M360785</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2016-02-10T07:00:02Z</dc:date>
    </item>
    <item>
      <title>Re: Load Multiple Sheets...sheets are Dynamic</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Multiple-Sheets-sheets-are-Dynamic/m-p/1083292#M360786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank You Very Much for your Help...Great.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used the&amp;nbsp; script which you have given, below are the observations..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Script is working for .xlsx files.&lt;/P&gt;&lt;P&gt;2) The excel file which I have is .xls i.e. 2003 so when I have tried this on .xls file the script is failed..it gives error on &lt;STRONG&gt;app.xml...Please suggest what and where I should make the change.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;3) When I have tried on .xlsx file as well only sheets names get's imported. But I want data on that sheets to be get imported so I can use further for calculation. Means I want this data to be get saved in a Table...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2016 15:33:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Multiple-Sheets-sheets-are-Dynamic/m-p/1083292#M360786</guid>
      <dc:creator>pra_kale</dc:creator>
      <dc:date>2016-02-11T15:33:44Z</dc:date>
    </item>
    <item>
      <title>Re: Load Multiple Sheets...sheets are Dynamic</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Multiple-Sheets-sheets-are-Dynamic/m-p/1083293#M360787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;As for point 2:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is not meant for XLS but only for XLSX. And you already have support for getting all the sheets with XLS natively in QlikView. Unfortunately this was left out when the XLSX-fomat was introduced. You didn't ask for a routine for XLS only for XLSX. To read all sheets of XLS-files is quite easy since with XLS-files you can write &lt;STRONG&gt;table is @1&lt;/STRONG&gt; for the first sheet and &lt;STRONG&gt;table is @2&lt;/STRONG&gt; for the second sheet and so on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;As for point 3:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;That is absolutely correct - I only gave you what you need as a replacement for what you highlighted in red. The rest of what you have written with a FOR NEXT loop should work with minimal adjustments.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Feb 2016 23:38:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Multiple-Sheets-sheets-are-Dynamic/m-p/1083293#M360787</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2016-02-14T23:38:54Z</dc:date>
    </item>
    <item>
      <title>Re: Load Multiple Sheets...sheets are Dynamic</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Multiple-Sheets-sheets-are-Dynamic/m-p/1083294#M360788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is an example of how it can be done with XLS-files:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14554943271965912" jivemacro_uid="_14554943271965912" modifiedtitle="true"&gt;
&lt;P&gt;SET ErrorMode = 0;&lt;/P&gt;
&lt;P&gt;FOR i=1 TO 100&lt;/P&gt;
&lt;P&gt;&amp;nbsp; LOAD&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $(i) AS SheetNum,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; VOYAGE,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FREIGHT,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [NET FREIGHT]&lt;/P&gt;
&lt;P&gt;&amp;nbsp; FROM&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &lt;C&gt;&lt;/C&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; (biff, embedded labels, table is @$(i));&lt;/P&gt;
&lt;P&gt;&amp;nbsp; EXIT FOR When ScriptError &amp;lt;&amp;gt; 0;&lt;/P&gt;
&lt;P&gt;NEXT&lt;/P&gt;
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Feb 2016 23:59:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Multiple-Sheets-sheets-are-Dynamic/m-p/1083294#M360788</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2016-02-14T23:59:01Z</dc:date>
    </item>
    <item>
      <title>Re: Load Multiple Sheets...sheets are Dynamic</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Multiple-Sheets-sheets-are-Dynamic/m-p/1083295#M360789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Petter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for sharing the qvw file. But I am getting error related with "app.xml". Could you please explain what is it and if you can share it as well?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2016 16:04:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Multiple-Sheets-sheets-are-Dynamic/m-p/1083295#M360789</guid>
      <dc:creator>manishchandra_j</dc:creator>
      <dc:date>2016-02-15T16:04:08Z</dc:date>
    </item>
    <item>
      <title>Re: Load Multiple Sheets...sheets are Dynamic</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Multiple-Sheets-sheets-are-Dynamic/m-p/1083296#M360790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a ton !!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The given code is working for .xls file. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks once again Petter for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2016 15:45:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Multiple-Sheets-sheets-are-Dynamic/m-p/1083296#M360790</guid>
      <dc:creator>pra_kale</dc:creator>
      <dc:date>2016-02-17T15:45:48Z</dc:date>
    </item>
    <item>
      <title>Re: Load Multiple Sheets...sheets are Dynamic</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Multiple-Sheets-sheets-are-Dynamic/m-p/1083297#M360791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Happy to help &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2016 17:10:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Multiple-Sheets-sheets-are-Dynamic/m-p/1083297#M360791</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2016-02-17T17:10:00Z</dc:date>
    </item>
  </channel>
</rss>

