<?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/727631#M1050883</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes right..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Oct 2014 07:58:27 GMT</pubDate>
    <dc:creator>its_anandrjs</dc:creator>
    <dc:date>2014-10-30T07:58:27Z</dc:date>
    <item>
      <title>master calendar?</title>
      <link>https://community.qlik.com/t5/QlikView/master-calendar/m-p/727623#M1050875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;'FY' &amp;amp; Right(Year(AddMonths([CreatedOn],-6)),2) &amp;amp; '/' &amp;amp; Right(Year(AddMonths([CreatedOn],6)),2) AS [Financial Year],&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls explain me&amp;nbsp; (AddMonths([CreatedOn],-6)),2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; what -6 do here?&amp;nbsp;&amp;nbsp;&amp;nbsp; full expression clearly&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 07:46:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/master-calendar/m-p/727623#M1050875</guid>
      <dc:creator />
      <dc:date>2014-10-30T07:46:43Z</dc:date>
    </item>
    <item>
      <title>Re: master calendar?</title>
      <link>https://community.qlik.com/t5/QlikView/master-calendar/m-p/727624#M1050876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AddMonths([createdOn],-6) will take you 6 months back..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;say if today is month of October-2014 and if I apply above formula then it will return April-2014..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Sushil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 07:51:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/master-calendar/m-p/727624#M1050876</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2014-10-30T07:51:26Z</dc:date>
    </item>
    <item>
      <title>Re: master calendar?</title>
      <link>https://community.qlik.com/t5/QlikView/master-calendar/m-p/727625#M1050877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;(AddMonths([CreatedOn],-6)),2)&amp;nbsp;&amp;nbsp; what about 2 here&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 07:52:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/master-calendar/m-p/727625#M1050877</guid>
      <dc:creator />
      <dc:date>2014-10-30T07:52:27Z</dc:date>
    </item>
    <item>
      <title>Re: master calendar?</title>
      <link>https://community.qlik.com/t5/QlikView/master-calendar/m-p/727626#M1050878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;AddMonths([CreatedOn],-6)) expression we go back 6 months back it would be like in &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;[CreatedOn] date this function less 6 months and give out put &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex:- if date is 30/10/2014 it will show 30/4/2014&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And in this line &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Right(Year(AddMonths([CreatedOn],-6)),2)&amp;nbsp; it calculate &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Year(AddMonths([CreatedOn],-6)) and then from right 2 values that is YY is fetched.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Same is going on the other expression.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 07:53:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/master-calendar/m-p/727626#M1050878</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-10-30T07:53:07Z</dc:date>
    </item>
    <item>
      <title>Re: master calendar?</title>
      <link>https://community.qlik.com/t5/QlikView/master-calendar/m-p/727627#M1050879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the months are going backwards: not added but back in time (-6 months)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 07:53:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/master-calendar/m-p/727627#M1050879</guid>
      <dc:creator>danieloberbilli</dc:creator>
      <dc:date>2014-10-30T07:53:16Z</dc:date>
    </item>
    <item>
      <title>Re: master calendar?</title>
      <link>https://community.qlik.com/t5/QlikView/master-calendar/m-p/727628#M1050880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If you are looking for Master Calendar.&lt;/P&gt;&lt;P&gt;Follow the below link.&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2012/10/16/the-master-calendar" title="http://community.qlik.com/blogs/qlikviewdesignblog/2012/10/16/the-master-calendar"&gt;http://community.qlik.com/blogs/qlikviewdesignblog/2012/10/16/the-master-calendar&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 07:53:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/master-calendar/m-p/727628#M1050880</guid>
      <dc:creator />
      <dc:date>2014-10-30T07:53:21Z</dc:date>
    </item>
    <item>
      <title>Re: master calendar?</title>
      <link>https://community.qlik.com/t5/QlikView/master-calendar/m-p/727629#M1050881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-weight: inherit;"&gt;From right 2 values that is YY is fetched.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-weight: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-weight: inherit;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-weight: inherit;"&gt;Anand&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-style: inherit; font-weight: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 07:55:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/master-calendar/m-p/727629#M1050881</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-10-30T07:55:09Z</dc:date>
    </item>
    <item>
      <title>Re: master calendar?</title>
      <link>https://community.qlik.com/t5/QlikView/master-calendar/m-p/727630#M1050882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it means 2014&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; so it is going to&amp;nbsp; fetch 14 only right?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 07:56:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/master-calendar/m-p/727630#M1050882</guid>
      <dc:creator />
      <dc:date>2014-10-30T07:56:08Z</dc:date>
    </item>
    <item>
      <title>Re: master calendar?</title>
      <link>https://community.qlik.com/t5/QlikView/master-calendar/m-p/727631#M1050883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes right..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 07:58:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/master-calendar/m-p/727631#M1050883</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-10-30T07:58:27Z</dc:date>
    </item>
    <item>
      <title>Re: master calendar?</title>
      <link>https://community.qlik.com/t5/QlikView/master-calendar/m-p/727632#M1050884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manoj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Right(Year(AddMonths([CreatedOn],-6)),2) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;- AddMonths([CreatedOn],-6) will give you the date past (subtract) 6 months from created on date, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;For example AddMonths(Today(), -6) will give you 4/30/2014&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;- &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Year(AddMonths([CreatedOn],-6)) - Year() will give the year for the above date&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Right(Date, 2) - will give you the right most characters in the date, ie, 2014&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Instead you can simply do this by using&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Date(AddMonths([CreatedOn],-6), 'YY')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Hope this helps you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Jagan.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 08:00:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/master-calendar/m-p/727632#M1050884</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-10-30T08:00:04Z</dc:date>
    </item>
  </channel>
</rss>

