<?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: Apply button with filter function to table in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Apply-button-with-filter-function-to-table/m-p/2425750#M96127</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Thanks for sharing. I think I got it, I did an example with one of my app.&lt;/P&gt;
&lt;P&gt;Here is the table, and I want the button to give me only the Region with more than 10.000 Sales and more than 50 shops :&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Antoine04_0-1709283047810.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/161052i1AE02D1BA09D9B29/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Antoine04_0-1709283047810.png" alt="Antoine04_0-1709283047810.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;So, I created a button and I added 2 actions &lt;STRONG&gt;(the action has to be "Select values into a field")&lt;/STRONG&gt; :&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Antoine04_1-1709283110328.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/161053i5AD35E3EF0E36E92/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Antoine04_1-1709283110328.png" alt="Antoine04_1-1709283110328.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;- &lt;STRONG&gt;First formula&lt;/STRONG&gt; :&amp;nbsp;='' &amp;amp; Concat(If(Aggr(Sum(Sales),[Région (FR)])&amp;gt;10000,[Région (FR)]),';') &amp;amp; ''&lt;/P&gt;
&lt;P&gt;- &lt;STRONG&gt;Second formula&lt;/STRONG&gt; :&amp;nbsp;='' &amp;amp; Concat(If(Aggr(Count(Shop),[Région (FR)])&amp;gt;50,[Région (FR)]),';') &amp;amp; ''&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then when I click on the buton :&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Antoine04_2-1709283205715.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/161054i21F90A3BD9BED0CB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Antoine04_2-1709283205715.png" alt="Antoine04_2-1709283205715.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Hope it helps&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Antoine&lt;/P&gt;</description>
    <pubDate>Fri, 01 Mar 2024 08:53:19 GMT</pubDate>
    <dc:creator>Antoine04</dc:creator>
    <dc:date>2024-03-01T08:53:19Z</dc:date>
    <item>
      <title>Apply button with filter function to table</title>
      <link>https://community.qlik.com/t5/App-Development/Apply-button-with-filter-function-to-table/m-p/2425239#M96077</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a table with customer data, total sales and sales of a single product group.&lt;/P&gt;
&lt;P&gt;After activation, the button should show me all customers with a total turnover &amp;gt; 100000 and the turnover of the individual product group, which is 0.&lt;/P&gt;
&lt;P&gt;What would be the code for the "Select values that match the search criteria" button?&lt;/P&gt;
&lt;P&gt;='=Summe(Umsatzstatistik.STNBTR &amp;gt; 100000)' would be my start for the total turnover.&lt;/P&gt;
&lt;P&gt;Thank you very much&lt;BR /&gt;Maurice&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Feb 2024 10:53:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Apply-button-with-filter-function-to-table/m-p/2425239#M96077</guid>
      <dc:creator>mauricexyz</dc:creator>
      <dc:date>2024-02-29T10:53:08Z</dc:date>
    </item>
    <item>
      <title>Re: Apply button with filter function to table</title>
      <link>https://community.qlik.com/t5/App-Development/Apply-button-with-filter-function-to-table/m-p/2425245#M96078</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Try by adding just &lt;STRONG&gt;='&amp;gt;100000'&lt;/STRONG&gt; in the expression of the button.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Antoine&lt;/P&gt;</description>
      <pubDate>Thu, 29 Feb 2024 11:04:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Apply-button-with-filter-function-to-table/m-p/2425245#M96078</guid>
      <dc:creator>Antoine04</dc:creator>
      <dc:date>2024-02-29T11:04:39Z</dc:date>
    </item>
    <item>
      <title>Re: Apply button with filter function to table</title>
      <link>https://community.qlik.com/t5/App-Development/Apply-button-with-filter-function-to-table/m-p/2425250#M96079</link>
      <description>&lt;P&gt;However, I also have to filter for the turnover of the individual product group, which should be 0. I can't get any further here...&lt;/P&gt;</description>
      <pubDate>Thu, 29 Feb 2024 11:10:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Apply-button-with-filter-function-to-table/m-p/2425250#M96079</guid>
      <dc:creator>mauricexyz</dc:creator>
      <dc:date>2024-02-29T11:10:50Z</dc:date>
    </item>
    <item>
      <title>Re: Apply button with filter function to table</title>
      <link>https://community.qlik.com/t5/App-Development/Apply-button-with-filter-function-to-table/m-p/2425367#M96094</link>
      <description>&lt;P&gt;So you want to filter on product group ?&lt;/P&gt;
&lt;P&gt;Which filters would you apply exactly ?&lt;/P&gt;
&lt;P&gt;Can you make an example manually and share it here ?&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 29 Feb 2024 14:38:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Apply-button-with-filter-function-to-table/m-p/2425367#M96094</guid>
      <dc:creator>Antoine04</dc:creator>
      <dc:date>2024-02-29T14:38:06Z</dc:date>
    </item>
    <item>
      <title>Re: Apply button with filter function to table</title>
      <link>https://community.qlik.com/t5/App-Development/Apply-button-with-filter-function-to-table/m-p/2425676#M96115</link>
      <description>&lt;P&gt;I would like the customer to be displayed in the screenshot when I press the red button, because he has a total turnover greater than 400 but a turnover of 0 for the product group "U Folie".&lt;/P&gt;
