<?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: How to calculate age in between the dates? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-calculate-age-in-between-the-dates/m-p/826042#M290905</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;THIS WILL ONLY GIVE YOU A DATE AGAIN YOU WILL HAVE TO USE YEAR FUNCTIONS AND THEN CALCULATE NO OF YEARS BETWEEN THE&amp;nbsp; TWO DATES.&lt;/P&gt;&lt;P&gt;check this discussion maybe it will help &lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/90807"&gt;Calculate Age in Qlikview&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nadeem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Dec 2014 06:29:54 GMT</pubDate>
    <dc:creator>fashid</dc:creator>
    <dc:date>2014-12-15T06:29:54Z</dc:date>
    <item>
      <title>How to calculate age in between the dates?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-calculate-age-in-between-the-dates/m-p/826041#M290904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hii,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you anyone help to calculate the age in between dates in script.&lt;/P&gt;&lt;P&gt;-&amp;gt; actually i tried this '&amp;nbsp; SET VDATE=TODAY(); in main script'&lt;/P&gt;&lt;P&gt;-&amp;gt; next calculate the age like ' ($(VDATE)-DOB) AS AGE' &lt;/P&gt;&lt;P&gt;Is this correct query or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance,&lt;/P&gt;&lt;P&gt;Hita&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Dec 2014 06:23:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-calculate-age-in-between-the-dates/m-p/826041#M290904</guid>
      <dc:creator />
      <dc:date>2014-12-15T06:23:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate age in between the dates?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-calculate-age-in-between-the-dates/m-p/826042#M290905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;THIS WILL ONLY GIVE YOU A DATE AGAIN YOU WILL HAVE TO USE YEAR FUNCTIONS AND THEN CALCULATE NO OF YEARS BETWEEN THE&amp;nbsp; TWO DATES.&lt;/P&gt;&lt;P&gt;check this discussion maybe it will help &lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/90807"&gt;Calculate Age in Qlikview&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nadeem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Dec 2014 06:29:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-calculate-age-in-between-the-dates/m-p/826042#M290905</guid>
      <dc:creator>fashid</dc:creator>
      <dc:date>2014-12-15T06:29:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate age in between the dates?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-calculate-age-in-between-the-dates/m-p/826043#M290906</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;Try this&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #0000ff;"&gt;Ceil&lt;/SPAN&gt;((&lt;SPAN style="color: #0000ff;"&gt;Today&lt;/SPAN&gt;()-&lt;SPAN style="color: #0000ff;"&gt;MakeDate&lt;/SPAN&gt;(DOB))/365)&amp;nbsp; as Age&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;EX:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Ceil&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;((&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Today&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;()-&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;MakeDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(2000,01,01))/365)&amp;nbsp; as Age&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #0000ff;"&gt;Round&lt;/SPAN&gt;((&lt;SPAN style="color: #0000ff;"&gt;Today&lt;/SPAN&gt;()-&lt;SPAN style="color: #0000ff;"&gt;MakeDate&lt;/SPAN&gt;(2000,01,01))/365)&amp;nbsp; as Age&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;You can use Variable instead of makedate if more records are there.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Thanks.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Dec 2014 06:37:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-calculate-age-in-between-the-dates/m-p/826043#M290906</guid>
      <dc:creator>jagadeesh_diamo</dc:creator>
      <dc:date>2014-12-15T06:37:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate age in between the dates?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-calculate-age-in-between-the-dates/m-p/826044#M290907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the Age() function.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Dec 2014 15:44:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-calculate-age-in-between-the-dates/m-p/826044#M290907</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2014-12-15T15:44:50Z</dc:date>
    </item>
  </channel>
</rss>

