<?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: Simple Month Conversion in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Simple-Month-Conversion/m-p/1677274#M449826</link>
    <description>&lt;P&gt;Phil, did either of the posts help you with the use case?&amp;nbsp; If so, per the last post, please be sure to return to the thread and on any post that helped, use the Accept as Solution button, which will mark that post as the solution giving the poster credit, and that also lets other Members know what worked too.&amp;nbsp; We appreciate members that follow-through on their threads and close them out.&amp;nbsp; If you came up with a different solution, you can post that and then mark it after you post it, and if you still require assistance, leave an update.&lt;/P&gt;
&lt;P&gt;The only other thing I can offer is the following Design Blog post that may help, you could convert these into the numeric equivalents and subtract those to get the number too potentially, and this is pretty much where Marco went with things, but the following may provide some help in understanding the underlying functionality.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/The-Date-Function/ba-p/1463157" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/The-Date-Function/ba-p/1463157&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
    <pubDate>Wed, 19 Feb 2020 21:02:17 GMT</pubDate>
    <dc:creator>Brett_Bleess</dc:creator>
    <dc:date>2020-02-19T21:02:17Z</dc:date>
    <item>
      <title>Simple Month Conversion</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-Month-Conversion/m-p/1668572#M449312</link>
      <description>&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a table with a Month Year field as follows:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mar 19&lt;BR /&gt;Apr 19&lt;BR /&gt;Feb 18&lt;BR /&gt;Jan 20&lt;BR /&gt;etc&lt;BR /&gt;etc&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to be able to find the number of months between that date field and the current month?&amp;nbsp; Is there a simple expression to achieve this please?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Phil&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jan 2020 16:11:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-Month-Conversion/m-p/1668572#M449312</guid>
      <dc:creator>prees959</dc:creator>
      <dc:date>2020-01-23T16:11:17Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Month Conversion</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-Month-Conversion/m-p/1668658#M449318</link>
      <description>&lt;P&gt;maye be&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;=(year(today())*12+num(month(today())))-(year(MakeDate(num('20'&amp;amp;right(Yourfield,2)), num(Month(Date#(left(Yourfield,3), 'MMM'))), 1) )*12+num(month(MakeDate(num('20'&amp;amp;right(Yourfield,2)), num(Month(Date#(left(Yourfield,3), 'MMM'))), 1) )))&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jan 2020 21:05:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-Month-Conversion/m-p/1668658#M449318</guid>
      <dc:creator>Taoufiq_Zarra</dc:creator>
      <dc:date>2020-01-23T21:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Month Conversion</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-Month-Conversion/m-p/1668672#M449319</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;one solution might be:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="example" style="width: 201px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/27363iF00ADAFC6E9ED6B4/image-size/large?v=v2&amp;amp;px=999" role="button" title="QlikCommunity_Thread_t5_QlikView-App-Development_Simple-Month-Conversion_td-p_1668572_Pic1.JPG" alt="example" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;example&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;tabMonths:
LOAD *,
     Month(Today())-Month(MonthYear)+(Year(Today())-Year(MonthYear))*12 as MonthDiff;
LOAD Date#(MonthYear,'MMM YY') as MonthYear 
Inline [
MonthYear
Mar 19
Apr 19
Feb 18
Jan 20
];&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jan 2020 21:52:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-Month-Conversion/m-p/1668672#M449319</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2020-01-23T21:52:19Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Month Conversion</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-Month-Conversion/m-p/1669795#M449361</link>
      <description>&lt;P&gt;please close this thread if your question is answered&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jan 2020 20:58:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-Month-Conversion/m-p/1669795#M449361</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2020-01-27T20:58:38Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Month Conversion</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-Month-Conversion/m-p/1677274#M449826</link>
      <description>&lt;P&gt;Phil, did either of the posts help you with the use case?&amp;nbsp; If so, per the last post, please be sure to return to the thread and on any post that helped, use the Accept as Solution button, which will mark that post as the solution giving the poster credit, and that also lets other Members know what worked too.&amp;nbsp; We appreciate members that follow-through on their threads and close them out.&amp;nbsp; If you came up with a different solution, you can post that and then mark it after you post it, and if you still require assistance, leave an update.&lt;/P&gt;
&lt;P&gt;The only other thing I can offer is the following Design Blog post that may help, you could convert these into the numeric equivalents and subtract those to get the number too potentially, and this is pretty much where Marco went with things, but the following may provide some help in understanding the underlying functionality.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/The-Date-Function/ba-p/1463157" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/The-Date-Function/ba-p/1463157&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Wed, 19 Feb 2020 21:02:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-Month-Conversion/m-p/1677274#M449826</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2020-02-19T21:02:17Z</dc:date>
    </item>
  </channel>
</rss>