&lt;P&gt;I use the action for the button: Select values that match the search criteria&lt;/P&gt;
&lt;P&gt;What would the code be for this?&lt;/P&gt;</description>
      <pubDate>Fri, 01 Mar 2024 07:39:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Apply-button-with-filter-function-to-table/m-p/2425676#M96115</guid>
      <dc:creator>mauricexyz</dc:creator>
      <dc:date>2024-03-01T07:39:33Z</dc:date>
    </item>
    <item>
      <title>Re: Apply button with filter function to table</title>
      <link>https://community.qlik.com/t5/App-Development/Apply-button-with-filter-function-to-table/m-p/2425750#M96127</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Thanks for sharing. I think I got it, I did an example with one of my app.&lt;/P&gt;
&lt;P&gt;Here is the table, and I want the button to give me only the Region with more than 10.000 Sales and more than 50 shops :&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Antoine04_0-1709283047810.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/161052i1AE02D1BA09D9B29/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Antoine04_0-1709283047810.png" alt="Antoine04_0-1709283047810.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;So, I created a button and I added 2 actions &lt;STRONG&gt;(the action has to be "Select values into a field")&lt;/STRONG&gt; :&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Antoine04_1-1709283110328.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/161053i5AD35E3EF0E36E92/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Antoine04_1-1709283110328.png" alt="Antoine04_1-1709283110328.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;- &lt;STRONG&gt;First formula&lt;/STRONG&gt; :&amp;nbsp;='' &amp;amp; Concat(If(Aggr(Sum(Sales),[Région (FR)])&amp;gt;10000,[Région (FR)]),';') &amp;amp; ''&lt;/P&gt;
&lt;P&gt;- &lt;STRONG&gt;Second formula&lt;/STRONG&gt; :&amp;nbsp;='' &amp;amp; Concat(If(Aggr(Count(Shop),[Région (FR)])&amp;gt;50,[Région (FR)]),';') &amp;amp; ''&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then when I click on the buton :&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Antoine04_2-1709283205715.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/161054i21F90A3BD9BED0CB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Antoine04_2-1709283205715.png" alt="Antoine04_2-1709283205715.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Hope it helps&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Antoine&lt;/P&gt;</description>
      <pubDate>Fri, 01 Mar 2024 08:53:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Apply-button-with-filter-function-to-table/m-p/2425750#M96127</guid>
      <dc:creator>Antoine04</dc:creator>
      <dc:date>2024-03-01T08:53:19Z</dc:date>
    </item>
    <item>
      <title>Re: Apply button with filter function to table</title>
      <link>https://community.qlik.com/t5/App-Development/Apply-button-with-filter-function-to-table/m-p/2425861#M96137</link>
      <description>&lt;P&gt;Unfortunately, the code you wrote does not work. I may explain which data I use and how.&lt;BR /&gt;I use sections from the data editor in the table and use individual data fields from these. (Example: KUNDENSTAMM.KKDNR, Umsatzstatistik.STNBTR)&lt;/P&gt;
&lt;P&gt;To find out the turnover in only one product group, I have used the following formula:&lt;/P&gt;
&lt;P&gt;Sum(if ([Artikelwarengruppen.WGVL1] = '01 - Folie', [Umsatzstatistik.STNBTR]))&lt;/P&gt;
&lt;P&gt;So I can't just use your code with my data fields, can I?&lt;/P&gt;</description>
      <pubDate>Fri, 01 Mar 2024 12:00:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Apply-button-with-filter-function-to-table/m-p/2425861#M96137</guid>
      <dc:creator>mauricexyz</dc:creator>
      <dc:date>2024-03-01T12:00:29Z</dc:date>
    </item>
    <item>
      <title>Re: Apply button with filter function to table</title>
      <link>https://community.qlik.com/t5/App-Development/Apply-button-with-filter-function-to-table/m-p/2425945#M96142</link>
      <description>&lt;P&gt;First, you should maybe use set analysis for your expression.&lt;/P&gt;
&lt;P&gt;Transforming this :&amp;nbsp;&lt;SPAN&gt;&lt;STRONG&gt;Sum(if ([Artikelwarengruppen.WGVL1] = '01 - Folie', [Umsatzstatistik.STNBTR]))&lt;/STRONG&gt; &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;to this :&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Sum({&amp;lt;[Artikelwarengruppen.WGVL1] = {'01 - Folie'} &amp;gt;} [Umsatzstatistik.STNBTR]))&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Mar 2024 14:05:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Apply-button-with-filter-function-to-table/m-p/2425945#M96142</guid>
      <dc:creator>Antoine04</dc:creator>
      <dc:date>2024-03-01T14:05:45Z</dc:date>
    </item>
    <item>
      <title>Re: Apply button with filter function to table</title>
      <link>https://community.qlik.com/t5/App-Development/Apply-button-with-filter-function-to-table/m-p/2428238#M96346</link>
      <description>&lt;P&gt;Thank you very much for your help. I think the solution is to calculate the product groups with the sales statistics beforehand and not to push them into a table in QlikSense and then work with them.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2024 11:51:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Apply-button-with-filter-function-to-table/m-p/2428238#M96346</guid>
      <dc:creator>mauricexyz</dc:creator>
      <dc:date>2024-03-07T11:51:38Z</dc:date>
    </item>
  </channel>
</rss>

