<?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: Dynamically reading excel sheets from a folder in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Dynamically-reading-excel-sheets-from-a-folder/m-p/752428#M1035815</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could write:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load * FROM C:\Excels\*.xls (biff, embedded labels, table is [sheet_name$]);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Provided you have no ambiguity in the data field names. It is necessary that the column names should be same in every excel and the name of the sheet should also be the same in every excel file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Feb 2015 08:39:01 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-02-24T08:39:01Z</dc:date>
    <item>
      <title>Dynamically reading excel sheets from a folder</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamically-reading-excel-sheets-from-a-folder/m-p/752423#M1035810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I want to read the excel files from a folder dynamically.If I entered a new data then it should read dynamically and produce output in the dashboard.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jan 2015 07:59:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamically-reading-excel-sheets-from-a-folder/m-p/752423#M1035810</guid>
      <dc:creator />
      <dc:date>2015-01-08T07:59:12Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically reading excel sheets from a folder</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamically-reading-excel-sheets-from-a-folder/m-p/752424#M1035811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is possible to read the excel files from a folder dynamically, but the nominclature of the file and header of the data field must be standard in all files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for ex. Files are named with BUD2014Nov.xls,BUD2014Dec.xls,BUD2015Jan.xls&lt;/P&gt;&lt;P&gt;and all headers must be same in all files (No of fields and title of the fields)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With above standards, it is easy to fetch data dynamically from single folder&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Test:&lt;/P&gt;&lt;P&gt;Load *&lt;/P&gt;&lt;P&gt;From&lt;/P&gt;&lt;P&gt;D:\folder\BUD*.xls;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kiran&lt;/P&gt;&lt;P&gt;8976977897&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jan 2015 08:12:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamically-reading-excel-sheets-from-a-folder/m-p/752424#M1035811</guid>
      <dc:creator>kiranmanoharrode</dc:creator>
      <dc:date>2015-01-08T08:12:31Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically reading excel sheets from a folder</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamically-reading-excel-sheets-from-a-folder/m-p/752425#M1035812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you be a bit more explicit about your goal, please?&lt;/P&gt;&lt;P&gt;Reading new data dynamically is possible using QMC - just set the app to reload every xx minutes and new data will be loaded then - reloading as soon as there is data might be possible using an external trigger, but certainly not easy.&lt;/P&gt;&lt;P&gt;If what you want is reading new Excel_files when they pop up in the directory, you need a FOR_EACH loop.&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataNibbler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jan 2015 08:12:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamically-reading-excel-sheets-from-a-folder/m-p/752425#M1035812</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2015-01-08T08:12:51Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically reading excel sheets from a folder</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamically-reading-excel-sheets-from-a-folder/m-p/752426#M1035813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ramya,&lt;/P&gt;&lt;P&gt;if u entered new data to the existing files in excel or so called table then we have to add new records explicitly in qlikview with the help of date field. it is called incremental load.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jan 2015 08:14:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamically-reading-excel-sheets-from-a-folder/m-p/752426#M1035813</guid>
      <dc:creator />
      <dc:date>2015-01-08T08:14:37Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically reading excel sheets from a folder</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamically-reading-excel-sheets-from-a-folder/m-p/752427#M1035814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kiran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have same issue with bit of different scenario -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am receiving daily production report&amp;nbsp; from the users in below format and file name.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;"Production Report of jan.xls"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" height="96" jive-data-cell="{&amp;quot;color&amp;quot;:&amp;quot;#575757&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;-moz-right&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;NaN&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;transparent&amp;quot;,&amp;quot;fontFamily&amp;quot;:&amp;quot;arial,helvetica,sans-serif&amp;quot;,&amp;quot;verticalAlign&amp;quot;:&amp;quot;baseline&amp;quot;}" jive-data-header="{&amp;quot;color&amp;quot;:&amp;quot;#FFFFFF&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;#6690BC&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;center&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;2&amp;quot;}" style="width: 258px; height: 29px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" width="64"&gt;ID&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="64"&gt;Name&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-left: none;" width="75"&gt;01/01/2015&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-left: none;" width="75"&gt;01/02/2015&lt;/TD&gt;&lt;TD align="right" class="xl66" style="border-left: none;" width="75"&gt;01/03/2015&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl65" height="20" style="border-top: none;"&gt;1&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;a&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;10&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;90&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;20&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl65" height="20" style="border-top: none;"&gt;2&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;b&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;20&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;46&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;30&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl65" height="20" style="border-top: none;"&gt;3&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;c&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;30&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;45&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;98&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am going to get same format data for February&amp;nbsp; also .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here the problem is as per your code i can load all the excel file from a folder which is having same nomenclature and header but in my case first and second column will have the same header but from third column it won't as from here date is going to start.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using crosstable to making date as a field in Qlikview.&lt;/P&gt;&lt;P&gt;Please advise how can i resolve this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your help on this regard will be appreciated.&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards,&lt;/P&gt;&lt;P&gt;Himanshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2015 08:08:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamically-reading-excel-sheets-from-a-folder/m-p/752427#M1035814</guid>
      <dc:creator />
      <dc:date>2015-02-24T08:08:29Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically reading excel sheets from a folder</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamically-reading-excel-sheets-from-a-folder/m-p/752428#M1035815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could write:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load * FROM C:\Excels\*.xls (biff, embedded labels, table is [sheet_name$]);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Provided you have no ambiguity in the data field names. It is necessary that the column names should be same in every excel and the name of the sheet should also be the same in every excel file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2015 08:39:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamically-reading-excel-sheets-from-a-folder/m-p/752428#M1035815</guid>
      <dc:creator />
      <dc:date>2015-02-24T08:39:01Z</dc:date>
    </item>
  </channel>
</rss>

