<?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: Input Box triggers Expression filter in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Input-Box-triggers-Expression-filter/m-p/542715#M202796</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This works well, except for one minor detail that I have been unable to resolve.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you input revenue, the selection works perfectly.&amp;nbsp; If you increase the value you originally input, the selection again works well.&amp;nbsp; However, if you first input 40, you get the correct selections, but if you now enter 10, you do not get the proper selections.&amp;nbsp; it's only checking the currently selected instead of checking all values.&amp;nbsp; I have tried clearing the field using a trigger but that is not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone have any solutions?&amp;nbsp; It seems it should be a simple fix.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Jan 2014 16:41:08 GMT</pubDate>
    <dc:creator>phcaptjim</dc:creator>
    <dc:date>2014-01-14T16:41:08Z</dc:date>
    <item>
      <title>Input Box triggers Expression filter</title>
      <link>https://community.qlik.com/t5/QlikView/Input-Box-triggers-Expression-filter/m-p/542712#M202793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Guys, I'm having an issue with something that seems simple.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to set a filter on a dimension, say "Area" in the attached example, based upon an input field that corresponds to an expression...Sum(Revenue). As I need to filter upon an aggregate, I can't just look to the base-level "Revenue" field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since I want the input box to change the set of available Areas on other tabs, it's not enough to just put an IF statement in the chart to hide the rows that are below the threshhold.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While a search box (on the expression) or a slider seem to work, what am I doing wrong that's preventing the input box from using the trigger to do the same thing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With thanks,&lt;/P&gt;&lt;P&gt;Frank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Dec 2013 19:22:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-Box-triggers-Expression-filter/m-p/542712#M202793</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-06T19:22:22Z</dc:date>
    </item>
    <item>
      <title>Re: Input Box triggers Expression filter</title>
      <link>https://community.qlik.com/t5/QlikView/Input-Box-triggers-Expression-filter/m-p/542713#M202794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please find attached to see its working how you want. When using select in field, the field value cant be a function, can only be a field name. So had to create an expression in the search string to get the required values. The formula I used was:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='(' &amp;amp; Concat(if(aggr(sum(Revenue),Area)&amp;gt; vMinAggregatedRevenue, Area), '|') &amp;amp; ')'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the search string section of trigger.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Dec 2013 20:44:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-Box-triggers-Expression-filter/m-p/542713#M202794</guid>
      <dc:creator>jerem1234</dc:creator>
      <dc:date>2013-12-06T20:44:35Z</dc:date>
    </item>
    <item>
      <title>Re: Input Box triggers Expression filter</title>
      <link>https://community.qlik.com/t5/QlikView/Input-Box-triggers-Expression-filter/m-p/542714#M202795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perfect...many thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Dec 2013 21:09:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-Box-triggers-Expression-filter/m-p/542714#M202795</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-06T21:09:11Z</dc:date>
    </item>
    <item>
      <title>Re: Input Box triggers Expression filter</title>
      <link>https://community.qlik.com/t5/QlikView/Input-Box-triggers-Expression-filter/m-p/542715#M202796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This works well, except for one minor detail that I have been unable to resolve.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you input revenue, the selection works perfectly.&amp;nbsp; If you increase the value you originally input, the selection again works well.&amp;nbsp; However, if you first input 40, you get the correct selections, but if you now enter 10, you do not get the proper selections.&amp;nbsp; it's only checking the currently selected instead of checking all values.&amp;nbsp; I have tried clearing the field using a trigger but that is not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone have any solutions?&amp;nbsp; It seems it should be a simple fix.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jan 2014 16:41:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-Box-triggers-Expression-filter/m-p/542715#M202796</guid>
      <dc:creator>phcaptjim</dc:creator>
      <dc:date>2014-01-14T16:41:08Z</dc:date>
    </item>
    <item>
      <title>Re: Input Box triggers Expression filter</title>
      <link>https://community.qlik.com/t5/QlikView/Input-Box-triggers-Expression-filter/m-p/542716#M202797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yep, like you said it goes based on selected values. So when you have the selected values, the concat is reduced to what is selected. Therefore you need to ignore selections, so you have to add in 1's to set analysis. To edit the original equation, it would be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='(' &amp;amp; Concat({1}if(aggr(sum({1}Revenue),Area)&amp;gt; vMinAggregatedRevenue, Area), '|') &amp;amp; ')'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure both concat AND sum get the 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jan 2014 17:19:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-Box-triggers-Expression-filter/m-p/542716#M202797</guid>
      <dc:creator>jerem1234</dc:creator>
      <dc:date>2014-01-14T17:19:06Z</dc:date>
    </item>
    <item>
      <title>Re: Input Box triggers Expression filter</title>
      <link>https://community.qlik.com/t5/QlikView/Input-Box-triggers-Expression-filter/m-p/542717#M202798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks!&amp;nbsp; I added the {1} but only after the SUM and not after the CONCAT function.&amp;nbsp; Ooops.&amp;nbsp; Works great now!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jan 2014 17:24:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Input-Box-triggers-Expression-filter/m-p/542717#M202798</guid>
      <dc:creator>phcaptjim</dc:creator>
      <dc:date>2014-01-14T17:24:33Z</dc:date>
    </item>
  </channel>
</rss>

