<?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 Instersect values from field in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Instersect-values-from-field/m-p/1794789#M62280</link>
    <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;i have users table and value table which is linked from id column.&lt;/P&gt;&lt;P&gt;on the table object its like this;&lt;/P&gt;&lt;P&gt;user1,value1&lt;/P&gt;&lt;P&gt;user1,value2&lt;/P&gt;&lt;P&gt;user2,value2&lt;/P&gt;&lt;P&gt;user2,value3&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When i make selections from users column its reveal all possible values from value col. what i want to achieve is intersect of this values.&amp;nbsp;&lt;/P&gt;&lt;P&gt;example: i make selections user1 and user2, then i want to reveal common value for the selected users (in this example its value2).Sometimes users may shares more than 1 value or selections can made more than 2 user.&lt;/P&gt;&lt;P&gt;I tried&amp;nbsp;GetFieldSelections() with match() but couldnt achieve the result :(.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 26 Mar 2021 12:26:34 GMT</pubDate>
    <dc:creator>BTIZAG_OA</dc:creator>
    <dc:date>2021-03-26T12:26:34Z</dc:date>
    <item>
      <title>Instersect values from field</title>
      <link>https://community.qlik.com/t5/App-Development/Instersect-values-from-field/m-p/1794789#M62280</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;i have users table and value table which is linked from id column.&lt;/P&gt;&lt;P&gt;on the table object its like this;&lt;/P&gt;&lt;P&gt;user1,value1&lt;/P&gt;&lt;P&gt;user1,value2&lt;/P&gt;&lt;P&gt;user2,value2&lt;/P&gt;&lt;P&gt;user2,value3&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When i make selections from users column its reveal all possible values from value col. what i want to achieve is intersect of this values.&amp;nbsp;&lt;/P&gt;&lt;P&gt;example: i make selections user1 and user2, then i want to reveal common value for the selected users (in this example its value2).Sometimes users may shares more than 1 value or selections can made more than 2 user.&lt;/P&gt;&lt;P&gt;I tried&amp;nbsp;GetFieldSelections() with match() but couldnt achieve the result :(.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Mar 2021 12:26:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Instersect-values-from-field/m-p/1794789#M62280</guid>
      <dc:creator>BTIZAG_OA</dc:creator>
      <dc:date>2021-03-26T12:26:34Z</dc:date>
    </item>
    <item>
      <title>Re: Instersect values from field</title>
      <link>https://community.qlik.com/t5/App-Development/Instersect-values-from-field/m-p/1794833#M62283</link>
      <description>&lt;P&gt;You want to show Values where the count of value is &amp;gt; 1.&lt;/P&gt;&lt;P&gt;Create a Table chart with:&lt;/P&gt;&lt;P&gt;Dimension: &lt;FONT face="courier new,courier"&gt;Value&lt;/FONT&gt;&lt;BR /&gt;Measure:&amp;nbsp;&lt;FONT face="courier new,courier"&gt;&lt;SPAN class="s1"&gt;Count&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;({&amp;lt;&lt;/SPAN&gt;Value&lt;SPAN class="s2"&gt;={&lt;/SPAN&gt;"=Count(Value)&amp;gt;1"&lt;SPAN class="s2"&gt;}&amp;gt;}&lt;/SPAN&gt;Value&lt;/FONT&gt;&lt;SPAN class="s2"&gt;&lt;FONT face="courier new,courier"&gt;)&lt;/FONT&gt;&lt;SPAN class="Apple-converted-space"&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;&lt;SPAN class="Apple-converted-space"&gt;Measure:&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN class="s1"&gt;Concat&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;({&amp;lt;&lt;/SPAN&gt;Value&lt;SPAN class="s2"&gt;={&lt;/SPAN&gt;"=Count(Value)&amp;gt;1"&lt;SPAN class="s2"&gt;}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;DISTINCT&lt;/SPAN&gt; User&lt;SPAN class="s2"&gt;, ', ')&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; // Optional&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="s2"&gt;&lt;SPAN class="Apple-converted-space"&gt;-Rob&lt;BR /&gt;&lt;A href="http://masterssummit.com" target="_blank"&gt;http://masterssummit.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://qlikviewcookbook.com" target="_blank"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www.easyqlik.com" target="_blank"&gt;http://www.easyqlik.com&lt;/A&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Mar 2021 13:25:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Instersect-values-from-field/m-p/1794833#M62283</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2021-03-26T13:25:23Z</dc:date>
    </item>
  </channel>
</rss>

