<?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: Help with sum() with filters?? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-with-sum-with-filters/m-p/81542#M13395</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think the condition is at the ID level, not at the ID and Date level&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 Mar 2018 15:13:24 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2018-03-09T15:13:24Z</dc:date>
    <item>
      <title>Help with sum() with filters??</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-sum-with-filters/m-p/81537#M13390</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 have a requirement where i need to sum() and its Discount with the date and amount filters. i tried if condition but results are not as expected. Please help me to understand the logical way to do it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find attached which shows the example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2018 14:22:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-sum-with-filters/m-p/81537#M13390</guid>
      <dc:creator>qlikuser222</dc:creator>
      <dc:date>2018-03-09T14:22:25Z</dc:date>
    </item>
    <item>
      <title>Re: Help with sum() with filters??</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-sum-with-filters/m-p/81538#M13391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nicholas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your expression, the mentioned condition is&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date &amp;gt;= Mindate&lt;/P&gt;&lt;P&gt;But where as the you have multiple dates as filter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have added date as dimension and your chart looks right.&lt;/P&gt;&lt;P&gt;Please check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Vamsee&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2018 14:57:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-sum-with-filters/m-p/81538#M13391</guid>
      <dc:creator>vamsee</dc:creator>
      <dc:date>2018-03-09T14:57:17Z</dc:date>
    </item>
    <item>
      <title>Re: Help with sum() with filters??</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-sum-with-filters/m-p/81539#M13392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Sum(Aggr(if(Sum(TOTAL &amp;lt;ID&amp;gt; Amount)&amp;gt;=MinAmount and Sum(TOTAL &amp;lt;ID&amp;gt; Amount)&amp;lt;=Maxamount, if(Date &amp;gt;= Mindate and Date &amp;lt;= MaxDate, sum(Amount) *&amp;nbsp; Dsic)), ID, Date))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2018 15:01:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-sum-with-filters/m-p/81539#M13392</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-03-09T15:01:30Z</dc:date>
    </item>
    <item>
      <title>Re: Help with sum() with filters??</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-sum-with-filters/m-p/81540#M13393</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;Thanks alot it works, but when i select ID 2 , it throws null, unable to understand why.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2018 15:10:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-sum-with-filters/m-p/81540#M13393</guid>
      <dc:creator>qlikuser222</dc:creator>
      <dc:date>2018-03-09T15:10:21Z</dc:date>
    </item>
    <item>
      <title>Re: Help with sum() with filters??</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-sum-with-filters/m-p/81541#M13394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Hi Sunny, &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;That aggregates all the but his condition is ignored.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Amount&amp;gt;MinAmount. !&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/195892_Capture.JPG" style="height: 120px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2018 15:10:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-sum-with-filters/m-p/81541#M13394</guid>
      <dc:creator>vamsee</dc:creator>
      <dc:date>2018-03-09T15:10:53Z</dc:date>
    </item>
    <item>
      <title>Re: Help with sum() with filters??</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-sum-with-filters/m-p/81542#M13395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think the condition is at the ID level, not at the ID and Date level&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2018 15:13:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-sum-with-filters/m-p/81542#M13395</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-03-09T15:13:24Z</dc:date>
    </item>
    <item>
      <title>Re: Help with sum() with filters??</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-sum-with-filters/m-p/81543#M13396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What selections do you have for Minamount and Maxamount?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2018 15:14:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-sum-with-filters/m-p/81543#M13396</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-03-09T15:14:11Z</dc:date>
    </item>
    <item>
      <title>Re: Help with sum() with filters??</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-sum-with-filters/m-p/81544#M13397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;oh Okay.. Thanks for clarifying. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2018 15:17:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-sum-with-filters/m-p/81544#M13397</guid>
      <dc:creator>vamsee</dc:creator>
      <dc:date>2018-03-09T15:17:16Z</dc:date>
    </item>
    <item>
      <title>Re: Help with sum() with filters??</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-sum-with-filters/m-p/81545#M13398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks got it, Is there any way this can be done in the back end, users are not suppose to select min and Max amounts and dates and in this case it always gives null.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2018 15:17:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-sum-with-filters/m-p/81545#M13398</guid>
      <dc:creator>qlikuser222</dc:creator>
      <dc:date>2018-03-09T15:17:22Z</dc:date>
    </item>
    <item>
      <title>Re: Help with sum() with filters??</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-sum-with-filters/m-p/81546#M13399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should be able to use &lt;A href="https://community.qlik.com/qlik-blogpost/3037"&gt;IntervalMatch&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2018 15:22:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-sum-with-filters/m-p/81546#M13399</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-03-09T15:22:21Z</dc:date>
    </item>
    <item>
      <title>Re: Help with sum() with filters??</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-sum-with-filters/m-p/81547#M13400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hahahaha I think it might be better if OP can clarify... I am just saying what I think he wants &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;. You may very well be right and I am the one who is not right &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2018 15:23:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-sum-with-filters/m-p/81547#M13400</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-03-09T15:23:27Z</dc:date>
    </item>
    <item>
      <title>Re: Help with sum() with filters??</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-sum-with-filters/m-p/81548#M13401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Haha.. lol lets see.&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2018 15:43:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-sum-with-filters/m-p/81548#M13401</guid>
      <dc:creator>vamsee</dc:creator>
      <dc:date>2018-03-09T15:43:02Z</dc:date>
    </item>
    <item>
      <title>Re: Help with sum() with filters??</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-sum-with-filters/m-p/81549#M13402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks &lt;A href="https://community.qlik.com/qlik-users/171708"&gt;stalwar1&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tired interval match but it seem to be not working. Can you please help? please find attcahed !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2018 17:15:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-sum-with-filters/m-p/81549#M13402</guid>
      <dc:creator>qlikuser222</dc:creator>
      <dc:date>2018-03-09T17:15:01Z</dc:date>
    </item>
    <item>
      <title>Re: Help with sum() with filters??</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-sum-with-filters/m-p/81550#M13403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Attached to the original post test (3) (1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2018 17:16:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-sum-with-filters/m-p/81550#M13403</guid>
      <dc:creator>qlikuser222</dc:creator>
      <dc:date>2018-03-09T17:16:09Z</dc:date>
    </item>
    <item>
      <title>Re: Help with sum() with filters??</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-sum-with-filters/m-p/81551#M13404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Main:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;LOAD * INLINE [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ID, Amount, Date&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, 5, 12/01/2017&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, 200, 12/02/2017&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, 150, 12/01/2016&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, 300, 11/01/2017&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2, 360, 12/12/2017&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2, 399, 12/08/2017&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2, 40, 1/1/2016&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;Filters:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;LOAD * INLINE [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ID, Mindate, MaxDate, MinAmount, Maxamount, Dsic&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, 01/01/2017, 12/31/2017, 10, 400, 4%&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2, 01/01/2017, 12/31/2017, 10, 100, 4%&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2, 01/01/2017, 12/31/2017, 101, 200, 5%&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2, 01/01/2017, 12/31/2017, 201, 300, 5%&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2, 01/01/2017, 12/31/2017, 301, 400, 11%&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;Left join (Main)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;IntervalMatch(Amount, ID)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;LOAD Distinct&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt; MinAmount,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt; Maxamount,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt; ID&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;Resident Filters;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;Left join (Main)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;IntervalMatch(Date, ID)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;LOAD Distinct&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt; Mindate,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt; MaxDate,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt; ID&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;Resident Filters;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;Left Join (Main)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;LOAD *&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;Resident Filters;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;DROP Table Filters;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/195909_Capture.PNG" style="height: auto;" /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2018 17:24:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-sum-with-filters/m-p/81551#M13404</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-03-09T17:24:30Z</dc:date>
    </item>
    <item>
      <title>Re: Help with sum() with filters??</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-sum-with-filters/m-p/81552#M13405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks &lt;A href="https://community.qlik.com/qlik-users/171708"&gt;stalwar1&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But now in the attached capture, i am getting 8 instead of 8.2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for the confusion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2018 17:35:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-sum-with-filters/m-p/81552#M13405</guid>
      <dc:creator>qlikuser222</dc:creator>
      <dc:date>2018-03-09T17:35:14Z</dc:date>
    </item>
    <item>
      <title>Re: Help with sum() with filters??</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-sum-with-filters/m-p/81553#M13406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In that case, I don't think you should do this in the script... &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2018 17:38:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-sum-with-filters/m-p/81553#M13406</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-03-09T17:38:09Z</dc:date>
    </item>
    <item>
      <title>Re: Help with sum() with filters??</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-sum-with-filters/m-p/81554#M13407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there any way possible if when user select ID and dates, Qlik triggers select the MinAmount&amp;nbsp; and Maxamounts based on the sum(values). &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2018 17:42:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-sum-with-filters/m-p/81554#M13407</guid>
      <dc:creator>qlikuser222</dc:creator>
      <dc:date>2018-03-09T17:42:20Z</dc:date>
    </item>
  </channel>
</rss>

