<?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 IPMT in QV in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-calculate-IPMT-in-QV/m-p/1741015#M452928</link>
    <description>&lt;P&gt;Hi Petter,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you have the formula also for CUMIPMT ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;</description>
    <pubDate>Thu, 03 Sep 2020 14:33:07 GMT</pubDate>
    <dc:creator>dan27gan</dc:creator>
    <dc:date>2020-09-03T14:33:07Z</dc:date>
    <item>
      <title>How to calculate IPMT in QV</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-calculate-IPMT-in-QV/m-p/833867#M293382</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;&lt;/P&gt;&lt;P&gt;I'm converting a tool from excel to QV and I need calculate IPMT with all parameters.&lt;/P&gt;&lt;P&gt;QV knows only PMT, FV but not IPMT !!! So I need find some math equivalent to:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IPMT( rate, per, nper, pv, fv, type )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I really need your help because by work on the project is halted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2015 11:14:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-calculate-IPMT-in-QV/m-p/833867#M293382</guid>
      <dc:creator />
      <dc:date>2015-05-11T11:14:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate IPMT in QV</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-calculate-IPMT-in-QV/m-p/833868#M293383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In QlikView IPMT can be calculated like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IPMT = &lt;STRONG&gt;pv*rt*(Pow(rt+1,Tn+1)-Pow(rt+1,n)) / ((rt+1)*(Pow(rt+1,Tn)-1))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pv = present value&lt;/P&gt;&lt;P&gt;rt = interest rate&lt;/P&gt;&lt;P&gt;Tn = number of periods&lt;/P&gt;&lt;P&gt;n = period of interest&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2015 18:12:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-calculate-IPMT-in-QV/m-p/833868#M293383</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-05-11T18:12:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate IPMT in QV</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-calculate-IPMT-in-QV/m-p/833869#M293384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can make your own user-defined function in a variable like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IPMT = '$4*$1*(Pow($1+1,$3+1)-Pow($1+1,$2)) / (($1+1)*(Pow($1+1,$3)-1))&amp;nbsp; ';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you can use the function in an expression anywhere like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$(IPMT(&amp;lt;rate&amp;gt;,&amp;lt;period&amp;gt;,&amp;lt;numberofperiods&amp;gt;,&amp;lt;presentvalue&amp;gt;))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$(IPMT(0.005,10,360,100000)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which should give: 495,42957773604 which corresponds exactly with Excel's IPMT() function at least in Excel 2013 which I tested against ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2015 18:21:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-calculate-IPMT-in-QV/m-p/833869#M293384</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-05-11T18:21:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate IPMT in QV</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-calculate-IPMT-in-QV/m-p/833870#M293385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="2015-05-11 #2.PNG" class="jive-image image-1" src="/legacyfs/online/86202_2015-05-11 #2.PNG" style="height: 401px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2015 18:55:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-calculate-IPMT-in-QV/m-p/833870#M293385</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-05-11T18:55:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate IPMT in QV</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-calculate-IPMT-in-QV/m-p/833871#M293386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you find any use of my solution?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Nov 2015 07:57:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-calculate-IPMT-in-QV/m-p/833871#M293386</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-11-16T07:57:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate IPMT in QV</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-calculate-IPMT-in-QV/m-p/833872#M293387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Petter,&lt;/P&gt;&lt;P&gt;Your explanation was great! thank you for it!&lt;/P&gt;&lt;P&gt;I am studying about Financial Functions because i'm needing to use something like PGTO function (excel) with Qlikview&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have any example about PMT function? &lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;I am attaching an example of what I'm trying to do&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2016 18:10:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-calculate-IPMT-in-QV/m-p/833872#M293387</guid>
      <dc:creator>kkmoraes</dc:creator>
      <dc:date>2016-06-08T18:10:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate IPMT in QV</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-calculate-IPMT-in-QV/m-p/1741015#M452928</link>
      <description>&lt;P&gt;Hi Petter,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you have the formula also for CUMIPMT ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;</description>
      <pubDate>Thu, 03 Sep 2020 14:33:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-calculate-IPMT-in-QV/m-p/1741015#M452928</guid>
      <dc:creator>dan27gan</dc:creator>
      <dc:date>2020-09-03T14:33:07Z</dc:date>
    </item>
  </channel>
</rss>

