<?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 Age difference! in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Age-difference/m-p/213258#M67030</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I want to calculate the age difference. For eg i want to calculate the difference in age between date of joining and date of relieving or something like that.&lt;/P&gt;&lt;P&gt;I want to show the difference in days,months, (Year and Months).&lt;/P&gt;&lt;P&gt;Hope some one can help me out!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Jan 2010 08:46:38 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-01-15T08:46:38Z</dc:date>
    <item>
      <title>Age difference!</title>
      <link>https://community.qlik.com/t5/QlikView/Age-difference/m-p/213258#M67030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I want to calculate the age difference. For eg i want to calculate the difference in age between date of joining and date of relieving or something like that.&lt;/P&gt;&lt;P&gt;I want to show the difference in days,months, (Year and Months).&lt;/P&gt;&lt;P&gt;Hope some one can help me out!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jan 2010 08:46:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Age-difference/m-p/213258#M67030</guid>
      <dc:creator />
      <dc:date>2010-01-15T08:46:38Z</dc:date>
    </item>
    <item>
      <title>Age difference!</title>
      <link>https://community.qlik.com/t5/QlikView/Age-difference/m-p/213259#M67031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Search for "interval" in the QlikView help file; that should help you out. &lt;IMG alt="Yes" src="http://community.qlik.com/emoticons/emotion-21.gif" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jan 2010 08:58:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Age-difference/m-p/213259#M67031</guid>
      <dc:creator />
      <dc:date>2010-01-15T08:58:25Z</dc:date>
    </item>
    <item>
      <title>Age difference!</title>
      <link>https://community.qlik.com/t5/QlikView/Age-difference/m-p/213260#M67032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jason!&lt;/P&gt;&lt;P&gt;I am not able to understand with the help files. Any document with the example will be appreciated. Also will be thankful to you if you can work it on in my attached document.&lt;/P&gt;&lt;P&gt;With my document you can show the difference between starting date with the system date.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jan 2010 13:19:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Age-difference/m-p/213260#M67032</guid>
      <dc:creator />
      <dc:date>2010-01-15T13:19:08Z</dc:date>
    </item>
    <item>
      <title>Age difference!</title>
      <link>https://community.qlik.com/t5/QlikView/Age-difference/m-p/213261#M67033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The last example in the "interval" help topic shows pretty much what you are after.&lt;BR /&gt;&lt;BR /&gt;Assuming the date and time formats of YY-MM-DD and hh:mm:ss, it returns the difference in days, hours and minutes between two dates:&lt;BR /&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;interval( A-B, 'D hh:mm' ) where A=97-08-06 09:00:00 and B=96-08-06 00:00:00&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Just substitute the format specifiers for the values that you require.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jan 2010 17:14:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Age-difference/m-p/213261#M67033</guid>
      <dc:creator />
      <dc:date>2010-01-15T17:14:56Z</dc:date>
    </item>
    <item>
      <title>Age difference!</title>
      <link>https://community.qlik.com/t5/QlikView/Age-difference/m-p/213262#M67034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I am not able to calculate the age interval as mentioned by you as well as in the example. As i don't know how to use it in the expression as i am a newbie.&lt;/P&gt;&lt;P&gt;I have found this in the forum let me know whether we will get the correct value here. If it correct let me know how to calculate the difference in day,month or year as i want. With this below expression i am able to get the calculate the difference in days. Let me know how to calculate rest of the things!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;=Date(Max(Date),'YYYYMMDD') - Date(Min(Date),'YYYYMMDD')&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rikab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2010 07:39:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Age-difference/m-p/213262#M67034</guid>
      <dc:creator />
      <dc:date>2010-01-22T07:39:47Z</dc:date>
    </item>
  </channel>
</rss>

