<?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 an end date by adding months in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Create-an-end-date-by-adding-months/m-p/701210#M1061095</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Paul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try AddMonths() function.&lt;/P&gt;&lt;P&gt;AddMonths(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.7272720336914px;"&gt;Startdate,&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.7272720336914px;"&gt;#Contractmonths) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrei&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Sep 2014 07:11:45 GMT</pubDate>
    <dc:creator>crusader_</dc:creator>
    <dc:date>2014-09-26T07:11:45Z</dc:date>
    <item>
      <title>Create an end date by adding months</title>
      <link>https://community.qlik.com/t5/QlikView/Create-an-end-date-by-adding-months/m-p/701206#M1061091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a start date for contracts which looks like: day-month-year( ie 25-9-2014). I have another field which says the number of months the contract will last (ie 2). What I need is to create an end date in this example: 25-9-2014 + 2 months = 25-11-2014&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I make a calculation like: Date(Startdate) + #Contractmonths, it will add up 2 days instead of 2 months. I tried different formulas but I can't add up the number for months it will only do the days.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you guys can help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2014 07:05:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-an-end-date-by-adding-months/m-p/701206#M1061091</guid>
      <dc:creator>pauldamen</dc:creator>
      <dc:date>2014-09-26T07:05:13Z</dc:date>
    </item>
    <item>
      <title>Re: Create an end date by adding months</title>
      <link>https://community.qlik.com/t5/QlikView/Create-an-end-date-by-adding-months/m-p/701207#M1061092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Paul, You can use addmonths function:&lt;/P&gt;&lt;P&gt;AddMonths(Startdate, #Contractmonths)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2014 07:08:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-an-end-date-by-adding-months/m-p/701207#M1061092</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2014-09-26T07:08:01Z</dc:date>
    </item>
    <item>
      <title>Re: Create an end date by adding months</title>
      <link>https://community.qlik.com/t5/QlikView/Create-an-end-date-by-adding-months/m-p/701208#M1061093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2014 07:09:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-an-end-date-by-adding-months/m-p/701208#M1061093</guid>
      <dc:creator>pauldamen</dc:creator>
      <dc:date>2014-09-26T07:09:37Z</dc:date>
    </item>
    <item>
      <title>Re: Create an end date by adding months</title>
      <link>https://community.qlik.com/t5/QlikView/Create-an-end-date-by-adding-months/m-p/701209#M1061094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try AddMonths Function&lt;/P&gt;&lt;P&gt;AddMonths(Startdate, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; #Contractmonths&lt;/SPAN&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2014 07:09:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-an-end-date-by-adding-months/m-p/701209#M1061094</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2014-09-26T07:09:52Z</dc:date>
    </item>
    <item>
      <title>Re: Create an end date by adding months</title>
      <link>https://community.qlik.com/t5/QlikView/Create-an-end-date-by-adding-months/m-p/701210#M1061095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Paul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try AddMonths() function.&lt;/P&gt;&lt;P&gt;AddMonths(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.7272720336914px;"&gt;Startdate,&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.7272720336914px;"&gt;#Contractmonths) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrei&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2014 07:11:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-an-end-date-by-adding-months/m-p/701210#M1061095</guid>
      <dc:creator>crusader_</dc:creator>
      <dc:date>2014-09-26T07:11:45Z</dc:date>
    </item>
  </channel>
</rss>

