<?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 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Master-Calendar/m-p/129889#M19566</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The second parameter of YearStart() is how many years you want to return back or in advance:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;YearStart(Today(), -1) will be 01.01.2017&lt;/P&gt;&lt;P&gt;YearStart(Today(), 10) will be 01.01.2028&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need the 0 because you cannot leave a blank in the second parameter. 0 refers to the current year in the date.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Jul 2018 09:06:47 GMT</pubDate>
    <dc:creator>Miguel_Angel_Baeyens</dc:creator>
    <dc:date>2018-07-11T09:06:47Z</dc:date>
    <item>
      <title>Master Calendar</title>
      <link>https://community.qlik.com/t5/QlikView/Master-Calendar/m-p/129888#M19565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Folks ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am having knowledge in implementing master calendar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When it comes to considering financial year FY in our project we consider&amp;nbsp; 01-04-2018 to 31-04-2019 as Indian financial year&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;So for that to display calendarfinancialyear we consider&amp;nbsp; date(YearStart(tran_date,0,4),'YYYY')&amp;nbsp; as calendarFY&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;in the above statement 4 represents april month , now my question is why to consider 0.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;when i use this in list box expression as&amp;nbsp;&amp;nbsp; date(YearStart(tran_date,0),'YYYY') gives 2019 and &lt;SPAN style="font-size: 13.3333px;"&gt;date(YearStart(tran_date,4),'YYYY') gives 2023&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;But this &lt;SPAN style="font-size: 13.3333px;"&gt;date(YearStart(tran_date,0,4),'YYYY')&amp;nbsp; gives 2018 which is correct.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Can some one clear my doubt.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;A href="https://community.qlik.com/qlik-users/17633"&gt;mbaeyens&lt;/A&gt;‌&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;A href="https://community.qlik.com/qlik-users/171708"&gt;stalwar1&lt;/A&gt;‌&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;A href="https://community.qlik.com/qlik-users/26418"&gt;tresesco&lt;/A&gt;‌&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Kakani. &lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2018 07:36:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-Calendar/m-p/129888#M19565</guid>
      <dc:creator>kakani87</dc:creator>
      <dc:date>2018-07-11T07:36:34Z</dc:date>
    </item>
    <item>
      <title>Re: Master Calendar</title>
      <link>https://community.qlik.com/t5/QlikView/Master-Calendar/m-p/129889#M19566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The second parameter of YearStart() is how many years you want to return back or in advance:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;YearStart(Today(), -1) will be 01.01.2017&lt;/P&gt;&lt;P&gt;YearStart(Today(), 10) will be 01.01.2028&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need the 0 because you cannot leave a blank in the second parameter. 0 refers to the current year in the date.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2018 09:06:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-Calendar/m-p/129889#M19566</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2018-07-11T09:06:47Z</dc:date>
    </item>
  </channel>
</rss>

