<?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: How can I filter by only items that match multiple selected dimensions (same field)? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-can-I-filter-by-only-items-that-match-multiple-selected/m-p/1457537#M35907</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or this if you would want to see 100% when nothing is selected.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Count(DISTINCT Skill)/If(GetSelectedCount(Skill) = 0, Count(DISTINCT Skill), GetSelectedCount(Skill))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also attaching Qlik Sense sample&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="188601" alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/188601_Capture.PNG" style="height: 151px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Jan 2018 20:35:05 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2018-01-02T20:35:05Z</dc:date>
    <item>
      <title>How can I filter by only items that match multiple selected dimensions (same field)?</title>
      <link>https://community.qlik.com/t5/App-Development/How-can-I-filter-by-only-items-that-match-multiple-selected/m-p/1457535#M35905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am working on an app that would allow the user to search capacity based on skillsets.&amp;nbsp; So my data includes lists of members and their respective skillsets, here is a rough sample of what it would look like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Member1&amp;nbsp; |&amp;nbsp;&amp;nbsp; Skillset 1&lt;/P&gt;&lt;P&gt;Member1&amp;nbsp; |&amp;nbsp;&amp;nbsp; Skillset 2&lt;/P&gt;&lt;P&gt;Member1&amp;nbsp; |&amp;nbsp;&amp;nbsp; Skillset 3&lt;/P&gt;&lt;P&gt;Member1&amp;nbsp; |&amp;nbsp;&amp;nbsp; Skillset 4&lt;/P&gt;&lt;P&gt;Member2&amp;nbsp; |&amp;nbsp;&amp;nbsp; Skillset 1&lt;/P&gt;&lt;P&gt;Member2&amp;nbsp; |&amp;nbsp;&amp;nbsp; Skillset 4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to allow the app users to search for "% matches" of skillsets, so if they selected Skillsets 1, 2, and 4 the table would display Member1 as 100% match and member 2 as 66% match. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help on how to do this would be greatly appreciated, I have tried what feels like 20 different approachs but have been getting odd/misleading results or errors.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jan 2018 19:15:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-can-I-filter-by-only-items-that-match-multiple-selected/m-p/1457535#M35905</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-02T19:15:21Z</dc:date>
    </item>
    <item>
      <title>Re: How can I filter by only items that match multiple selected dimensions (same field)?</title>
      <link>https://community.qlik.com/t5/App-Development/How-can-I-filter-by-only-items-that-match-multiple-selected/m-p/1457536#M35906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Count(DISTINCT Skill)/GetSelectedCount(Skill)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/188587_Capture.PNG" style="height: auto;" /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jan 2018 20:30:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-can-I-filter-by-only-items-that-match-multiple-selected/m-p/1457536#M35906</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-01-02T20:30:37Z</dc:date>
    </item>
    <item>
      <title>Re: How can I filter by only items that match multiple selected dimensions (same field)?</title>
      <link>https://community.qlik.com/t5/App-Development/How-can-I-filter-by-only-items-that-match-multiple-selected/m-p/1457537#M35907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or this if you would want to see 100% when nothing is selected.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Count(DISTINCT Skill)/If(GetSelectedCount(Skill) = 0, Count(DISTINCT Skill), GetSelectedCount(Skill))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also attaching Qlik Sense sample&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="188601" alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/188601_Capture.PNG" style="height: 151px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jan 2018 20:35:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-can-I-filter-by-only-items-that-match-multiple-selected/m-p/1457537#M35907</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-01-02T20:35:05Z</dc:date>
    </item>
    <item>
      <title>Re: How can I filter by only items that match multiple selected dimensions (same field)?</title>
      <link>https://community.qlik.com/t5/App-Development/How-can-I-filter-by-only-items-that-match-multiple-selected/m-p/1457538#M35908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This worked perfectly!! Thanks!&amp;nbsp; I was getting lost down the "aggregates inside aggregates" wormhole and lost sight of this type of approach. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jan 2018 21:05:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-can-I-filter-by-only-items-that-match-multiple-selected/m-p/1457538#M35908</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-02T21:05:01Z</dc:date>
    </item>
  </channel>
</rss>

