<?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: Dynamic Filtering in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Dynamic-Filtering/m-p/606008#M1098691</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use Input box for filter the Sales like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eg:-&lt;/P&gt;&lt;P&gt;Create&amp;nbsp; a variable &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let vTop = 0;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;Customer,Sales&lt;/P&gt;&lt;P&gt;A,1000&lt;/P&gt;&lt;P&gt;B,2000&lt;/P&gt;&lt;P&gt;C,3000&lt;/P&gt;&lt;P&gt;D,5000&lt;/P&gt;&lt;P&gt;E,4000&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And then create a input box with variable vTop&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And create a straight table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension:- Customer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression:- sum({&amp;lt; Sales = {'&amp;gt;=$(vTop)'} &amp;gt;}&amp;nbsp;&amp;nbsp;&amp;nbsp; Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and in input box enter the value to sort the sales&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 May 2014 06:46:09 GMT</pubDate>
    <dc:creator>its_anandrjs</dc:creator>
    <dc:date>2014-05-07T06:46:09Z</dc:date>
    <item>
      <title>Dynamic Filtering</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Filtering/m-p/606006#M1098689</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 would like to know how achieve the following requirement in qlikview which is straight forward in traditional BI tools.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Business user wants to have a text box or input box where he can enter or select the amount to filter the straight tables.&lt;/P&gt;&lt;P&gt;He is looking for something like sales &amp;gt;1000. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;MC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 May 2014 06:00:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Filtering/m-p/606006#M1098689</guid>
      <dc:creator />
      <dc:date>2014-05-07T06:00:15Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Filtering</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Filtering/m-p/606007#M1098690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use such filters on each list box, just click the header and start typing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On a list box with field SalesAmount:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; 100&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On a list box with field Customer:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum(SalesAmount)&amp;gt;100&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 May 2014 06:37:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Filtering/m-p/606007#M1098690</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2014-05-07T06:37:08Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Filtering</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Filtering/m-p/606008#M1098691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use Input box for filter the Sales like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eg:-&lt;/P&gt;&lt;P&gt;Create&amp;nbsp; a variable &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let vTop = 0;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;Customer,Sales&lt;/P&gt;&lt;P&gt;A,1000&lt;/P&gt;&lt;P&gt;B,2000&lt;/P&gt;&lt;P&gt;C,3000&lt;/P&gt;&lt;P&gt;D,5000&lt;/P&gt;&lt;P&gt;E,4000&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And then create a input box with variable vTop&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And create a straight table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension:- Customer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression:- sum({&amp;lt; Sales = {'&amp;gt;=$(vTop)'} &amp;gt;}&amp;nbsp;&amp;nbsp;&amp;nbsp; Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and in input box enter the value to sort the sales&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 May 2014 06:46:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Filtering/m-p/606008#M1098691</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-05-07T06:46:09Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Filtering</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Filtering/m-p/606009#M1098692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Mc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 May 2014 21:58:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Filtering/m-p/606009#M1098692</guid>
      <dc:creator />
      <dc:date>2014-05-07T21:58:42Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Filtering</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Filtering/m-p/606010#M1098693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.qlik.com/qlik-users/56619"&gt;anand chouhan&lt;/A&gt;..Your solution worked perfectly but I have 1 more requirement on top of it. My fact grain is at item level where as my user wants to look the sales per order&amp;gt; certain amount. Can you please help me with using aggr function with set analysis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2014 00:28:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Filtering/m-p/606010#M1098693</guid>
      <dc:creator />
      <dc:date>2014-05-08T00:28:01Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Filtering</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Filtering/m-p/606011#M1098694</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;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;sum({&amp;lt; OrderNumber= {'&amp;gt;=$(=Sum(Sales) &amp;gt; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;vTop&lt;/SPAN&gt;)'} &amp;gt;}&amp;nbsp;&amp;nbsp;&amp;nbsp; Sales)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Hope this helps you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Jagan.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2014 01:49:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Filtering/m-p/606011#M1098694</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-05-08T01:49:43Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Filtering</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Filtering/m-p/606012#M1098695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.qlik.com/qlik-users/23109"&gt;Jagan Mohan&lt;/A&gt;..&lt;/P&gt;&lt;P&gt;Thank you for your reply. I tried but it didn't work. I am getting all 0's.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;MC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2014 01:55:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Filtering/m-p/606012#M1098695</guid>
      <dc:creator />
      <dc:date>2014-05-08T01:55:20Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Filtering</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Filtering/m-p/606013#M1098696</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;Can you attach sample file?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2014 01:56:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Filtering/m-p/606013#M1098696</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-05-08T01:56:37Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Filtering</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Filtering/m-p/606014#M1098697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jagan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After tweaking the expression a bit I got it worked.&lt;/P&gt;&lt;P&gt;From:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px;"&gt;sum({&amp;lt; OrderNumber= {'&amp;gt;=$(=Sum(Sales) &amp;gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 12.727272033691406px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;vTop&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px;"&gt;)'} &amp;gt;}&amp;nbsp;&amp;nbsp;&amp;nbsp; Sales)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px;"&gt;To:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;sum({$&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px;"&gt;OrderNumber&lt;/SPAN&gt;= {'=Sum(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px;"&gt;Sales&lt;/SPAN&gt;) &amp;gt; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px;"&gt;vTop&lt;/SPAN&gt;'} &amp;gt;}&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px;"&gt;Sales&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2014 02:41:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Filtering/m-p/606014#M1098697</guid>
      <dc:creator />
      <dc:date>2014-05-08T02:41:12Z</dc:date>
    </item>
  </channel>
</rss>

