<?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: Set Intersection in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Set-Intersection/m-p/1575168#M41902</link>
    <description>&lt;P&gt;Can you share few rows of data from each table and explain what the output needs to look like from the sample data you have shared?&lt;/P&gt;</description>
    <pubDate>Tue, 30 Apr 2019 15:14:09 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2019-04-30T15:14:09Z</dc:date>
    <item>
      <title>Set Intersection</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Intersection/m-p/1574992#M41878</link>
      <description>&lt;P&gt;Hi, i have two me id's where there is similar id's in two tables. i need to find intersection of them. Is the below one correct?&lt;/P&gt;&lt;P&gt;count(distinct ME1)*count({&amp;lt;Type = {'Interactions'}&amp;gt;}distinct [ME ID])&lt;/P&gt;&lt;P&gt;ME1, [ME ID] are the two id's from two different tables&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 05:57:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Intersection/m-p/1574992#M41878</guid>
      <dc:creator>prutis66</dc:creator>
      <dc:date>2024-11-16T05:57:50Z</dc:date>
    </item>
    <item>
      <title>Re: Set Intersection</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Intersection/m-p/1575003#M41879</link>
      <description>&lt;P&gt;Would you be able to show it with a help of a sample to show what you have and what you are trying to count?&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2019 11:51:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Intersection/m-p/1575003#M41879</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-04-30T11:51:05Z</dc:date>
    </item>
    <item>
      <title>Re: Set Intersection</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Intersection/m-p/1575010#M41881</link>
      <description>&lt;P&gt;Hi Sunny, Thnx for reply. Just imagine there are two tables one table is having one set of me id's with id name "ME1" the other table is having set of me id's with id name&amp;nbsp;"[ME ID]" . As shown in previous post, I need to find intersection of me id's(it means two tables are having common me id's)&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2019 11:57:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Intersection/m-p/1575010#M41881</guid>
      <dc:creator>prutis66</dc:creator>
      <dc:date>2019-04-30T11:57:12Z</dc:date>
    </item>
    <item>
      <title>Re: Set Intersection</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Intersection/m-p/1575023#M41883</link>
      <description>&lt;P&gt;May be this&lt;/P&gt;&lt;P&gt;Count(DISTINCT {&amp;lt;[ME ID] = P(ME1)&amp;gt;} [ME ID])&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2019 12:05:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Intersection/m-p/1575023#M41883</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-04-30T12:05:39Z</dc:date>
    </item>
    <item>
      <title>Re: Set Intersection</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Intersection/m-p/1575104#M41896</link>
      <description>&lt;P&gt;will add some example later on , meanwhile can you help me with resident load not working with where exists?&lt;/P&gt;&lt;P&gt;THanks in advance&lt;/P&gt;&lt;P&gt;ME:&lt;BR /&gt;LOAD&lt;BR /&gt;ME1,&lt;/P&gt;&lt;P&gt;abc&lt;/P&gt;&lt;P&gt;from file.xyz;&lt;/P&gt;&lt;P&gt;Interactions:&lt;BR /&gt;LOAD&lt;BR /&gt;"ME ID",&lt;BR /&gt;"MSL ID"&lt;/P&gt;&lt;P&gt;from file2.xyz;&lt;/P&gt;&lt;P&gt;inc:&lt;BR /&gt;load&lt;BR /&gt;"ME ID" as ME_ID_Incn,&lt;BR /&gt;"MSL ID" as MSL_ID_Incn&lt;BR /&gt;Resident Interactions&lt;BR /&gt;Where Exists(ME1);&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2019 14:12:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Intersection/m-p/1575104#M41896</guid>
      <dc:creator>prutis66</dc:creator>
      <dc:date>2019-04-30T14:12:07Z</dc:date>
    </item>
    <item>
      <title>Re: Set Intersection</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Intersection/m-p/1575113#M41898</link>
      <description>&lt;P&gt;May be try this&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Where Exists(ME1&lt;FONT color="#FF0000"&gt;, "ME ID"&lt;/FONT&gt;);&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2019 14:21:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Intersection/m-p/1575113#M41898</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-04-30T14:21:50Z</dc:date>
    </item>
    <item>
      <title>Re: Set Intersection</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Intersection/m-p/1575162#M41901</link>
      <description>&lt;P&gt;Thanks Sunny for Reply!! but it is giving id's which are in other table I want only id's which are same as&amp;nbsp; in table where ME1 is present.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2019 15:10:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Intersection/m-p/1575162#M41901</guid>
      <dc:creator>prutis66</dc:creator>
      <dc:date>2019-04-30T15:10:30Z</dc:date>
    </item>
    <item>
      <title>Re: Set Intersection</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Intersection/m-p/1575168#M41902</link>
      <description>&lt;P&gt;Can you share few rows of data from each table and explain what the output needs to look like from the sample data you have shared?&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2019 15:14:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Intersection/m-p/1575168#M41902</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-04-30T15:14:09Z</dc:date>
    </item>
    <item>
      <title>Re: Set Intersection</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Intersection/m-p/1575270#M41916</link>
      <description>&lt;P&gt;Hi Thanks,&lt;/P&gt;&lt;P&gt;For your understanding&amp;nbsp; I am attaching excel, which has two tables "interactions" and "ME". Say ME is like doctor and MSL is like salesrep. MSL's&amp;nbsp; have specifically assigned me's to them&amp;nbsp;and they make interactions. In general msl's can interact with me's even though some ME is not assigned to them.&lt;/P&gt;&lt;P&gt;Interaction data is given in "interactions" table, me's assigned to msl is given in "ME" table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now my requirement is I have to find count of me's which have interactions only with me's assigned to them. So is why I wrote below script:&lt;/P&gt;&lt;P&gt;ME:&lt;BR /&gt;LOAD&lt;BR /&gt;ME1,&lt;/P&gt;&lt;P&gt;abc&lt;/P&gt;&lt;P&gt;from file.xyz;&lt;/P&gt;&lt;P&gt;Interactions:&lt;BR /&gt;LOAD&lt;BR /&gt;"ME ID",&lt;BR /&gt;"MSL ID"&lt;/P&gt;&lt;P&gt;from file2.xyz;&lt;/P&gt;&lt;P&gt;inc:&lt;BR /&gt;load&lt;BR /&gt;"ME ID" as ME_ID_Incn,&lt;BR /&gt;"MSL ID" as MSL_ID_Incn&lt;BR /&gt;Resident Interactions&lt;BR /&gt;Where Exists(ME1);&lt;/P&gt;&lt;P&gt;The inc table&amp;nbsp; should ideally give msl details who have interacted with me's present in "ME" table. Hope this is clear.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2019 17:43:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Intersection/m-p/1575270#M41916</guid>
      <dc:creator>prutis66</dc:creator>
      <dc:date>2019-04-30T17:43:56Z</dc:date>
    </item>
  </channel>
</rss>

