<?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: create calendar with for loop in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/create-calendar-with-for-loop/m-p/2081636#M88711</link>
    <description>&lt;P&gt;You may use an internal while-loop to get each date between start and end and which is then associated with the master-calendar, for example:&lt;/P&gt;
&lt;P&gt;t: load contract, start, end, date(start + iterno() - 1) as date&lt;BR /&gt;&amp;nbsp; &amp;nbsp; from source while start + iterno() - 1 &amp;lt;= end;&lt;/P&gt;</description>
    <pubDate>Thu, 08 Jun 2023 11:38:20 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2023-06-08T11:38:20Z</dc:date>
    <item>
      <title>create calendar with for loop</title>
      <link>https://community.qlik.com/t5/App-Development/create-calendar-with-for-loop/m-p/2081115#M88667</link>
      <description>&lt;P&gt;hello&lt;BR /&gt;I have a contract table that has a start and end date.&lt;BR /&gt;I need to generate a calendar between the smallest start date and the largest end date of a table.&lt;BR /&gt;Then make a for loop where I get each contract and its start/end dates, and from my calendar get the dates that are between them.&lt;BR /&gt;How can I do this?&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jun 2023 12:04:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/create-calendar-with-for-loop/m-p/2081115#M88667</guid>
      <dc:creator>151562</dc:creator>
      <dc:date>2023-06-07T12:04:07Z</dc:date>
    </item>
    <item>
      <title>Re: create calendar with for loop</title>
      <link>https://community.qlik.com/t5/App-Development/create-calendar-with-for-loop/m-p/2081636#M88711</link>
      <description>&lt;P&gt;You may use an internal while-loop to get each date between start and end and which is then associated with the master-calendar, for example:&lt;/P&gt;
&lt;P&gt;t: load contract, start, end, date(start + iterno() - 1) as date&lt;BR /&gt;&amp;nbsp; &amp;nbsp; from source while start + iterno() - 1 &amp;lt;= end;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2023 11:38:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/create-calendar-with-for-loop/m-p/2081636#M88711</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2023-06-08T11:38:20Z</dc:date>
    </item>
  </channel>
</rss>

