<?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 AND with Set Analysis in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/AND-with-Set-Analysis/m-p/1810815#M66060</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have the following table:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="CT77_0-1622048606981.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/55758i5165490096B1259B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="CT77_0-1622048606981.png" alt="CT77_0-1622048606981.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Now I want filter the data:&lt;/P&gt;&lt;P&gt;I need all IDs where Product = A&amp;nbsp; and Measerument = 5 and also Product = D and Measurement = 3.&lt;BR /&gt;In this case the result is 20.&lt;BR /&gt;&lt;BR /&gt;How can I calculate the formula with set analysis, maybe with the P - function?&lt;BR /&gt;&lt;BR /&gt;Thank you in advanced.&lt;/P&gt;</description>
    <pubDate>Tue, 30 Nov 2021 18:17:33 GMT</pubDate>
    <dc:creator>CT77</dc:creator>
    <dc:date>2021-11-30T18:17:33Z</dc:date>
    <item>
      <title>AND with Set Analysis</title>
      <link>https://community.qlik.com/t5/App-Development/AND-with-Set-Analysis/m-p/1810815#M66060</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have the following table:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="CT77_0-1622048606981.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/55758i5165490096B1259B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="CT77_0-1622048606981.png" alt="CT77_0-1622048606981.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Now I want filter the data:&lt;/P&gt;&lt;P&gt;I need all IDs where Product = A&amp;nbsp; and Measerument = 5 and also Product = D and Measurement = 3.&lt;BR /&gt;In this case the result is 20.&lt;BR /&gt;&lt;BR /&gt;How can I calculate the formula with set analysis, maybe with the P - function?&lt;BR /&gt;&lt;BR /&gt;Thank you in advanced.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Nov 2021 18:17:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/AND-with-Set-Analysis/m-p/1810815#M66060</guid>
      <dc:creator>CT77</dc:creator>
      <dc:date>2021-11-30T18:17:33Z</dc:date>
    </item>
    <item>
      <title>Re: AND with Set Analysis</title>
      <link>https://community.qlik.com/t5/App-Development/AND-with-Set-Analysis/m-p/1810816#M66061</link>
      <description>&lt;P&gt;{&amp;lt;ID=P({&amp;lt;Product={'A'},Measurement={'5'}&amp;gt;}ID)+P({&amp;lt;Product={'D'},Measurement={'3'}&amp;gt;}ID)&amp;gt;}&lt;/P&gt;</description>
      <pubDate>Wed, 26 May 2021 17:27:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/AND-with-Set-Analysis/m-p/1810816#M66061</guid>
      <dc:creator>jwjackso</dc:creator>
      <dc:date>2021-05-26T17:27:47Z</dc:date>
    </item>
    <item>
      <title>Re: AND with Set Analysis</title>
      <link>https://community.qlik.com/t5/App-Development/AND-with-Set-Analysis/m-p/1810821#M66062</link>
      <description>&lt;P&gt;Thank you for your quick answer. Now I think the example wasn´t good enough to explain the problem.&lt;/P&gt;&lt;P&gt;Therefore I have added another row, with product A.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="CT77_0-1622050703693.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/55759i6A4F5C5F89B2808F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="CT77_0-1622050703693.png" alt="CT77_0-1622050703693.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I think your solution give me also the ID 5 (last row). But I need only the IDs where equal for both products.&lt;/P&gt;</description>
      <pubDate>Wed, 26 May 2021 17:46:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/AND-with-Set-Analysis/m-p/1810821#M66062</guid>
      <dc:creator>CT77</dc:creator>
      <dc:date>2021-05-26T17:46:29Z</dc:date>
    </item>
    <item>
      <title>Re: AND with Set Analysis</title>
      <link>https://community.qlik.com/t5/App-Development/AND-with-Set-Analysis/m-p/1810822#M66063</link>
      <description>&lt;P&gt;Change it from a Union to an Intersection&lt;/P&gt;&lt;P&gt;{&amp;lt;ID=P({&amp;lt;Product={'A'},Measurement={'5'}&amp;gt;}ID)&lt;STRONG&gt;*&lt;/STRONG&gt;P({&amp;lt;Product={'D'},Measurement={'3'}&amp;gt;}ID)&amp;gt;}&lt;/P&gt;</description>
      <pubDate>Wed, 26 May 2021 17:55:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/AND-with-Set-Analysis/m-p/1810822#M66063</guid>
      <dc:creator>jwjackso</dc:creator>
      <dc:date>2021-05-26T17:55:58Z</dc:date>
    </item>
    <item>
      <title>Re: AND with Set Analysis</title>
      <link>https://community.qlik.com/t5/App-Development/AND-with-Set-Analysis/m-p/1810828#M66065</link>
      <description>&lt;P&gt;Perfect, Thank you. I´ve never seen this union bevor.&lt;/P&gt;</description>
      <pubDate>Wed, 26 May 2021 18:05:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/AND-with-Set-Analysis/m-p/1810828#M66065</guid>
      <dc:creator>CT77</dc:creator>
      <dc:date>2021-05-26T18:05:51Z</dc:date>
    </item>
  </channel>
</rss>

