<?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: Working out age using months and years in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Working-out-age-using-months-and-years/m-p/896079#M1009279</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks everyone, this has been answered on another thread.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 May 2015 14:45:09 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-05-07T14:45:09Z</dc:date>
    <item>
      <title>Working out age using months and years</title>
      <link>https://community.qlik.com/t5/QlikView/Working-out-age-using-months-and-years/m-p/896074#M1009274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to calculate a persion age using 3 different fields, taking the Date of Birth and the Start date calculating the age and then adding the duration to find out the age at expiry. Taking the example below&amp;nbsp; this person would be 69 years 7 months. I am having problems with the duration part of this. I am looking to do this at the loader stage.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Start Date&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 25/02/2015&lt;/P&gt;&lt;P&gt;Date of Birth&amp;nbsp;&amp;nbsp;&amp;nbsp; 31/01/1969 &lt;/P&gt;&lt;P&gt;Duration&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 36 months&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;Answer 69.07&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Any help would be great.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 11:36:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Working-out-age-using-months-and-years/m-p/896074#M1009274</guid>
      <dc:creator />
      <dc:date>2015-05-07T11:36:23Z</dc:date>
    </item>
    <item>
      <title>Re: Working out age using months and years</title>
      <link>https://community.qlik.com/t5/QlikView/Working-out-age-using-months-and-years/m-p/896075#M1009275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marie, if I use:&lt;/P&gt;&lt;P&gt;=Date(AddMonths('25/02/2015', 36)- date('31/01/1969'), 'YY.MM')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Returns 49.01, 46.01 is the difference and adding the 36 months gives 49.01, how should be the calculations to return 69.07, can you explain step by step?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 11:47:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Working-out-age-using-months-and-years/m-p/896075#M1009275</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2015-05-07T11:47:27Z</dc:date>
    </item>
    <item>
      <title>Re: Working out age using months and years</title>
      <link>https://community.qlik.com/t5/QlikView/Working-out-age-using-months-and-years/m-p/896076#M1009276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Ruben, the correct answer is 49.01 for the example&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 13:02:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Working-out-age-using-months-and-years/m-p/896076#M1009276</guid>
      <dc:creator />
      <dc:date>2015-05-07T13:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: Working out age using months and years</title>
      <link>https://community.qlik.com/t5/QlikView/Working-out-age-using-months-and-years/m-p/896077#M1009277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the result&amp;nbsp; in attached &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;give your feedback so we can work on that@&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 13:07:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Working-out-age-using-months-and-years/m-p/896077#M1009277</guid>
      <dc:creator>sunilkumarqv</dc:creator>
      <dc:date>2015-05-07T13:07:21Z</dc:date>
    </item>
    <item>
      <title>Re: Working out age using months and years</title>
      <link>https://community.qlik.com/t5/QlikView/Working-out-age-using-months-and-years/m-p/896078#M1009278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunil, I have looked at this in this instance the Ager would show as 46.01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 14:38:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Working-out-age-using-months-and-years/m-p/896078#M1009278</guid>
      <dc:creator />
      <dc:date>2015-05-07T14:38:03Z</dc:date>
    </item>
    <item>
      <title>Re: Working out age using months and years</title>
      <link>https://community.qlik.com/t5/QlikView/Working-out-age-using-months-and-years/m-p/896079#M1009279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks everyone, this has been answered on another thread.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 14:45:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Working-out-age-using-months-and-years/m-p/896079#M1009279</guid>
      <dc:creator />
      <dc:date>2015-05-07T14:45:09Z</dc:date>
    </item>
  </channel>
</rss>

