<?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 difference between month and year function in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/difference-between-month-and-year-function/m-p/735471#M1084260</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi QV,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one explain differences between below functions with sample exampls.&lt;/P&gt;&lt;P&gt;Month Functions:&lt;/P&gt;&lt;P&gt;--------------------&lt;/P&gt;&lt;P&gt;1)AddMonths&lt;/P&gt;&lt;P&gt;2)MonthStart&lt;/P&gt;&lt;P&gt;3)MonthEnd&lt;/P&gt;&lt;P&gt;4)SetDateYearMonth&lt;/P&gt;&lt;P&gt;5)MonthName and MonthsName&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Year Functions&lt;/P&gt;&lt;P&gt;----------------------&lt;/P&gt;&lt;P&gt;YearStart&lt;/P&gt;&lt;P&gt;YearEnd&lt;/P&gt;&lt;P&gt;SetDateYear&lt;/P&gt;&lt;P&gt;YearName&lt;/P&gt;&lt;P&gt;WeekYear&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Jun 2014 13:09:28 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-06-24T13:09:28Z</dc:date>
    <item>
      <title>difference between month and year function</title>
      <link>https://community.qlik.com/t5/QlikView/difference-between-month-and-year-function/m-p/735471#M1084260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi QV,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one explain differences between below functions with sample exampls.&lt;/P&gt;&lt;P&gt;Month Functions:&lt;/P&gt;&lt;P&gt;--------------------&lt;/P&gt;&lt;P&gt;1)AddMonths&lt;/P&gt;&lt;P&gt;2)MonthStart&lt;/P&gt;&lt;P&gt;3)MonthEnd&lt;/P&gt;&lt;P&gt;4)SetDateYearMonth&lt;/P&gt;&lt;P&gt;5)MonthName and MonthsName&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Year Functions&lt;/P&gt;&lt;P&gt;----------------------&lt;/P&gt;&lt;P&gt;YearStart&lt;/P&gt;&lt;P&gt;YearEnd&lt;/P&gt;&lt;P&gt;SetDateYear&lt;/P&gt;&lt;P&gt;YearName&lt;/P&gt;&lt;P&gt;WeekYear&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2014 13:09:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/difference-between-month-and-year-function/m-p/735471#M1084260</guid>
      <dc:creator />
      <dc:date>2014-06-24T13:09:28Z</dc:date>
    </item>
    <item>
      <title>Re: difference between month and year function</title>
      <link>https://community.qlik.com/t5/QlikView/difference-between-month-and-year-function/m-p/735472#M1084261</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;Please see the example which you can understand easily&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AddMonths(Today(),2) gives 24/8/2014&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AddMonths(Today(),-2) gives 24/4/2014&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MonthStart(Today()) gives 1/6/2014&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MonthStart(Today(), -2) gives 1/4/2014&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MonthEnd similar to MonthStart&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SetDateYearMonth(Today(), 2012 , 1) gives 24/1/2012&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MonthName (Today()) gives Jun 2014&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MonthsName(2,Today()) gives May-Jun 2014&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Returns a display value showing the months of the period (formatted according to the MonthNames script variable) and year with an underlying numeric value corresponding to a timestamp with the first millisecond of the n month period (starting from January 1st) containing &lt;SPAN class="Italic"&gt;date&lt;/SPAN&gt;. N must be (1), 2, (3), 4 or 6. &lt;SPAN class="Italic"&gt;Shift&lt;/SPAN&gt; is an integer, where the value 0 indicates the period which contains &lt;SPAN class="Italic"&gt;date&lt;/SPAN&gt;. Negative values in &lt;SPAN class="Italic"&gt;shift&lt;/SPAN&gt; indicate preceding periods and positive values indicate succeeding periods. If you want to align with (fiscal) years not starting in January, indicate a value between 2 and 12 in &lt;SPAN class="Italic"&gt;first_month_of_year&lt;/SPAN&gt;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;YearStart(Today()) - gives 1/1/2014&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;YearEnd(Today()) - gives 31/12/2014&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SetDateYear(Today(), 2012) gives 24/06/2012&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yearname(Today()) gives 2014&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Returns a four-digit year as display value with an underlying numeric value corresponding to a timestamp with the first millisecond of the first date of the year containing &lt;SPAN class="Italic"&gt;date&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Italic"&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;WeekYear(Today()) gives 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;The year to which the week number belongs.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2014 13:18:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/difference-between-month-and-year-function/m-p/735472#M1084261</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2014-06-24T13:18:37Z</dc:date>
    </item>
    <item>
      <title>Re: difference between month and year function</title>
      <link>https://community.qlik.com/t5/QlikView/difference-between-month-and-year-function/m-p/735473#M1084262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please see the help in the Qlikview desktop. Its has been explained very well in that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2014 13:23:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/difference-between-month-and-year-function/m-p/735473#M1084262</guid>
      <dc:creator />
      <dc:date>2014-06-24T13:23:42Z</dc:date>
    </item>
    <item>
      <title>Re: difference between month and year function</title>
      <link>https://community.qlik.com/t5/QlikView/difference-between-month-and-year-function/m-p/735474#M1084263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please find attached a sample App ! ! !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2014 13:30:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/difference-between-month-and-year-function/m-p/735474#M1084263</guid>
      <dc:creator />
      <dc:date>2014-06-24T13:30:54Z</dc:date>
    </item>
  </channel>
</rss>

