<?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: Master Calendar with Year, (Monthly FromDate) and   (MonthlyTo Dates)   Auto generated in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Master-Calendar-with-Year-Monthly-FromDate-and-MonthlyTo-Dates/m-p/2089339#M89294</link>
    <description>&lt;P&gt;Thanks Marcus&lt;/P&gt;</description>
    <pubDate>Fri, 30 Jun 2023 00:35:43 GMT</pubDate>
    <dc:creator>Peter_Brunner</dc:creator>
    <dc:date>2023-06-30T00:35:43Z</dc:date>
    <item>
      <title>Master Calendar with Year, (Monthly FromDate) and   (MonthlyTo Dates)   Auto generated</title>
      <link>https://community.qlik.com/t5/App-Development/Master-Calendar-with-Year-Monthly-FromDate-and-MonthlyTo-Dates/m-p/2088986#M89252</link>
      <description>&lt;P&gt;Hi Guys ,&lt;/P&gt;
&lt;P&gt;I have been trying to replicate an ERP system Master Calendar in Qlikview with not much luck.&lt;/P&gt;
&lt;P&gt;I have the basic calendar but need to add From the 1st of every Month and ToEnd of every Month as per attached image.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So in the case of July the from date is&amp;nbsp; 01/07/2019&amp;nbsp; and To date is 31/07/2019&lt;/P&gt;
&lt;P&gt;appeciate any help on this&lt;/P&gt;
&lt;P&gt;Regards Peter&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Let StartYear = 2022;
Let EndYear = 2023;

Master_Calendar:
Load
Date(MonthStart(InvDates))AS StartDate,
Date(MonthEnd(InvDates)) AS EndDate,
MonthName(InvDates) as MonthName,
QuarterName(InvDates) as QuarterName,
YearName(InvDates) as YearName,
'Q'&amp;amp;Ceil(Month(InvDates)/3) as Quarter,
Year(InvDates) as Year,
Month(InvDates) as Month,
WeekDay(InvDates) as WeekDay,
Week(InvDates) as Week,
Day(InvDates) as Day,
Year(InvDates) as yearDate
;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 21:38:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Master-Calendar-with-Year-Monthly-FromDate-and-MonthlyTo-Dates/m-p/2088986#M89252</guid>
      <dc:creator>Peter_Brunner</dc:creator>
      <dc:date>2024-11-15T21:38:07Z</dc:date>
    </item>
    <item>
      <title>Re: Master Calendar with Year, (Monthly FromDate) and   (MonthlyTo Dates)   Auto generated</title>
      <link>https://community.qlik.com/t5/App-Development/Master-Calendar-with-Year-Monthly-FromDate-and-MonthlyTo-Dates/m-p/2089023#M89253</link>
      <description>&lt;P&gt;&amp;nbsp;MonthStart(InvDates) as CalPeriod_FromDate,&lt;BR /&gt;&amp;nbsp;MonthEnd(InvDates) as CalPeriod_ToDate&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jun 2023 08:01:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Master-Calendar-with-Year-Monthly-FromDate-and-MonthlyTo-Dates/m-p/2089023#M89253</guid>
      <dc:creator>BrunPierre</dc:creator>
      <dc:date>2023-06-29T08:01:04Z</dc:date>
    </item>
    <item>
      <title>Re: Master Calendar with Year, (Monthly FromDate) and   (MonthlyTo Dates)   Auto generated</title>
      <link>https://community.qlik.com/t5/App-Development/Master-Calendar-with-Year-Monthly-FromDate-and-MonthlyTo-Dates/m-p/2089025#M89254</link>
      <description>&lt;P&gt;If you have already a start- and an end-date you could just apply a loop to generate the dates between them - in your case maybe with something like:&lt;/P&gt;
&lt;P&gt;t: &lt;BR /&gt;load *, year(Date) * 12 + month(Date) as RunningPeriod; // example for whatever you may need&lt;BR /&gt;load *, date(startdate + iterno() - 1) as Date&lt;BR /&gt;from YourSource while&amp;nbsp;startdate + iterno() - 1 &amp;lt;= enddate;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jun 2023 08:08:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Master-Calendar-with-Year-Monthly-FromDate-and-MonthlyTo-Dates/m-p/2089025#M89254</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2023-06-29T08:08:25Z</dc:date>
    </item>
    <item>
      <title>Re: Master Calendar with Year, (Monthly FromDate) and   (MonthlyTo Dates)   Auto generated</title>
      <link>https://community.qlik.com/t5/App-Development/Master-Calendar-with-Year-Monthly-FromDate-and-MonthlyTo-Dates/m-p/2089339#M89294</link>
      <description>&lt;P&gt;Thanks Marcus&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jun 2023 00:35:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Master-Calendar-with-Year-Monthly-FromDate-and-MonthlyTo-Dates/m-p/2089339#M89294</guid>
      <dc:creator>Peter_Brunner</dc:creator>
      <dc:date>2023-06-30T00:35:43Z</dc:date>
    </item>
  </channel>
</rss>

