<?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: Filter table based on expression threshold in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Filter-table-based-on-expression-threshold/m-p/6796#M1068</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i think the best way here is to create an Input box that references to your variable.&lt;/P&gt;&lt;P&gt;Then you can manually enter your desired treshold value.&lt;/P&gt;&lt;P&gt;or you can define a Dropdown list with pre-defined values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Jan 2018 07:20:58 GMT</pubDate>
    <dc:creator>zhadrakas</dc:creator>
    <dc:date>2018-01-25T07:20:58Z</dc:date>
    <item>
      <title>Filter table based on expression threshold</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-table-based-on-expression-threshold/m-p/6795#M1067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What I want to do: I have a pivot table for which I want to display only lines where an expression is below a "certain value".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I achieved this easily : the expression is something like&amp;nbsp; if(expression&amp;lt;= $(vThreshold), expression, 0) and ticking "Suppress Zero Values".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But now, how can i make my threshold dynamic (i.e. a list box with my threshold values)? How can I have vThreshold take the value of the selected&amp;nbsp; item in my threshold listbox?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2018 19:07:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-table-based-on-expression-threshold/m-p/6795#M1067</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-24T19:07:26Z</dc:date>
    </item>
    <item>
      <title>Re: Filter table based on expression threshold</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-table-based-on-expression-threshold/m-p/6796#M1068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i think the best way here is to create an Input box that references to your variable.&lt;/P&gt;&lt;P&gt;Then you can manually enter your desired treshold value.&lt;/P&gt;&lt;P&gt;or you can define a Dropdown list with pre-defined values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jan 2018 07:20:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-table-based-on-expression-threshold/m-p/6796#M1068</guid>
      <dc:creator>zhadrakas</dc:creator>
      <dc:date>2018-01-25T07:20:58Z</dc:date>
    </item>
    <item>
      <title>Re: Filter table based on expression threshold</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-table-based-on-expression-threshold/m-p/6797#M1069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for this answer, but I am not sure how to link this "drop-down" to my variable..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jan 2018 09:09:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-table-based-on-expression-threshold/m-p/6797#M1069</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-25T09:09:20Z</dc:date>
    </item>
    <item>
      <title>Re: Filter table based on expression threshold</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-table-based-on-expression-threshold/m-p/6798#M1070</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;One of the way is as &lt;A href="https://community.qlik.com/qlik-users/216267"&gt;zhadrakas&lt;/A&gt;‌ said, using variable.&lt;/P&gt;&lt;P&gt;Other is if you have the list box for Threshold value you can try Max(ThresholdValue)&lt;/P&gt;&lt;P&gt;instead of &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;$(vThreshold).&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: 13px;"&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: 13px;"&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; font-size: 13px;"&gt;Kaushik Solanki&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jan 2018 09:12:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-table-based-on-expression-threshold/m-p/6798#M1070</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2018-01-25T09:12:01Z</dc:date>
    </item>
    <item>
      <title>Re: Filter table based on expression threshold</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-table-based-on-expression-threshold/m-p/6799#M1071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is a guide how to do this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Create an Input Box Object&lt;/P&gt;&lt;P&gt;2) Add your variable&lt;/P&gt;&lt;P&gt;3) Go to Constraints tab&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/191359_pastedImage_2.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then you have a drop down like this:&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/191363_pastedImage_3.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that you only enter 10,20 or 30 as Value for treshold.&lt;/P&gt;&lt;P&gt;If you want to that dynamically just Load your treshold Values via Inline Table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Treshold:&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: #0000ff; font-size: 8pt;"&gt;INLINE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt; TresholdValues&lt;BR /&gt; 10&lt;BR /&gt; 20&lt;BR /&gt; 30&lt;BR /&gt; ]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Then you can add this expression in the listed values field:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;concat(&lt;SPAN style="color: #800000;"&gt;TresholdValues&lt;/SPAN&gt;, ';')&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jan 2018 09:21:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-table-based-on-expression-threshold/m-p/6799#M1071</guid>
      <dc:creator>zhadrakas</dc:creator>
      <dc:date>2018-01-25T09:21:07Z</dc:date>
    </item>
  </channel>
</rss>

