<?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: Value filters in List Box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Value-filters-in-List-Box/m-p/418509#M1150501</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi anu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try within the listbox an expression similar to this:&lt;/P&gt;&lt;P&gt;=if(aggr(sum(BILL_AMT), Patron) &amp;gt;0, Patron)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Roland&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 May 2013 13:39:08 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-05-03T13:39:08Z</dc:date>
    <item>
      <title>Value filters in List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Value-filters-in-List-Box/m-p/418508#M1150500</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;I have created a list box and i need to filter values in it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My list box is patrons and i have included the expression&amp;nbsp; "=Money (sum( BILL_AMT) )"&lt;/P&gt;&lt;P&gt;in my list box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here Patron is one table and BILL_AMT in another table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i need to show the patrons that have "=Money (sum( BILL_AMT) )&amp;gt;0" values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So Pls help me to solw this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 May 2013 04:03:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Value-filters-in-List-Box/m-p/418508#M1150500</guid>
      <dc:creator>anuradhaa</dc:creator>
      <dc:date>2013-05-02T04:03:40Z</dc:date>
    </item>
    <item>
      <title>Re: Value filters in List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Value-filters-in-List-Box/m-p/418509#M1150501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi anu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try within the listbox an expression similar to this:&lt;/P&gt;&lt;P&gt;=if(aggr(sum(BILL_AMT), Patron) &amp;gt;0, Patron)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Roland&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 May 2013 13:39:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Value-filters-in-List-Box/m-p/418509#M1150501</guid>
      <dc:creator />
      <dc:date>2013-05-03T13:39:08Z</dc:date>
    </item>
    <item>
      <title>Re: Value filters in List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Value-filters-in-List-Box/m-p/418510#M1150502</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, This works for me. but still have a problem.&lt;/P&gt;&lt;P&gt;Now it will not show the &lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;sum( BILL_AMT) =0&lt;/SPAN&gt; value in the list box. But it display the text of the Patron name in the list box without that value. please help me to remove that text values also.&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, 03 May 2013 15:36:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Value-filters-in-List-Box/m-p/418510#M1150502</guid>
      <dc:creator>anuradhaa</dc:creator>
      <dc:date>2013-05-03T15:36:04Z</dc:date>
    </item>
    <item>
      <title>Re: Value filters in List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Value-filters-in-List-Box/m-p/418511#M1150503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;take a look at attached example, expression of second listbox --&amp;gt; Is this what you want ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HtH&lt;/P&gt;&lt;P&gt;Roland&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 May 2013 15:14:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Value-filters-in-List-Box/m-p/418511#M1150503</guid>
      <dc:creator />
      <dc:date>2013-05-04T15:14:06Z</dc:date>
    </item>
    <item>
      <title>Re: Value filters in List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Value-filters-in-List-Box/m-p/418512#M1150504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Roland,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes the aggr function solve my issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 May 2013 12:05:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Value-filters-in-List-Box/m-p/418512#M1150504</guid>
      <dc:creator>anuradhaa</dc:creator>
      <dc:date>2013-05-06T12:05:14Z</dc:date>
    </item>
  </channel>
</rss>

