<?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: Use filter in statisticbox with sum() where pretended filter in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Use-filter-in-statisticbox-with-sum-where-pretended-filter/m-p/699754#M676738</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load City, SUM(Amount) as BerlingNYAmount Resident Temp &lt;/P&gt;&lt;P&gt;Where City = 'New York' or City = 'Berlin' Group By City;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Jun 2014 09:36:05 GMT</pubDate>
    <dc:creator>MK_QSL</dc:creator>
    <dc:date>2014-06-18T09:36:05Z</dc:date>
    <item>
      <title>Use filter in statisticbox with sum() where pretended filter</title>
      <link>https://community.qlik.com/t5/QlikView/Use-filter-in-statisticbox-with-sum-where-pretended-filter/m-p/699748#M676724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can I use many filters to get a sum() ?&lt;/P&gt;&lt;P&gt;My script:&lt;/P&gt;&lt;P&gt;load ID, Name, City, Amount From ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I want to use a statusbox, to sum the amount with specific filter like:&amp;nbsp; amount from Berlin and London; or amount from Dublin,...&lt;/P&gt;&lt;P&gt;with that funktion filter, I want to show the amount, that I really need.&lt;/P&gt;&lt;P&gt;Because I want to show many Amounts without selecting by clicking this to compare them -&amp;nbsp; like to have an overview in my statisticbox with many sums..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2014 07:58:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-filter-in-statisticbox-with-sum-where-pretended-filter/m-p/699748#M676724</guid>
      <dc:creator />
      <dc:date>2014-06-18T07:58:12Z</dc:date>
    </item>
    <item>
      <title>Re: Use filter in statisticbox with sum() where pretended filter</title>
      <link>https://community.qlik.com/t5/QlikView/Use-filter-in-statisticbox-with-sum-where-pretended-filter/m-p/699749#M676726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the Resident Load with Where Condition and Group By clauses..&lt;/P&gt;&lt;P&gt;Kindly Update your sample data along with desired out put. will try to help you out. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2014 08:01:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-filter-in-statisticbox-with-sum-where-pretended-filter/m-p/699749#M676726</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-06-18T08:01:38Z</dc:date>
    </item>
    <item>
      <title>Re: Use filter in statisticbox with sum() where pretended filter</title>
      <link>https://community.qlik.com/t5/QlikView/Use-filter-in-statisticbox-with-sum-where-pretended-filter/m-p/699750#M676728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;just like:&lt;/P&gt;&lt;P&gt;load * inline [&lt;/P&gt;&lt;P&gt;ID, Name, City, Amount&lt;/P&gt;&lt;P&gt;1, John Smith, London, 10&lt;/P&gt;&lt;P&gt;2, Harry Gordon, Paris, 20&lt;/P&gt;&lt;P&gt;3, Lisa Müller, Berlin, 30&lt;/P&gt;&lt;P&gt;4, Josh Miller,New York, 40&lt;/P&gt;&lt;P&gt;5, Elisabeth Miller, New York, 50&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I don't want to select / filter by my Script. I want to use the statisticsbox for sum:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. box "Europe": sum( Amount) where "City" = 'Berlin' and where "City" = 'London'&amp;nbsp; and where "City" = 'Paris'&lt;/P&gt;&lt;P&gt;2. box" USA": sum(Amount) where "City" = 'New York'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2014 08:33:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-filter-in-statisticbox-with-sum-where-pretended-filter/m-p/699750#M676728</guid>
      <dc:creator />
      <dc:date>2014-06-18T08:33:40Z</dc:date>
    </item>
    <item>
      <title>Re: Use filter in statisticbox with sum() where pretended filter</title>
      <link>https://community.qlik.com/t5/QlikView/Use-filter-in-statisticbox-with-sum-where-pretended-filter/m-p/699751#M676730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2014 08:38:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-filter-in-statisticbox-with-sum-where-pretended-filter/m-p/699751#M676730</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-06-18T08:38:30Z</dc:date>
    </item>
    <item>
      <title>Re: Use filter in statisticbox with sum() where pretended filter</title>
      <link>https://community.qlik.com/t5/QlikView/Use-filter-in-statisticbox-with-sum-where-pretended-filter/m-p/699752#M676733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes right, but what about if I need more then 1 filter/condition like:&lt;/P&gt;&lt;P&gt;Amount from Berlin and New York?&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;Load&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;City&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;SUM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Amount&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Europe&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Resident&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; Temp &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;where&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;City&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'New York'&amp;nbsp; and where City = 'Berlin' Group By City; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;didn't work.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2014 09:26:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-filter-in-statisticbox-with-sum-where-pretended-filter/m-p/699752#M676733</guid>
      <dc:creator />
      <dc:date>2014-06-18T09:26:58Z</dc:date>
    </item>
    <item>
      <title>Re: Use filter in statisticbox with sum() where pretended filter</title>
      <link>https://community.qlik.com/t5/QlikView/Use-filter-in-statisticbox-with-sum-where-pretended-filter/m-p/699753#M676735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What I mean is to use several times the where command for filterung the City and ID&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2014 09:34:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-filter-in-statisticbox-with-sum-where-pretended-filter/m-p/699753#M676735</guid>
      <dc:creator />
      <dc:date>2014-06-18T09:34:58Z</dc:date>
    </item>
    <item>
      <title>Re: Use filter in statisticbox with sum() where pretended filter</title>
      <link>https://community.qlik.com/t5/QlikView/Use-filter-in-statisticbox-with-sum-where-pretended-filter/m-p/699754#M676738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load City, SUM(Amount) as BerlingNYAmount Resident Temp &lt;/P&gt;&lt;P&gt;Where City = 'New York' or City = 'Berlin' Group By City;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2014 09:36:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-filter-in-statisticbox-with-sum-where-pretended-filter/m-p/699754#M676738</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-06-18T09:36:05Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Use filter in statisticbox with sum() where pretended filter</title>
      <link>https://community.qlik.com/t5/QlikView/Use-filter-in-statisticbox-with-sum-where-pretended-filter/m-p/699755#M676740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks much !&lt;/P&gt;&lt;P&gt;But I still got a problem:&lt;/P&gt;&lt;P&gt;If I use:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;Load&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;City&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;SUM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Amount&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;USA.Amount&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Resident&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; Temp &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;where&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;City&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'New York' &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Group&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;By&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;City&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;within using statisticsbox: sum(USA.Amount)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="t.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/60809_t.jpg" style="width: 620px; height: 114px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2014 09:58:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-filter-in-statisticbox-with-sum-where-pretended-filter/m-p/699755#M676740</guid>
      <dc:creator />
      <dc:date>2014-06-18T09:58:00Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Use filter in statisticbox with sum() where pretended filter</title>
      <link>https://community.qlik.com/t5/QlikView/Use-filter-in-statisticbox-with-sum-where-pretended-filter/m-p/699756#M676743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Share your QVW please&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2014 10:03:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-filter-in-statisticbox-with-sum-where-pretended-filter/m-p/699756#M676743</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-06-18T10:03:41Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Use filter in statisticbox with sum() where pretended filter</title>
      <link>https://community.qlik.com/t5/QlikView/Use-filter-in-statisticbox-with-sum-where-pretended-filter/m-p/699757#M676745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;and what about if i wanna select x=ID like&lt;/P&gt;&lt;P&gt;x= &amp;gt;3 and x=&amp;lt;5&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2014 10:10:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-filter-in-statisticbox-with-sum-where-pretended-filter/m-p/699757#M676745</guid>
      <dc:creator />
      <dc:date>2014-06-18T10:10:04Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Use filter in statisticbox with sum() where pretended filter</title>
      <link>https://community.qlik.com/t5/QlikView/Use-filter-in-statisticbox-with-sum-where-pretended-filter/m-p/699758#M676746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Load SUM(Amount) as TOTALAMT Resident Temp&lt;/P&gt;&lt;P&gt;Where ID &amp;gt;=3 and ID &amp;lt;=5 Group By ID;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2014 10:25:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-filter-in-statisticbox-with-sum-where-pretended-filter/m-p/699758#M676746</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-06-18T10:25:49Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Use filter in statisticbox with sum() where pretended filter</title>
      <link>https://community.qlik.com/t5/QlikView/Use-filter-in-statisticbox-with-sum-where-pretended-filter/m-p/699759#M676747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="; color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;CONNECT&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;TO&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; DB1;&lt;BR /&gt;&lt;BR /&gt;Database:&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="; color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;Load&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"Posting Date"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Month&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"Posting Date"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AS&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Month&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Year&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"Posting Date"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AS&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Year&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Amount&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Description&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"Document No_"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"Entry No_"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"G_L Account No_"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"Global Dimension 1 Code"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"Global Dimension 2 Code"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;SUM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Amount&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;AmountGlobal &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;where&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"Global Dimension 1 Code"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'T83400' &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;or&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"Global Dimension 1 Code"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'T83500' &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;or&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"G_L Account No_"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &amp;lt;=479999 &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;and&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"G_L Account No_"&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG&gt; &amp;gt;=400000 &lt;/STRONG&gt;&lt;BR /&gt;;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="; color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;SQL&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; SELECT *&lt;BR /&gt;FROM "OBDC";&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;EM&gt;Now: I want a sum() of that expression ..&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;EM&gt;where I have to set the expression ?&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;EM&gt;1. in the load&amp;nbsp; or &lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;EM&gt;2. after the SQL;&amp;nbsp; as a new table? &lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;T1:&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;load&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"Global Dimension 1 Code"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"G_L Account No_"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;SUM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Amount&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;AmountGlobal &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Resident&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; Database &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;where&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"Global Dimension 1 Code"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'T83400' &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;or&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"Global Dimension 1 Code"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'T83500' &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;or&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"G_L Account No_"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &amp;lt;=479999 &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;and&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"G_L Account No_"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &amp;gt;=400000 &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Group&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;By&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"Global Dimension 1 Code"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2014 10:58:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-filter-in-statisticbox-with-sum-where-pretended-filter/m-p/699759#M676747</guid>
      <dc:creator />
      <dc:date>2014-06-18T10:58:14Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Use filter in statisticbox with sum() where pretended filter</title>
      <link>https://community.qlik.com/t5/QlikView/Use-filter-in-statisticbox-with-sum-where-pretended-filter/m-p/699760#M676748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the load side...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2014 11:22:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-filter-in-statisticbox-with-sum-where-pretended-filter/m-p/699760#M676748</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-06-18T11:22:55Z</dc:date>
    </item>
  </channel>
</rss>

