<?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: how to load multiple weekly files in script in Archived Groups</title>
    <link>https://community.qlik.com/t5/Archived-Groups/how-to-load-multiple-weekly-files-in-script/m-p/1103490#M1900</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;so everytime new file come , how can qlik view automatically will laod&amp;nbsp; because file will be having differnt name as date will be changed while loading it will give me error&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 May 2016 12:15:29 GMT</pubDate>
    <dc:creator>yogitamehta10</dc:creator>
    <dc:date>2016-05-09T12:15:29Z</dc:date>
    <item>
      <title>how to load multiple weekly files in script</title>
      <link>https://community.qlik.com/t5/Archived-Groups/how-to-load-multiple-weekly-files-in-script/m-p/1103484#M1894</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;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have a doubt related to file structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a excel file&amp;nbsp; i'm loading data from that file that file name has date embed in this .Book_22042016 , So i'm getting this file on weekly basis , like next file would be 29/04/2016 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Every file has same type of data like in file we have item number ,&amp;nbsp; total 100 item number are there , these are fixed , no addition in that just the status of items are changing&amp;nbsp; So my dashbaord should show the current week data&amp;nbsp; and in another graph i will show last week and current week Progrees in status means i want to count stattus that is the progress.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how should i write my script so that it will capture all the weekly files and if i want i can show last week and current week data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jul 2025 17:59:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/how-to-load-multiple-weekly-files-in-script/m-p/1103484#M1894</guid>
      <dc:creator>yogitamehta10</dc:creator>
      <dc:date>2025-07-22T17:59:49Z</dc:date>
    </item>
    <item>
      <title>Re: how to load multiple weekly files in script</title>
      <link>https://community.qlik.com/t5/Archived-Groups/how-to-load-multiple-weekly-files-in-script/m-p/1103485#M1895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you try this : &lt;A href="/t5/forums/searchpage/tab/message?q=load weekly files"&gt;https://community.qlik.com/search.jspa?q=load+weekly+files&lt;/A&gt;‌‌&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; ?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 May 2016 11:44:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/how-to-load-multiple-weekly-files-in-script/m-p/1103485#M1895</guid>
      <dc:creator>gardenierbi</dc:creator>
      <dc:date>2016-05-09T11:44:55Z</dc:date>
    </item>
    <item>
      <title>Re: how to load multiple weekly files in script</title>
      <link>https://community.qlik.com/t5/Archived-Groups/how-to-load-multiple-weekly-files-in-script/m-p/1103486#M1896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ExcelData:&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date#(SubField(FileBaseName(),'_',-1),'DDMMYYYY') as FileDate&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Book*.xslx (ooxml, embedded labels, table is Sheet1)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 May 2016 11:49:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/how-to-load-multiple-weekly-files-in-script/m-p/1103486#M1896</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-05-09T11:49:46Z</dc:date>
    </item>
    <item>
      <title>Re: how to load multiple weekly files in script</title>
      <link>https://community.qlik.com/t5/Archived-Groups/how-to-load-multiple-weekly-files-in-script/m-p/1103487#M1897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;but then how i will i load my file on weekly basis automatically&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 May 2016 12:01:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/how-to-load-multiple-weekly-files-in-script/m-p/1103487#M1897</guid>
      <dc:creator>yogitamehta10</dc:creator>
      <dc:date>2016-05-09T12:01:59Z</dc:date>
    </item>
    <item>
      <title>Re: how to load multiple weekly files in script</title>
      <link>https://community.qlik.com/t5/Archived-Groups/how-to-load-multiple-weekly-files-in-script/m-p/1103488#M1898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Together with all the other data. You can use the FileDate field to distinguish between the weeks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 May 2016 12:11:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/how-to-load-multiple-weekly-files-in-script/m-p/1103488#M1898</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-05-09T12:11:06Z</dc:date>
    </item>
    <item>
      <title>Re: how to load multiple weekly files in script</title>
      <link>https://community.qlik.com/t5/Archived-Groups/how-to-load-multiple-weekly-files-in-script/m-p/1103489#M1899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; week1 data&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" height="311" style="width: 526px; height: 174px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl73" height="57" width="176"&gt;MAP_DATA_ITEM_NUM&lt;/TD&gt;&lt;TD class="xl73" width="244"&gt;MAP_DATA_ITEM_NAME&lt;/TD&gt;&lt;TD class="xl73" width="252"&gt;MAP_DATA_ITEM_DESCRIPTION&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl75" height="41"&gt;D2001&lt;/TD&gt;&lt;TD class="xl74"&gt;SPID&lt;/TD&gt;&lt;TD class="xl71" style="border-left: none;" width="252"&gt;never started&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl75" height="41" style="border-top: none;"&gt;D2001&lt;/TD&gt;&lt;TD class="xl74" style="border-top: none;"&gt;&lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none;" width="252"&gt;start &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl75" height="41" style="border-top: none;"&gt;D2001&lt;/TD&gt;&lt;TD class="xl74" style="border-top: none;"&gt;SPID&lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none;" width="252"&gt;open &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl75" height="41" style="border-top: none;"&gt;D2001&lt;/TD&gt;&lt;TD class="xl74" style="border-top: none;"&gt;SPID&lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none;" width="252"&gt;developemnt&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl75" height="41" style="border-top: none;"&gt;D2001&lt;/TD&gt;&lt;TD class="xl74" style="border-top: none;"&gt;SPID&lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none;" width="252"&gt;open &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;Week 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" height="311"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl73" height="57" width="176"&gt;MAP_DATA_ITEM_NUM&lt;/TD&gt;&lt;TD class="xl73" width="244"&gt;MAP_DATA_ITEM_NAME&lt;/TD&gt;&lt;TD class="xl73" width="252"&gt;MAP_DATA_ITEM_DESCRIPTION&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl75" height="41"&gt;D2001&lt;/TD&gt;&lt;TD class="xl74"&gt;SPID&lt;/TD&gt;&lt;TD class="xl71" style="border-left: none;" width="252"&gt;start&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl75" height="41" style="border-top: none;"&gt;D2001&lt;/TD&gt;&lt;TD class="xl74" style="border-top: none;"&gt;&lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none;" width="252"&gt;in progress&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl75" height="41" style="border-top: none;"&gt;D2001&lt;/TD&gt;&lt;TD class="xl74" style="border-top: none;"&gt;SPID&lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none;" width="252"&gt;close&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl75" height="41" style="border-top: none;"&gt;D2001&lt;/TD&gt;&lt;TD class="xl74" style="border-top: none;"&gt;SPID&lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none;" width="252"&gt;developemnt in complete&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl75" height="41" style="border-top: none;"&gt;D2001&lt;/TD&gt;&lt;TD class="xl74" style="border-top: none;"&gt;SPID&lt;/TD&gt;&lt;TD class="xl71" style="border-top: none; border-left: none;" width="252"&gt;in progress&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so check the type of data i have , i have three columns&amp;nbsp;&amp;nbsp; item number is same everytime&amp;nbsp; just the status is changing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so i need to calculate howmany are in progree , open , close this week and last week .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i'm getting these type of files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; how should i write my script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; file name is like Book_28042016&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 May 2016 12:12:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/how-to-load-multiple-weekly-files-in-script/m-p/1103489#M1899</guid>
      <dc:creator>yogitamehta10</dc:creator>
      <dc:date>2016-05-09T12:12:21Z</dc:date>
    </item>
    <item>
      <title>Re: how to load multiple weekly files in script</title>
      <link>https://community.qlik.com/t5/Archived-Groups/how-to-load-multiple-weekly-files-in-script/m-p/1103490#M1900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;so everytime new file come , how can qlik view automatically will laod&amp;nbsp; because file will be having differnt name as date will be changed while loading it will give me error&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 May 2016 12:15:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/how-to-load-multiple-weekly-files-in-script/m-p/1103490#M1900</guid>
      <dc:creator>yogitamehta10</dc:creator>
      <dc:date>2016-05-09T12:15:29Z</dc:date>
    </item>
    <item>
      <title>Re: how to load multiple weekly files in script</title>
      <link>https://community.qlik.com/t5/Archived-Groups/how-to-load-multiple-weekly-files-in-script/m-p/1103491#M1901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ExcelData:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MAP_DATA_ITEM_NUM,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MAP_DATA_ITEM_NAME,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MAP_DATA_ITEM_DESCRIPTION,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date#(SubField(FileBaseName(),'_',-1),'DDMMYYYY') as FileDate&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Book*.xslx (ooxml, embedded labels, table is Sheet1)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 May 2016 12:17:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/how-to-load-multiple-weekly-files-in-script/m-p/1103491#M1901</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-05-09T12:17:26Z</dc:date>
    </item>
  </channel>
</rss>

