<?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 excel file with different name but same structure. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Load-multiple-excel-file-with-different-name-but-same-structure/m-p/738145#M263909</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I already explain this plz read my previous comment. &lt;STRONG&gt;* will not work if you are pulling data from server.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Jul 2014 08:03:00 GMT</pubDate>
    <dc:creator>jsingh71</dc:creator>
    <dc:date>2014-07-09T08:03:00Z</dc:date>
    <item>
      <title>Load multiple excel file with different name but same structure.</title>
      <link>https://community.qlik.com/t5/QlikView/Load-multiple-excel-file-with-different-name-but-same-structure/m-p/738139#M263903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I need to load multiple excel file with different name but same structure.&lt;/P&gt;&lt;P&gt;earlier I used following script and its working fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000;"&gt;For Each File in 'First,'Second','Third'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000;"&gt;Let vFileName = File; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000;"&gt;Let vPath = '[//ABC..com/project/MDM9/Docs/CS'&amp;amp;vFileName&amp;amp;'.xlsm](ooxml, no labels, table is [Sheet_Name])';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000;"&gt;Temp:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000;"&gt;Load &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000;"&gt; *&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000;"&gt;FROM&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000;"&gt;$(vPath);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000;"&gt;Next; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12pt;"&gt;But now i want to load 20 files instead of three files which I load earlier, so please let me know is there any dynamic way to do this without giving the name of each excel file name in ForEach loop.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2014 07:37:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-multiple-excel-file-with-different-name-but-same-structure/m-p/738139#M263903</guid>
      <dc:creator>jsingh71</dc:creator>
      <dc:date>2014-07-09T07:37:46Z</dc:date>
    </item>
    <item>
      <title>Re: Load multiple excel file with different name but same structure.</title>
      <link>https://community.qlik.com/t5/QlikView/Load-multiple-excel-file-with-different-name-but-same-structure/m-p/738140#M263904</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;are those files all in the same directory? Do the names follow some rule (do the file_names contain the calendar_week or so)?&lt;/P&gt;&lt;P&gt;=&amp;gt; In that case, you can build a LOOP.&lt;/P&gt;&lt;P&gt;I haven't tried that, but you can find out how many qvw files are there in a certain directory and you can build a LOAD statement going through them one by one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&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;DataNibbler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2014 07:41:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-multiple-excel-file-with-different-name-but-same-structure/m-p/738140#M263904</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2014-07-09T07:41:32Z</dc:date>
    </item>
    <item>
      <title>Re: Load multiple excel file with different name but same structure.</title>
      <link>https://community.qlik.com/t5/QlikView/Load-multiple-excel-file-with-different-name-but-same-structure/m-p/738141#M263905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jsingh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to load many excel files with common fields in a folder you can try this... &lt;/P&gt;&lt;P&gt;Load *&lt;/P&gt;&lt;P&gt;select*&lt;/P&gt;&lt;P&gt;from //path/*.xlsm &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will load all the Excel files in that folder &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2014 07:45:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-multiple-excel-file-with-different-name-but-same-structure/m-p/738141#M263905</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2014-07-09T07:45:15Z</dc:date>
    </item>
    <item>
      <title>Re: Load multiple excel file with different name but same structure.</title>
      <link>https://community.qlik.com/t5/QlikView/Load-multiple-excel-file-with-different-name-but-same-structure/m-p/738142#M263906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All files are same directory but they didn't contain any number( like calender_week and so on). Earlier I provide file names in ForEach loop itself then its working, now I dont want to add name manually. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2014 07:48:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-multiple-excel-file-with-different-name-but-same-structure/m-p/738142#M263906</guid>
      <dc:creator>jsingh71</dc:creator>
      <dc:date>2014-07-09T07:48:29Z</dc:date>
    </item>
    <item>
      <title>Re: Load multiple excel file with different name but same structure.</title>
      <link>https://community.qlik.com/t5/QlikView/Load-multiple-excel-file-with-different-name-but-same-structure/m-p/738143#M263907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Avinash, this will work when we are loading excel files locally but in my case I am pulling from server. So this was not working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2014 07:50:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-multiple-excel-file-with-different-name-but-same-structure/m-p/738143#M263907</guid>
      <dc:creator>jsingh71</dc:creator>
      <dc:date>2014-07-09T07:50:25Z</dc:date>
    </item>
    <item>
      <title>Re: Load multiple excel file with different name but same structure.</title>
      <link>https://community.qlik.com/t5/QlikView/Load-multiple-excel-file-with-different-name-but-same-structure/m-p/738144#M263908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please try this script&lt;/P&gt;&lt;P&gt;For each vPath in filelist ('*.xls')&lt;/P&gt;&lt;P&gt;EOM_HISTORY:&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;A ,&lt;/P&gt;&lt;P&gt; B, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; C , &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; D,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;From $(vPath) (biff, embedded labels, table is [rptCUMTIMESHEETAll.rpt$], filters(Remove(Row, RowCnd(CellValue, 1, StrCnd(equal, 'Information Systems')))));&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2014 07:59:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-multiple-excel-file-with-different-name-but-same-structure/m-p/738144#M263908</guid>
      <dc:creator>noman212</dc:creator>
      <dc:date>2014-07-09T07:59:31Z</dc:date>
    </item>
    <item>
      <title>Re: Load multiple excel file with different name but same structure.</title>
      <link>https://community.qlik.com/t5/QlikView/Load-multiple-excel-file-with-different-name-but-same-structure/m-p/738145#M263909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I already explain this plz read my previous comment. &lt;STRONG&gt;* will not work if you are pulling data from server.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2014 08:03:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-multiple-excel-file-with-different-name-but-same-structure/m-p/738145#M263909</guid>
      <dc:creator>jsingh71</dc:creator>
      <dc:date>2014-07-09T08:03:00Z</dc:date>
    </item>
    <item>
      <title>Re: Load multiple excel file with different name but same structure.</title>
      <link>https://community.qlik.com/t5/QlikView/Load-multiple-excel-file-with-different-name-but-same-structure/m-p/738146#M263910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jsingh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think It should work, please check with the folder path once.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2014 08:04:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-multiple-excel-file-with-different-name-but-same-structure/m-p/738146#M263910</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2014-07-09T08:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: Load multiple excel file with different name but same structure.</title>
      <link>https://community.qlik.com/t5/QlikView/Load-multiple-excel-file-with-different-name-but-same-structure/m-p/738147#M263911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I already tried it is showing error msg BAD ZIP FILE. but what code I mentioned in my original post its working fine but need to mention file name. that I want to avoid.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2014 08:12:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-multiple-excel-file-with-different-name-but-same-structure/m-p/738147#M263911</guid>
      <dc:creator>jsingh71</dc:creator>
      <dc:date>2014-07-09T08:12:14Z</dc:date>
    </item>
    <item>
      <title>Re: Load multiple excel file with different name but same structure.</title>
      <link>https://community.qlik.com/t5/QlikView/Load-multiple-excel-file-with-different-name-but-same-structure/m-p/738148#M263912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've seen a few posts about this error now, often when the files are on a SharePoint. Are the files on a normal share or on sharepoint?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2014 08:53:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-multiple-excel-file-with-different-name-but-same-structure/m-p/738148#M263912</guid>
      <dc:creator>shane_spencer</dc:creator>
      <dc:date>2014-07-09T08:53:49Z</dc:date>
    </item>
    <item>
      <title>Re: Load multiple excel file with different name but same structure.</title>
      <link>https://community.qlik.com/t5/QlikView/Load-multiple-excel-file-with-different-name-but-same-structure/m-p/738149#M263913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1please specify path as&lt;/P&gt;&lt;P&gt;load '.\\192.168.1.2\Sharing\Foldername';&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2014 09:00:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-multiple-excel-file-with-different-name-but-same-structure/m-p/738149#M263913</guid>
      <dc:creator>noman212</dc:creator>
      <dc:date>2014-07-09T09:00:15Z</dc:date>
    </item>
    <item>
      <title>Re: Load multiple excel file with different name but same structure.</title>
      <link>https://community.qlik.com/t5/QlikView/Load-multiple-excel-file-with-different-name-but-same-structure/m-p/738150#M263914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I only asked this question before that but any how I loaded files through sharepoint. As I mentioned my earlier reply that time I used file names in ForEach loop, now I want to do dynamically without giving the file names manually. So us there any way to do this?? If you suggest anything its really helpful for me.&lt;/P&gt;&lt;P&gt;Thanks..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2014 09:00:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-multiple-excel-file-with-different-name-but-same-structure/m-p/738150#M263914</guid>
      <dc:creator>jsingh71</dc:creator>
      <dc:date>2014-07-09T09:00:39Z</dc:date>
    </item>
    <item>
      <title>Re: Load multiple excel file with different name but same structure.</title>
      <link>https://community.qlik.com/t5/QlikView/Load-multiple-excel-file-with-different-name-but-same-structure/m-p/738151#M263915</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;Use this script if you can keep this set of files in separate directory:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FOR EACH FILE IN FileList('$(DIR)*.xls')&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;load .......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;$(FILE)&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(biff, embedded labels, header is 1 lines, table is Sheet1);&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;next FILE&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if you are having other files also in the same directory, then you have to maintain a common suffix/prefix inorder to identify them. Accordingly syntax will change as follows;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;FOR EACH FILE IN FileList('$(DIR)Prefix*.xls')&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2014 06:16:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-multiple-excel-file-with-different-name-but-same-structure/m-p/738151#M263915</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-09T06:16:32Z</dc:date>
    </item>
    <item>
      <title>Re: Load multiple excel file with different name but same structure.</title>
      <link>https://community.qlik.com/t5/QlikView/Load-multiple-excel-file-with-different-name-but-same-structure/m-p/738152#M263916</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 have my QVD files in another server from where I use the script below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for Each file in '\\10.xxx.xxx.32\d\Developer\Abhishek Sen\Deployment\QVD'&lt;/P&gt;&lt;P&gt;HotelApp:&lt;/P&gt;&lt;P&gt;load *&lt;/P&gt;&lt;P&gt;From $(file)\*.qvd (qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(I just put 'x' to mask the digits in my IP address of the server).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2014 08:07:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-multiple-excel-file-with-different-name-but-same-structure/m-p/738152#M263916</guid>
      <dc:creator />
      <dc:date>2014-09-09T08:07:52Z</dc:date>
    </item>
  </channel>
</rss>

