<?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: Age to be calculated to the nearest Month in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Age-to-be-calculated-to-the-nearest-Month/m-p/1640131#M731771</link>
    <description>&lt;P&gt;Dear Anil,&lt;/P&gt;&lt;P&gt;I added some more records with 2018 , then the calculation seems to be some what wrong only for those who joined 2018.&lt;/P&gt;&lt;P&gt;Could you please look in to this&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Neville&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 27 Oct 2019 09:23:29 GMT</pubDate>
    <dc:creator>nevilledhamsiri</dc:creator>
    <dc:date>2019-10-27T09:23:29Z</dc:date>
    <item>
      <title>Age to be calculated to the nearest Month</title>
      <link>https://community.qlik.com/t5/QlikView/Age-to-be-calculated-to-the-nearest-Month/m-p/1640111#M731766</link>
      <description>&lt;P&gt;Dear Members,&lt;/P&gt;&lt;P&gt;Once Age table is created, ages in Months are getting zeros, how this will be made to nearest Month such as 0.3,0.4 etc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Neville&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Age-to-be-calculated-to-the-nearest-Month/m-p/1640111#M731766</guid>
      <dc:creator>nevilledhamsiri</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Age to be calculated to the nearest Month</title>
      <link>https://community.qlik.com/t5/QlikView/Age-to-be-calculated-to-the-nearest-Month/m-p/1640112#M731767</link>
      <description />
      <pubDate>Sun, 27 Oct 2019 03:48:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Age-to-be-calculated-to-the-nearest-Month/m-p/1640112#M731767</guid>
      <dc:creator>nevilledhamsiri</dc:creator>
      <dc:date>2019-10-27T03:48:23Z</dc:date>
    </item>
    <item>
      <title>Re: Age to be calculated to the nearest Month</title>
      <link>https://community.qlik.com/t5/QlikView/Age-to-be-calculated-to-the-nearest-Month/m-p/1640127#M731768</link>
      <description>&lt;P&gt;Perhaps like this?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=If(Age(Today(), DATE_JOINED)&amp;gt;1, Age(Today(), DATE_JOINED), Month(Today())-Month(Date(DATE_JOINED)))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Or, Self satisfaction &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=If(Age(Today(), DATE_JOINED)&amp;gt;1, Age(Today(), DATE_JOINED) &amp;amp; ' Years',&amp;nbsp; (Month(Today())-Month(Date(DATE_JOINED)) &amp;amp; ' Months'))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Image for Ref :&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 346px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/22393i16AC2DEB46039D88/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 27 Oct 2019 09:02:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Age-to-be-calculated-to-the-nearest-Month/m-p/1640127#M731768</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2019-10-27T09:02:16Z</dc:date>
    </item>
    <item>
      <title>Re: Age to be calculated to the nearest Month</title>
      <link>https://community.qlik.com/t5/QlikView/Age-to-be-calculated-to-the-nearest-Month/m-p/1640128#M731769</link>
      <description>&lt;P&gt;Could you please please send me the formula I cannot open up the qvd&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Neville&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 27 Oct 2019 09:02:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Age-to-be-calculated-to-the-nearest-Month/m-p/1640128#M731769</guid>
      <dc:creator>nevilledhamsiri</dc:creator>
      <dc:date>2019-10-27T09:02:58Z</dc:date>
    </item>
    <item>
      <title>Re: Age to be calculated to the nearest Month</title>
      <link>https://community.qlik.com/t5/QlikView/Age-to-be-calculated-to-the-nearest-Month/m-p/1640130#M731770</link>
      <description>&lt;P&gt;It is there in the body message &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 27 Oct 2019 09:05:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Age-to-be-calculated-to-the-nearest-Month/m-p/1640130#M731770</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2019-10-27T09:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: Age to be calculated to the nearest Month</title>
      <link>https://community.qlik.com/t5/QlikView/Age-to-be-calculated-to-the-nearest-Month/m-p/1640131#M731771</link>
      <description>&lt;P&gt;Dear Anil,&lt;/P&gt;&lt;P&gt;I added some more records with 2018 , then the calculation seems to be some what wrong only for those who joined 2018.&lt;/P&gt;&lt;P&gt;Could you please look in to this&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Neville&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 27 Oct 2019 09:23:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Age-to-be-calculated-to-the-nearest-Month/m-p/1640131#M731771</guid>
      <dc:creator>nevilledhamsiri</dc:creator>
      <dc:date>2019-10-27T09:23:29Z</dc:date>
    </item>
    <item>
      <title>Re: Age to be calculated to the nearest Month</title>
      <link>https://community.qlik.com/t5/QlikView/Age-to-be-calculated-to-the-nearest-Month/m-p/1640132#M731772</link>
      <description>&lt;P&gt;Can'y you simply this, Instead AGE()?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=(Year(Today())-Year(Date(DATE_JOINED)) &amp;amp; ' Years') &amp;amp; ' ' &amp;amp; (Month(Today())-Month(Date(DATE_JOINED))) &amp;amp; ' Months'&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 27 Oct 2019 10:15:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Age-to-be-calculated-to-the-nearest-Month/m-p/1640132#M731772</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2019-10-27T10:15:52Z</dc:date>
    </item>
    <item>
      <title>Re: Age to be calculated to the nearest Month</title>
      <link>https://community.qlik.com/t5/QlikView/Age-to-be-calculated-to-the-nearest-Month/m-p/1640140#M731773</link>
      <description>&lt;P&gt;Thanks Anil,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is ok now.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Neville&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 27 Oct 2019 14:05:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Age-to-be-calculated-to-the-nearest-Month/m-p/1640140#M731773</guid>
      <dc:creator>nevilledhamsiri</dc:creator>
      <dc:date>2019-10-27T14:05:43Z</dc:date>
    </item>
  </channel>
</rss>

