<?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 Set Analysis question in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Set-Analysis-question/m-p/1794095#M62187</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;i have a stupid question i think but here it goes:&lt;BR /&gt;The following SET ANALYSIS counts the IDs where name is either test &lt;STRONG&gt;OR&lt;/STRONG&gt; test2.&lt;BR /&gt;I am wondering if there is a way to achieve that only the IDs are counted where name is test &lt;STRONG&gt;AND&lt;/STRONG&gt; test2.&lt;BR /&gt;I know i could solve that problem somehow via the data script but i was hoping to do it with SA.&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Count
(
  {
    $&amp;lt;              
      [Name] = {'test', 'test2'}
    &amp;gt;
  }

  ID
)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 24 Mar 2021 13:37:07 GMT</pubDate>
    <dc:creator>schmidtj</dc:creator>
    <dc:date>2021-03-24T13:37:07Z</dc:date>
    <item>
      <title>Set Analysis question</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Analysis-question/m-p/1794095#M62187</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;i have a stupid question i think but here it goes:&lt;BR /&gt;The following SET ANALYSIS counts the IDs where name is either test &lt;STRONG&gt;OR&lt;/STRONG&gt; test2.&lt;BR /&gt;I am wondering if there is a way to achieve that only the IDs are counted where name is test &lt;STRONG&gt;AND&lt;/STRONG&gt; test2.&lt;BR /&gt;I know i could solve that problem somehow via the data script but i was hoping to do it with SA.&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Count
(
  {
    $&amp;lt;              
      [Name] = {'test', 'test2'}
    &amp;gt;
  }

  ID
)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Mar 2021 13:37:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Analysis-question/m-p/1794095#M62187</guid>
      <dc:creator>schmidtj</dc:creator>
      <dc:date>2021-03-24T13:37:07Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis question</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Analysis-question/m-p/1794111#M62190</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/21120"&gt;@schmidtj&lt;/a&gt;&amp;nbsp;!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;How is possible the field name have "test" AND 'test2' value??&lt;/P&gt;&lt;P&gt;I think what you trying to do is impossible.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Mar 2021 14:23:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Analysis-question/m-p/1794111#M62190</guid>
      <dc:creator>joaopaulo_delco</dc:creator>
      <dc:date>2021-03-24T14:23:22Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis question</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Analysis-question/m-p/1794116#M62192</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;well ok i dont mean the name of the field i mean the value of the field 'Name'.&lt;BR /&gt;It is basically a 1:n relation so 'Name' can have multiple values.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Mar 2021 14:31:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Analysis-question/m-p/1794116#M62192</guid>
      <dc:creator>schmidtj</dc:creator>
      <dc:date>2021-03-24T14:31:57Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis question</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Analysis-question/m-p/1794178#M62203</link>
      <description>&lt;P&gt;I think it's&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;&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;ID&lt;SPAN class="s2"&gt;=&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;P&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;({&amp;lt;&lt;/SPAN&gt;Name&lt;SPAN class="s2"&gt;={&lt;/SPAN&gt;'test'&lt;SPAN class="s2"&gt;}&amp;gt;})&amp;gt; * &amp;lt;&lt;/SPAN&gt;ID&lt;SPAN class="s2"&gt;=&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;P&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;({&amp;lt;&lt;/SPAN&gt;Name&lt;SPAN class="s2"&gt;={&lt;/SPAN&gt;'test2'&lt;SPAN class="s2"&gt;}&amp;gt;})&amp;gt; }&amp;nbsp;&lt;/SPAN&gt;ID&lt;SPAN class="s2"&gt;)&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN class="s2"&gt;&lt;SPAN class="Apple-converted-space"&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;-Rob&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;A href="http://masterssummit.com" target="_blank"&gt;http://masterssummit.com&lt;/A&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;A href="http://qlikviewcookbook.com" target="_blank"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;A href="http://www.easyqlik.com" target="_blank"&gt;http://www.easyqlik.com&lt;/A&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Mar 2021 16:57:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Analysis-question/m-p/1794178#M62203</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2021-03-24T16:57:42Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis question</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Analysis-question/m-p/1794332#M62220</link>
      <description>&lt;P&gt;Great, thanks working, thanks a lot!&lt;/P&gt;</description>
      <pubDate>Thu, 25 Mar 2021 08:33:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Analysis-question/m-p/1794332#M62220</guid>
      <dc:creator>schmidtj</dc:creator>
      <dc:date>2021-03-25T08:33:37Z</dc:date>
    </item>
  </channel>
</rss>

