<?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: Loop in a Load in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Loop-in-a-Load/m-p/1900386#M74294</link>
    <description>&lt;P&gt;Thank you for your help. Thats exactly the function i need. &lt;BR /&gt;&lt;BR /&gt;Unfortunately, this seems to be indicative of my 3-day development qlik-sense training, that this simple functionality was not presented there.&lt;/P&gt;</description>
    <pubDate>Thu, 03 Mar 2022 07:43:48 GMT</pubDate>
    <dc:creator>Seier-Alsenz</dc:creator>
    <dc:date>2022-03-03T07:43:48Z</dc:date>
    <item>
      <title>Loop in a Load</title>
      <link>https://community.qlik.com/t5/App-Development/Loop-in-a-Load/m-p/1899294#M74232</link>
      <description>&lt;P&gt;Hi guys,&lt;BR /&gt;&lt;BR /&gt;im new in qlik app development and have following question.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i have following data:&lt;/P&gt;
&lt;P&gt;ID, Name, BeginDate, EndDate&lt;/P&gt;
&lt;P&gt;i want to create for each year which is between BeginDate and EndDate create a data set und count the num of networkdays for each year/dataset.&lt;/P&gt;
&lt;P&gt;unfortunately I don't really understand how to include the do-loop in the load command without causing a syntax error.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;do you have some examples?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;kind regards&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Mar 2022 12:45:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Loop-in-a-Load/m-p/1899294#M74232</guid>
      <dc:creator>Seier-Alsenz</dc:creator>
      <dc:date>2022-03-02T12:45:07Z</dc:date>
    </item>
    <item>
      <title>Re: Loop in a Load</title>
      <link>https://community.qlik.com/t5/App-Development/Loop-in-a-Load/m-p/1899302#M74234</link>
      <description>&lt;P&gt;Hi Seier-Alsenz,&lt;/P&gt;
&lt;P&gt;try something like this:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Table:
Load
ID,
Name,
BeginDate,
BeginDate + IterNo()-1 as Date,
EndDate
From ....
while BeginDate + IterNo()-1 &amp;lt;= EndDate;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This should do the trick. All you have to do from there is to mark the working days.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let me know if it helped.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Can&lt;/P&gt;</description>
      <pubDate>Wed, 02 Mar 2022 12:53:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Loop-in-a-Load/m-p/1899302#M74234</guid>
      <dc:creator>canerkan</dc:creator>
      <dc:date>2022-03-02T12:53:30Z</dc:date>
    </item>
    <item>
      <title>Re: Loop in a Load</title>
      <link>https://community.qlik.com/t5/App-Development/Loop-in-a-Load/m-p/1900386#M74294</link>
      <description>&lt;P&gt;Thank you for your help. Thats exactly the function i need. &lt;BR /&gt;&lt;BR /&gt;Unfortunately, this seems to be indicative of my 3-day development qlik-sense training, that this simple functionality was not presented there.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Mar 2022 07:43:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Loop-in-a-Load/m-p/1900386#M74294</guid>
      <dc:creator>Seier-Alsenz</dc:creator>
      <dc:date>2022-03-03T07:43:48Z</dc:date>
    </item>
    <item>
      <title>Re: Loop in a Load</title>
      <link>https://community.qlik.com/t5/App-Development/Loop-in-a-Load/m-p/1900554#M74306</link>
      <description>&lt;P&gt;Hi Seier-Alsenz,&lt;/P&gt;
&lt;P&gt;I'm glad I could help you! Please mark correct answers as solutions so other people having the same problem can see that there might be a solution for them as well.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Can&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Mar 2022 12:25:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Loop-in-a-Load/m-p/1900554#M74306</guid>
      <dc:creator>canerkan</dc:creator>
      <dc:date>2022-03-03T12:25:56Z</dc:date>
    </item>
  </channel>
</rss>

