<?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: years and months in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/years-and-months/m-p/991627#M467684</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use formula&lt;/P&gt;&lt;P&gt;=div(yourresult,12) &amp;amp; ' years' &amp;amp; mod(yourresult,12) &amp;amp; ' month'&lt;/P&gt;&lt;P&gt;not sure where you Need it; as Expression or as dimension&lt;/P&gt;&lt;P&gt;as Expression you may use dual function&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Oct 2015 14:25:17 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-10-29T14:25:17Z</dc:date>
    <item>
      <title>years and months</title>
      <link>https://community.qlik.com/t5/QlikView/years-and-months/m-p/991626#M467683</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 have a "little" issue. We are doing some asset accounting with qlikview.&lt;/P&gt;&lt;P&gt;Now I have a asset with Rest-useful live of 66 Month.&lt;/P&gt;&lt;P&gt;How can I reach, that not 66 month, but '5 years, 6 month' will be shown?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried several things but nothing worked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe someone has a solution for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2015 14:21:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/years-and-months/m-p/991626#M467683</guid>
      <dc:creator />
      <dc:date>2015-10-29T14:21:45Z</dc:date>
    </item>
    <item>
      <title>Re: years and months</title>
      <link>https://community.qlik.com/t5/QlikView/years-and-months/m-p/991627#M467684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use formula&lt;/P&gt;&lt;P&gt;=div(yourresult,12) &amp;amp; ' years' &amp;amp; mod(yourresult,12) &amp;amp; ' month'&lt;/P&gt;&lt;P&gt;not sure where you Need it; as Expression or as dimension&lt;/P&gt;&lt;P&gt;as Expression you may use dual function&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2015 14:25:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/years-and-months/m-p/991627#M467684</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-29T14:25:17Z</dc:date>
    </item>
    <item>
      <title>Re: years and months</title>
      <link>https://community.qlik.com/t5/QlikView/years-and-months/m-p/991628#M467685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Temp:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Asset, Live&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; A, 66&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; B, 75&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Final:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD *,&lt;/P&gt;&lt;P&gt;&amp;nbsp; div(Live,12) &amp;amp; chr(32) &amp;amp;&amp;nbsp; 'Years' &amp;amp; ',' &amp;amp; chr(32)&amp;amp; Mod(Live,12) &amp;amp;chr(32) &amp;amp; 'Month' as MonthYear&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Resident Temp;&lt;/P&gt;&lt;P&gt;DROP Table Temp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this example helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Imran K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2015 14:36:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/years-and-months/m-p/991628#M467685</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-29T14:36:31Z</dc:date>
    </item>
    <item>
      <title>Re: years and months</title>
      <link>https://community.qlik.com/t5/QlikView/years-and-months/m-p/991629#M467686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Wow, thank you very much it works perfectly &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2015 14:36:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/years-and-months/m-p/991629#M467686</guid>
      <dc:creator />
      <dc:date>2015-10-29T14:36:51Z</dc:date>
    </item>
    <item>
      <title>Re: years and months</title>
      <link>https://community.qlik.com/t5/QlikView/years-and-months/m-p/991630#M467687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rudolf,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a Little additional issue.&lt;/P&gt;&lt;P&gt;Can you tell how to Show only the years, when I have Zero additional months?&lt;/P&gt;&lt;P&gt;i.e.: I have 36 Month - with your Expression only "3 years" without&amp;nbsp; the months-section will be shown.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2015 13:21:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/years-and-months/m-p/991630#M467687</guid>
      <dc:creator />
      <dc:date>2015-11-06T13:21:44Z</dc:date>
    </item>
    <item>
      <title>Re: years and months</title>
      <link>https://community.qlik.com/t5/QlikView/years-and-months/m-p/991631#M467688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Christian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;not exactly clear what you Need.&lt;/P&gt;&lt;P&gt;You have 36 months . WEHat do you mean with Zero additional months?&lt;/P&gt;&lt;P&gt;can you post sample?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2015 15:31:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/years-and-months/m-p/991631#M467688</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-06T15:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: years and months</title>
      <link>https://community.qlik.com/t5/QlikView/years-and-months/m-p/991632#M467689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good Morning Rudolf,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is my example. I have a "ND" of 2 Years and 0 Months.&lt;/P&gt;&lt;P&gt;In this Case (when the months are zero) only the the years should appear.&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/104323_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help in advance.&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Nov 2015 06:55:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/years-and-months/m-p/991632#M467689</guid>
      <dc:creator />
      <dc:date>2015-11-09T06:55:33Z</dc:date>
    </item>
  </channel>
</rss>

