<?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: Difference b/w two dates in months in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Difference-b-w-two-dates-in-months/m-p/1458922#M36020</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try 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; font-size: 13px;"&gt;&lt;STRONG&gt;SET MonthDiff = ((2016*12)+1) - ((2013*12)+1);&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Jan 2018 16:27:54 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2018-01-04T16:27:54Z</dc:date>
    <item>
      <title>Difference b/w two dates in months</title>
      <link>https://community.qlik.com/t5/App-Development/Difference-b-w-two-dates-in-months/m-p/1458919#M36017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello Guys, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to calculate difference between two dates and the results should be in months . &lt;/P&gt;&lt;P&gt;For ex:-&lt;/P&gt;&lt;P&gt;end date 01/01/2016&lt;/P&gt;&lt;P&gt;start date 01/01/2013&lt;/P&gt;&lt;P&gt;Results should be in &lt;STRONG&gt;months &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly help me with script . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jan 2018 15:29:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Difference-b-w-two-dates-in-months/m-p/1458919#M36017</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-04T15:29:00Z</dc:date>
    </item>
    <item>
      <title>Re: Difference b/w two dates in months</title>
      <link>https://community.qlik.com/t5/App-Development/Difference-b-w-two-dates-in-months/m-p/1458920#M36018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check Rob's response here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/47580"&gt;How Do I Get the Number of Months Between Two Dates?&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jan 2018 15:29:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Difference-b-w-two-dates-in-months/m-p/1458920#M36018</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-01-04T15:29:43Z</dc:date>
    </item>
    <item>
      <title>Re: Difference b/w two dates in months</title>
      <link>https://community.qlik.com/t5/App-Development/Difference-b-w-two-dates-in-months/m-p/1458921#M36019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks sunny for the link &lt;/P&gt;&lt;P&gt;I referred his link and i am trying but I am not getting result&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET MonthDiff=((year(2016)*12)+month(01)) - (((year(2013)*12)+month(01)));&lt;/P&gt;&lt;P&gt;Can u c whats wrong here plz. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;ravi &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jan 2018 16:18:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Difference-b-w-two-dates-in-months/m-p/1458921#M36019</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-04T16:18:23Z</dc:date>
    </item>
    <item>
      <title>Re: Difference b/w two dates in months</title>
      <link>https://community.qlik.com/t5/App-Development/Difference-b-w-two-dates-in-months/m-p/1458922#M36020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try 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; font-size: 13px;"&gt;&lt;STRONG&gt;SET MonthDiff = ((2016*12)+1) - ((2013*12)+1);&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jan 2018 16:27:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Difference-b-w-two-dates-in-months/m-p/1458922#M36020</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-01-04T16:27:54Z</dc:date>
    </item>
    <item>
      <title>Re: Difference b/w two dates in months</title>
      <link>https://community.qlik.com/t5/App-Development/Difference-b-w-two-dates-in-months/m-p/1458923#M36021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot sunny it worked !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jan 2018 16:37:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Difference-b-w-two-dates-in-months/m-p/1458923#M36021</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-04T16:37:42Z</dc:date>
    </item>
  </channel>
</rss>

