<?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: &amp;quot;For each&amp;quot; issue in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/quot-For-each-quot-issue/m-p/1720621#M451811</link>
    <description>&lt;P&gt;thank you!&lt;/P&gt;</description>
    <pubDate>Sun, 21 Jun 2020 11:43:08 GMT</pubDate>
    <dc:creator>Randomize1978</dc:creator>
    <dc:date>2020-06-21T11:43:08Z</dc:date>
    <item>
      <title>"For each" issue</title>
      <link>https://community.qlik.com/t5/QlikView/quot-For-each-quot-issue/m-p/1719546#M451768</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;i have a problem and will be glad to get your assistant.&lt;/P&gt;&lt;P&gt;i need to&amp;nbsp; load 5 excel files(one sheet each) where&amp;nbsp;i need to bring every week the latest file for each one of them/&lt;/P&gt;&lt;P&gt;one is for Budget with a unique name and 4 for each team.&lt;/P&gt;&lt;P&gt;what i planned to do was to run" for each in file list" and concatenate between them.&lt;/P&gt;&lt;P&gt;the budget is working,my problem is the other 4.&lt;/P&gt;&lt;P&gt;the files name is like this "businessteams 02062020-094512 team1.xlsx"&lt;/P&gt;&lt;P&gt;they all start with "businessteams " with date and time in the middle but ends with team number.&lt;/P&gt;&lt;P&gt;now,in the budget the start of the string is uniqe so i&amp;nbsp;wrote&amp;nbsp;&lt;/P&gt;&lt;P&gt;FOR EACH file in FileList('$(vFilePath)\Weekly budget*.xlsx') and it works fine but here i cannot found a solution to retrieve the last file for each time as the team number is in the end of the string(tried FOR EACH file in FileList('$(vFilePath)\*team1.xlsx')&lt;/P&gt;&lt;P&gt;hope its clear and will be glad to get your help ,&lt;/P&gt;&lt;P&gt;thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jun 2020 08:52:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quot-For-each-quot-issue/m-p/1719546#M451768</guid>
      <dc:creator>Randomize1978</dc:creator>
      <dc:date>2020-06-17T08:52:06Z</dc:date>
    </item>
    <item>
      <title>Re: "For each" issue</title>
      <link>https://community.qlik.com/t5/QlikView/quot-For-each-quot-issue/m-p/1719615#M451771</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/119439"&gt;@Randomize1978&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;could you please try this?&lt;SPAN&gt;they all start with "businessteams " with date and time.so you can use &lt;STRONG&gt;businessteams*.xlsx&amp;nbsp; &amp;nbsp;&lt;/STRONG&gt; instead of&amp;nbsp;*team1.xlsx&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN&gt;(tried FOR EACH file in FileList('$(vFilePath)\*team1.xlsx')&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;did you try with &lt;STRONG&gt;next file&lt;/STRONG&gt; syntax&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;raji&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jun 2020 11:40:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quot-For-each-quot-issue/m-p/1719615#M451771</guid>
      <dc:creator>raji6763</dc:creator>
      <dc:date>2020-06-17T11:40:24Z</dc:date>
    </item>
    <item>
      <title>Re: "For each" issue</title>
      <link>https://community.qlik.com/t5/QlikView/quot-For-each-quot-issue/m-p/1719724#M451775</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/11742"&gt;@raji6763&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;thanks, can you please elaborate?&lt;/P&gt;&lt;P&gt;when i write businessteams* it is not working maybe because there are 4 files that fetched from that.&lt;/P&gt;&lt;P&gt;can you please show me how to do it in the script?&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jun 2020 15:45:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quot-For-each-quot-issue/m-p/1719724#M451775</guid>
      <dc:creator>Randomize1978</dc:creator>
      <dc:date>2020-06-17T15:45:08Z</dc:date>
    </item>
    <item>
      <title>Re: "For each" issue</title>
      <link>https://community.qlik.com/t5/QlikView/quot-For-each-quot-issue/m-p/1720239#M451797</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/119439"&gt;@Randomize1978&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;you can load the 4 files without using for each statement.&lt;/P&gt;&lt;P&gt;All team filename start with businessteams so try the below:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="raji6763_1-1592548518902.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/35841iE09092EF732838C7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="raji6763_1-1592548518902.png" alt="raji6763_1-1592548518902.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="raji6763_2-1592548596944.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/35842i879CCA00D64355B9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="raji6763_2-1592548596944.png" alt="raji6763_2-1592548596944.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the * will pull your all 4&amp;nbsp; files&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;raji&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jun 2020 06:37:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quot-For-each-quot-issue/m-p/1720239#M451797</guid>
      <dc:creator>raji6763</dc:creator>
      <dc:date>2020-06-19T06:37:07Z</dc:date>
    </item>
    <item>
      <title>Re: "For each" issue</title>
      <link>https://community.qlik.com/t5/QlikView/quot-For-each-quot-issue/m-p/1720621#M451811</link>
      <description>&lt;P&gt;thank you!&lt;/P&gt;</description>
      <pubDate>Sun, 21 Jun 2020 11:43:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/quot-For-each-quot-issue/m-p/1720621#M451811</guid>
      <dc:creator>Randomize1978</dc:creator>
      <dc:date>2020-06-21T11:43:08Z</dc:date>
    </item>
  </channel>
</rss>

