<?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: Select values matching search criteria with set expressions in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Select-values-matching-search-criteria-with-set-expressions/m-p/1920203#M75745</link>
    <description>&lt;P&gt;I think here the thing you are trying to achieve should be done through "Select values matching search criteria". The other option you used does not work with the set expressions&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 20 Apr 2022 06:30:36 GMT</pubDate>
    <dc:creator>amantyagi1492</dc:creator>
    <dc:date>2022-04-20T06:30:36Z</dc:date>
    <item>
      <title>Select values matching search criteria with set expressions</title>
      <link>https://community.qlik.com/t5/App-Development/Select-values-matching-search-criteria-with-set-expressions/m-p/1876062#M72216</link>
      <description>&lt;P&gt;I have read a post about the correct usage of the "Select values matching search criteria" action for buttons.&lt;BR /&gt;&lt;A href="https://community.qlik.com/t5/New-to-Qlik-Sense/Qlik-Sense-action-button-for-selecting-multiple-values-in-a/td-p/1843387" target="_blank"&gt;https://community.qlik.com/t5/New-to-Qlik-Sense/Qlik-Sense-action-button-for-selecting-multiple-values-in-a/td-p/1843387&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;According to that post the correct Syntax to filter the values is " ='(customer1|customer2)'. However, I want to filter based on a set expression that only select customers whose order number is &amp;gt; 10.&amp;nbsp;&lt;BR /&gt;Something like&amp;nbsp;&lt;BR /&gt;{&amp;lt;Count([DISTINCT OrderID])={"&amp;gt;=10"}&amp;gt;} Customer&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;This doesn't work - maybe because the set expression is incorrect or maybe because the button action can't handle the output format.&lt;/P&gt;
&lt;P&gt;Thanks for your support!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 16:52:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Select-values-matching-search-criteria-with-set-expressions/m-p/1876062#M72216</guid>
      <dc:creator>Luca1</dc:creator>
      <dc:date>2024-11-16T16:52:24Z</dc:date>
    </item>
    <item>
      <title>Re: Select values matching search criteria with set expressions</title>
      <link>https://community.qlik.com/t5/App-Development/Select-values-matching-search-criteria-with-set-expressions/m-p/1876127#M72224</link>
      <description>&lt;P&gt;Try this:&lt;/P&gt;
&lt;P&gt;Aggr(Rank(&lt;SPAN&gt;Count([DISTINCT OrderID]),4),Customer)&amp;gt;=10,Cutomer)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Vikas&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Dec 2021 12:36:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Select-values-matching-search-criteria-with-set-expressions/m-p/1876127#M72224</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2021-12-30T12:36:41Z</dc:date>
    </item>
    <item>
      <title>Re: Select values matching search criteria with set expressions</title>
      <link>https://community.qlik.com/t5/App-Development/Select-values-matching-search-criteria-with-set-expressions/m-p/1876140#M72225</link>
      <description>&lt;P&gt;Thank you for your suggestion! If I use this expression, the expression editor complains about the expression with the error message from the screenshot below. I think there may be some mismatching bracket.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2021-12-30 at 13.57.04.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/69393i54CA1E121C0E5364/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screen Shot 2021-12-30 at 13.57.04.png" alt="Screen Shot 2021-12-30 at 13.57.04.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Dec 2021 12:57:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Select-values-matching-search-criteria-with-set-expressions/m-p/1876140#M72225</guid>
      <dc:creator>Luca1</dc:creator>
      <dc:date>2021-12-30T12:57:31Z</dc:date>
    </item>
    <item>
      <title>Re: Select values matching search criteria with set expressions</title>
      <link>https://community.qlik.com/t5/App-Development/Select-values-matching-search-criteria-with-set-expressions/m-p/1876146#M72226</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Aggr(Rank(&lt;/SPAN&gt;&lt;SPAN&gt;Count([DISTINCT OrderID],4),Customer)&amp;gt;=10,Cutomer)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Dec 2021 13:27:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Select-values-matching-search-criteria-with-set-expressions/m-p/1876146#M72226</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2021-12-30T13:27:31Z</dc:date>
    </item>
    <item>
      <title>Re: Select values matching search criteria with set expressions</title>
      <link>https://community.qlik.com/t5/App-Development/Select-values-matching-search-criteria-with-set-expressions/m-p/1876164#M72228</link>
      <description>&lt;P&gt;Hey, unfortunately your solution didn't work in my case. However, I have found a workaround to achieve my goal without using a button filter. Still, I would be interested in why this approach doesn't work. Potentially, there is no match found because the expression is not 100% accurate.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Dec 2021 14:04:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Select-values-matching-search-criteria-with-set-expressions/m-p/1876164#M72228</guid>
      <dc:creator>Luca1</dc:creator>
      <dc:date>2021-12-30T14:04:17Z</dc:date>
    </item>
    <item>
      <title>Re: Select values matching search criteria with set expressions</title>
      <link>https://community.qlik.com/t5/App-Development/Select-values-matching-search-criteria-with-set-expressions/m-p/1876184#M72231</link>
      <description>&lt;P&gt;Sorry Let me check at my end&amp;nbsp; will get back you tomorrow.&lt;/P&gt;
&lt;P&gt;Vikas&lt;/P&gt;</description>
      <pubDate>Thu, 30 Dec 2021 14:42:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Select-values-matching-search-criteria-with-set-expressions/m-p/1876184#M72231</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2021-12-30T14:42:24Z</dc:date>
    </item>
    <item>
      <title>Re: Select values matching search criteria with set expressions</title>
      <link>https://community.qlik.com/t5/App-Development/Select-values-matching-search-criteria-with-set-expressions/m-p/1920203#M75745</link>
      <description>&lt;P&gt;I think here the thing you are trying to achieve should be done through "Select values matching search criteria". The other option you used does not work with the set expressions&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Apr 2022 06:30:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Select-values-matching-search-criteria-with-set-expressions/m-p/1920203#M75745</guid>
      <dc:creator>amantyagi1492</dc:creator>
      <dc:date>2022-04-20T06:30:36Z</dc:date>
    </item>
    <item>
      <title>Re: Select values matching search criteria with set expressions</title>
      <link>https://community.qlik.com/t5/App-Development/Select-values-matching-search-criteria-with-set-expressions/m-p/1920219#M75748</link>
      <description>&lt;P&gt;Try the search string like:&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;'=Count(DISTINCT OrderID)&amp;gt;=10'&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Apr 2022 06:54:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Select-values-matching-search-criteria-with-set-expressions/m-p/1920219#M75748</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2022-04-20T06:54:54Z</dc:date>
    </item>
  </channel>
</rss>

