<?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 Calculate amount different from the selected date in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Calculate-amount-different-from-the-selected-date/m-p/1520721#M748227</link>
    <description>&lt;P&gt;Hello&lt;BR /&gt;I am trying to calculate the amount different to the selected date. The date is accumulated, I mean that if you filter 05/31/2018 you must calculate the amount greater than May.Example:&lt;/P&gt;&lt;P&gt;I am filtering until May of 2018 and I like to import 1,892.12 dollars but it is not what I want.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Captura.PNG" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/2159iA53A344114E9DDBD/image-size/large?v=v2&amp;amp;px=999" role="button" title="Captura.PNG" alt="Captura.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you filter until May 2018 you must calculate the amount from June 2018 to the current date, which should be 136.29 dollars.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Captura.PNG" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/2157iC531F30EAF95CC90/image-size/large?v=v2&amp;amp;px=999" role="button" title="Captura.PNG" alt="Captura.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;please help me with this topic.&lt;BR /&gt;I attach the qvw.&lt;BR /&gt;Greetings.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 04:57:55 GMT</pubDate>
    <dc:creator>cristianj23a</dc:creator>
    <dc:date>2024-11-16T04:57:55Z</dc:date>
    <item>
      <title>Calculate amount different from the selected date</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate-amount-different-from-the-selected-date/m-p/1520721#M748227</link>
      <description>&lt;P&gt;Hello&lt;BR /&gt;I am trying to calculate the amount different to the selected date. The date is accumulated, I mean that if you filter 05/31/2018 you must calculate the amount greater than May.Example:&lt;/P&gt;&lt;P&gt;I am filtering until May of 2018 and I like to import 1,892.12 dollars but it is not what I want.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Captura.PNG" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/2159iA53A344114E9DDBD/image-size/large?v=v2&amp;amp;px=999" role="button" title="Captura.PNG" alt="Captura.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you filter until May 2018 you must calculate the amount from June 2018 to the current date, which should be 136.29 dollars.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Captura.PNG" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/2157iC531F30EAF95CC90/image-size/large?v=v2&amp;amp;px=999" role="button" title="Captura.PNG" alt="Captura.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;please help me with this topic.&lt;BR /&gt;I attach the qvw.&lt;BR /&gt;Greetings.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:57:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate-amount-different-from-the-selected-date/m-p/1520721#M748227</guid>
      <dc:creator>cristianj23a</dc:creator>
      <dc:date>2024-11-16T04:57:55Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate amount different from the selected date</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate-amount-different-from-the-selected-date/m-p/1520736#M748228</link>
      <description>&lt;P&gt;Try these expression&lt;/P&gt;&lt;P&gt;Importe USD&lt;/P&gt;&lt;PRE&gt;Sum( {&amp;lt;%OPERACIÓN={'PRESTAMOS'}, MesAño, Fecha. = {"$(='&amp;gt;' &amp;amp; Date(Max(Fecha.), 'DD/MM/YYYY') &amp;amp; '&amp;lt;=' &amp;amp; Date(Today(), 'DD/MM/YYYY'))"},Cuenta.=,Rubros=,[Centro Coste]&amp;gt;}  [Importe USD])&lt;/PRE&gt;&lt;P&gt;Importe PEN&lt;/P&gt;&lt;PRE&gt;Sum( {&amp;lt;%OPERACIÓN={'PRESTAMOS'},MesAño, Fecha. = {"$(='&amp;gt;' &amp;amp; Date(Max(Fecha.), 'DD/MM/YYYY') &amp;amp; '&amp;lt;=' &amp;amp; Date(Today(), 'DD/MM/YYYY'))"},Cuenta.=,Rubros=,[Centro Coste]&amp;gt;}  [Importe PEN])&lt;/PRE&gt;</description>
      <pubDate>Thu, 13 Dec 2018 20:54:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate-amount-different-from-the-selected-date/m-p/1520736#M748228</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-12-13T20:54:07Z</dc:date>
    </item>
  </channel>
</rss>

