<?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 analysis with linked half empty tables in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Set-analysis-with-linked-half-empty-tables/m-p/1637076#M47471</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;with this expression it seems to work:&lt;/P&gt;&lt;P&gt;=Aggr(If(Len(Concat(DISTINCT Marketing &amp;amp; Subscribed))=0,Only(Email)), Email)&lt;/P&gt;</description>
    <pubDate>Fri, 18 Oct 2019 09:57:24 GMT</pubDate>
    <dc:creator>StarinieriG</dc:creator>
    <dc:date>2019-10-18T09:57:24Z</dc:date>
    <item>
      <title>Set analysis with linked half empty tables</title>
      <link>https://community.qlik.com/t5/App-Development/Set-analysis-with-linked-half-empty-tables/m-p/1633757#M47193</link>
      <description>&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Hi!&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Consider the load script&amp;nbsp;below:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;Set NullInterpret = '';&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;Customer:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;LOAD * Inline [&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ID , Name , Email &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;123 , 'bob' , 'bob@cmail.com',&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;124 , 'penny' , 'penny@cmail.com',&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;125 , 'fitch' , 'fitch@cmail.com',&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;126 , 'clair' , 'clair@cmail.com',&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;127 , 'tom' , 'tom@cmail.com'&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;];&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;Newsletter:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;LOAD * Inline [&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Email, Subscribed, Marketing,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;'bob@cmail.com', 1, 1,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;'penny@cmail.com', , ,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;'fitch@cmail.com', 1, &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;'tom@cmail.com', , 1,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;'glenn@cmail.com', 1, 1,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;'jay@cmail.com', , ,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;];&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;I would like to create a table with a calculated dimension with all email&amp;nbsp;&lt;/FONT&gt;&lt;FONT face="arial, helvetica, sans-serif"&gt;addresses where either the fields "Subscribed" and "Marketing" are both null, or no row exists in the Newsletter table. How can I achieve this?&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;I have tried things like:&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;=aggr(only({$-&amp;lt;Marketing={'1'}&amp;gt;-&amp;lt;Subscribed={'1'}&amp;gt;} Email), Email)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;However, that doesn't give me the adress jay@cmail.com, which I want to include (as it is not associated with Marketing or Subscribed. How can I achieve this?&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Arvid&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2019 15:25:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-analysis-with-linked-half-empty-tables/m-p/1633757#M47193</guid>
      <dc:creator>fluxfrog</dc:creator>
      <dc:date>2019-10-10T15:25:20Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis with linked half empty tables</title>
      <link>https://community.qlik.com/t5/App-Development/Set-analysis-with-linked-half-empty-tables/m-p/1637076#M47471</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;with this expression it seems to work:&lt;/P&gt;&lt;P&gt;=Aggr(If(Len(Concat(DISTINCT Marketing &amp;amp; Subscribed))=0,Only(Email)), Email)&lt;/P&gt;</description>
      <pubDate>Fri, 18 Oct 2019 09:57:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-analysis-with-linked-half-empty-tables/m-p/1637076#M47471</guid>
      <dc:creator>StarinieriG</dc:creator>
      <dc:date>2019-10-18T09:57:24Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis with linked half empty tables</title>
      <link>https://community.qlik.com/t5/App-Development/Set-analysis-with-linked-half-empty-tables/m-p/1637128#M47485</link>
      <description>&lt;P&gt;Another option you can try is the following&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;=Aggr(Only({$&amp;lt;Email -= p({&amp;lt;Marketing = {'1'}&amp;gt;})+p({&amp;lt;Subscribed={'1'}&amp;gt;})&amp;gt;} Email), Email)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Oct 2019 11:30:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-analysis-with-linked-half-empty-tables/m-p/1637128#M47485</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-10-18T11:30:48Z</dc:date>
    </item>
  </channel>
</rss>

