<?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 Button to filter field values less than another field in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Button-to-filter-field-values-less-than-another-field/m-p/2532102#M108072</link>
    <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;I'm creating a dashboard and I want to include a button than when pressed filters to all the weeks where the 'cost' field is less than a corresponding 'target' field.&lt;/P&gt;
&lt;P&gt;My table looks something like this:&lt;/P&gt;
&lt;P&gt;Week | Cost | Target&lt;/P&gt;
&lt;P&gt;1 | £20 | £25&lt;/P&gt;
&lt;P&gt;2 | £50 | £70&lt;/P&gt;
&lt;P&gt;3 | £100 | £55&lt;/P&gt;
&lt;P&gt;4 | £95 | £2&lt;/P&gt;
&lt;P&gt;So the button would filter to weeks 3 and 4&lt;/P&gt;
&lt;P&gt;Any Ideas?&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Tue, 30 Sep 2025 08:32:20 GMT</pubDate>
    <dc:creator>GMonty</dc:creator>
    <dc:date>2025-09-30T08:32:20Z</dc:date>
    <item>
      <title>Button to filter field values less than another field</title>
      <link>https://community.qlik.com/t5/App-Development/Button-to-filter-field-values-less-than-another-field/m-p/2532102#M108072</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;I'm creating a dashboard and I want to include a button than when pressed filters to all the weeks where the 'cost' field is less than a corresponding 'target' field.&lt;/P&gt;
&lt;P&gt;My table looks something like this:&lt;/P&gt;
&lt;P&gt;Week | Cost | Target&lt;/P&gt;
&lt;P&gt;1 | £20 | £25&lt;/P&gt;
&lt;P&gt;2 | £50 | £70&lt;/P&gt;
&lt;P&gt;3 | £100 | £55&lt;/P&gt;
&lt;P&gt;4 | £95 | £2&lt;/P&gt;
&lt;P&gt;So the button would filter to weeks 3 and 4&lt;/P&gt;
&lt;P&gt;Any Ideas?&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 30 Sep 2025 08:32:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Button-to-filter-field-values-less-than-another-field/m-p/2532102#M108072</guid>
      <dc:creator>GMonty</dc:creator>
      <dc:date>2025-09-30T08:32:20Z</dc:date>
    </item>
    <item>
      <title>Re: Button to filter field values less than another field</title>
      <link>https://community.qlik.com/t5/App-Development/Button-to-filter-field-values-less-than-another-field/m-p/2532105#M108074</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;You can create a helper field with an &lt;STRONG&gt;IF&lt;/STRONG&gt;&amp;nbsp;condition to identify the weeks where Cost &amp;lt; Target. For example:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;IF(Cost &amp;lt; Target, 'Yes', 'No') as IS_COST_LESS&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Then you can use this field in your app to create a filter button that selects only the “Yes” values. You can add it either in the load script or directly in the design, depending on your setup.&lt;/P&gt;&lt;P&gt;Hope this helped.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Sep 2025 09:06:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Button-to-filter-field-values-less-than-another-field/m-p/2532105#M108074</guid>
      <dc:creator>Nis_Alsheikh</dc:creator>
      <dc:date>2025-09-30T09:06:44Z</dc:date>
    </item>
    <item>
      <title>Re: Button to filter field values less than another field</title>
      <link>https://community.qlik.com/t5/App-Development/Button-to-filter-field-values-less-than-another-field/m-p/2532111#M108075</link>
      <description>&lt;P&gt;Amazing, thank you, this seems so obvious now!&lt;/P&gt;</description>
      <pubDate>Tue, 30 Sep 2025 09:52:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Button-to-filter-field-values-less-than-another-field/m-p/2532111#M108075</guid>
      <dc:creator>GMonty</dc:creator>
      <dc:date>2025-09-30T09:52:11Z</dc:date>
    </item>
  </channel>
</rss>

