<?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: IRR Calculation in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/IRR-Calculation/m-p/1392196#M423142</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A good discussion to look at&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/209646"&gt;Order of IRR payments&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Nov 2017 16:48:44 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2017-11-29T16:48:44Z</dc:date>
    <item>
      <title>IRR Calculation</title>
      <link>https://community.qlik.com/t5/QlikView/IRR-Calculation/m-p/1392194#M423140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i want to how the IRR calculation work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="Code" data-mc-conditions="Primary.NotToTranslate" style="font-size: 12px; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; color: #0f0f0f;"&gt;Cashflow:&lt;/P&gt;&lt;P class="Code" data-mc-conditions="Primary.NotToTranslate" style="font-size: 12px; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; color: #0f0f0f;"&gt;LOAD 2013 as Year, * inline [&lt;/P&gt;&lt;P class="Code" data-mc-conditions="Primary.NotToTranslate" style="font-size: 12px; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; color: #0f0f0f;"&gt;Date|Discount|Payments&lt;/P&gt;&lt;P class="Code" data-mc-conditions="Primary.NotToTranslate" style="font-size: 12px; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; color: #0f0f0f;"&gt;2013-01-01|0.1|-10000&lt;/P&gt;&lt;P class="Code" data-mc-conditions="Primary.NotToTranslate" style="font-size: 12px; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; color: #0f0f0f;"&gt;2013-03-01|0.1|3000&lt;/P&gt;&lt;P class="Code" data-mc-conditions="Primary.NotToTranslate" style="font-size: 12px; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; color: #0f0f0f;"&gt;2013-10-30|0.1|4200&lt;/P&gt;&lt;P class="Code" data-mc-conditions="Primary.NotToTranslate" style="font-size: 12px; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; color: #0f0f0f;"&gt;2014-02-01|0.2|6800&lt;/P&gt;&lt;P class="Code" data-mc-conditions="Primary.NotToTranslate" style="font-size: 12px; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; color: #0f0f0f;"&gt;] (delimiter is '|');&lt;/P&gt;&lt;P class="Code" data-mc-conditions="Primary.NotToTranslate"&gt;&lt;/P&gt;&lt;P class="Code" data-mc-conditions="Primary.NotToTranslate" style="font-size: 12px; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; color: #0f0f0f;"&gt;Cashflow1:&lt;/P&gt;&lt;P class="Code" data-mc-conditions="Primary.NotToTranslate" style="font-size: 12px; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; color: #0f0f0f;"&gt;LOAD Year,IRR(Payments) as IRR2013 Resident Cashflow Group By Year;&lt;/P&gt;&lt;P class="Code" data-mc-conditions="Primary.NotToTranslate" style="font-size: 12px; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; color: #0f0f0f;"&gt;result:&lt;/P&gt;&lt;TABLE cellspacing="0" class="TableStyle-tableGrid" style="margin-bottom: 15px; color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif; font-size: 14px; margin-right: auto;"&gt;&lt;TBODY style="border-top-width: 2px; border-top-color: #0f0f0f;"&gt;&lt;TR style="border-bottom-width: 1px; border-bottom-color: #d5d5d5;"&gt;&lt;TD class="BodyC--" style="padding: 7px; border: 1px solid #d5d5d5;"&gt;&lt;P data-mc-conditions="Primary.NotToTranslate" style="font-size: inherit; margin: 0 0 5px;"&gt;Year&lt;/P&gt;&lt;P data-mc-conditions="Primary.NotToTranslate" style="font-size: inherit; margin: 0 0 5px;"&gt;2013&lt;/P&gt;&lt;/TD&gt;&lt;TD class="BodyA--" style="padding: 7px; border: 1px solid #d5d5d5;"&gt;&lt;P data-mc-conditions="Primary.NotToTranslate" style="font-size: inherit; margin: 0 0 5px;"&gt;IRR2013&lt;/P&gt;&lt;P data-mc-conditions="Primary.NotToTranslate" style="font-size: inherit; margin: 0 0 5px;"&gt;0.1634&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;can any explain how the 0.1634 is achieved? what are the calculation steps involved? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2017 08:21:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IRR-Calculation/m-p/1392194#M423140</guid>
      <dc:creator>manoranjan_d</dc:creator>
      <dc:date>2017-11-29T08:21:48Z</dc:date>
    </item>
    <item>
      <title>Re: IRR Calculation</title>
      <link>https://community.qlik.com/t5/QlikView/IRR-Calculation/m-p/1392195#M423141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Read it here:&lt;A href="https://www.investopedia.com/terms/i/irr.asp" title="https://www.investopedia.com/terms/i/irr.asp"&gt;Internal Rate Of Return (IRR)&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2017 08:38:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IRR-Calculation/m-p/1392195#M423141</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-11-29T08:38:44Z</dc:date>
    </item>
    <item>
      <title>Re: IRR Calculation</title>
      <link>https://community.qlik.com/t5/QlikView/IRR-Calculation/m-p/1392196#M423142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A good discussion to look at&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/209646"&gt;Order of IRR payments&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2017 16:48:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IRR-Calculation/m-p/1392196#M423142</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-11-29T16:48:44Z</dc:date>
    </item>
  </channel>
</rss>

