<?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: Calculate months between today or now and a date field in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Calculate-months-between-today-or-now-and-a-date-field/m-p/1554390#M39928</link>
    <description>&lt;P&gt;thanks SO much! I knew it had to be simple &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 08 Mar 2019 17:58:04 GMT</pubDate>
    <dc:creator>jmalenfant</dc:creator>
    <dc:date>2019-03-08T17:58:04Z</dc:date>
    <item>
      <title>Calculate months between today or now and a date field</title>
      <link>https://community.qlik.com/t5/App-Development/Calculate-months-between-today-or-now-and-a-date-field/m-p/1554388#M39926</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I've been researching the support and community forums but am stuck with what I think is straightforward issue.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to calculate the # of months (or weeks or days, depending on project) to determine how many months from now (current date) until the&amp;nbsp; END_DATE field for a list of contracts&lt;/P&gt;&lt;P&gt;I've been able to calculate the # of months in a project from start to finish dates with this code and have tried to modify it several ways but can't get the syntax right for the equation END_DATE - current date output in months&lt;/P&gt;&lt;P&gt;((year([End Date])*12)+month([End Date])) - (((year([Start Date])*12)+month(Date#([Start Date]))))&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help greatly appreciated!&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 21:16:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Calculate-months-between-today-or-now-and-a-date-field/m-p/1554388#M39926</guid>
      <dc:creator>jmalenfant</dc:creator>
      <dc:date>2024-11-16T21:16:44Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate months between today or now and a date field</title>
      <link>https://community.qlik.com/t5/App-Development/Calculate-months-between-today-or-now-and-a-date-field/m-p/1554389#M39927</link>
      <description>&lt;P&gt;May be this&lt;/P&gt;&lt;PRE&gt;(
  (Year(END_DATE)*12) + Month(END_DATE)
)
-
(
  (Year(Today())*12) + Month(Today())
) &lt;/PRE&gt;</description>
      <pubDate>Fri, 08 Mar 2019 17:54:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Calculate-months-between-today-or-now-and-a-date-field/m-p/1554389#M39927</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-03-08T17:54:56Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate months between today or now and a date field</title>
      <link>https://community.qlik.com/t5/App-Development/Calculate-months-between-today-or-now-and-a-date-field/m-p/1554390#M39928</link>
      <description>&lt;P&gt;thanks SO much! I knew it had to be simple &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Mar 2019 17:58:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Calculate-months-between-today-or-now-and-a-date-field/m-p/1554390#M39928</guid>
      <dc:creator>jmalenfant</dc:creator>
      <dc:date>2019-03-08T17:58:04Z</dc:date>
    </item>
  </channel>
</rss>

