<?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: OR between two expressions in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/OR-between-two-expressions/m-p/1804226#M65330</link>
    <description>&lt;P&gt;We can union 2 sets in set analsysi by using &amp;lt; &amp;gt;+&amp;lt; &amp;gt;.&amp;nbsp; One set will contain rows where [Sessions Count] is not missing -={} and the other where&amp;nbsp;&lt;SPAN&gt;[Interactions Counter] is not missing:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;count($&lt;SPAN&gt;&amp;lt;&lt;/SPAN&gt;[Sessions Count]-={}&amp;gt;+&amp;lt;&lt;SPAN&gt;[Interactions Counter]-={}&amp;gt;&lt;/SPAN&gt;} Distinct [Client ID])&lt;/P&gt;</description>
    <pubDate>Fri, 30 Apr 2021 15:05:45 GMT</pubDate>
    <dc:creator>GaryGiles</dc:creator>
    <dc:date>2021-04-30T15:05:45Z</dc:date>
    <item>
      <title>OR between two expressions</title>
      <link>https://community.qlik.com/t5/App-Development/OR-between-two-expressions/m-p/1804158#M65320</link>
      <description>&lt;P&gt;Good morning everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have two expressions (from different data sources):&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;One counts the number of Sessions&lt;UL&gt;&lt;LI&gt;Sum([Sessions Counter])&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Other onecounts the number of Interactions&lt;UL&gt;&lt;LI&gt;Sum([Interactions Counter])&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A session is linked to a client (consider, Client ID), as well as a Interaction.&lt;/P&gt;&lt;P&gt;This is where both expressions share the same attribute, Client.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to retrieve the unique number of Clients (Client ID) that had either a Session done &lt;STRONG&gt;OR&lt;/STRONG&gt; a Interaction done.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone help me?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Apr 2021 14:29:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/OR-between-two-expressions/m-p/1804158#M65320</guid>
      <dc:creator>50ShadesOfSalty</dc:creator>
      <dc:date>2021-04-30T14:29:15Z</dc:date>
    </item>
    <item>
      <title>Re: OR between two expressions</title>
      <link>https://community.qlik.com/t5/App-Development/OR-between-two-expressions/m-p/1804226#M65330</link>
      <description>&lt;P&gt;We can union 2 sets in set analsysi by using &amp;lt; &amp;gt;+&amp;lt; &amp;gt;.&amp;nbsp; One set will contain rows where [Sessions Count] is not missing -={} and the other where&amp;nbsp;&lt;SPAN&gt;[Interactions Counter] is not missing:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;count($&lt;SPAN&gt;&amp;lt;&lt;/SPAN&gt;[Sessions Count]-={}&amp;gt;+&amp;lt;&lt;SPAN&gt;[Interactions Counter]-={}&amp;gt;&lt;/SPAN&gt;} Distinct [Client ID])&lt;/P&gt;</description>
      <pubDate>Fri, 30 Apr 2021 15:05:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/OR-between-two-expressions/m-p/1804226#M65330</guid>
      <dc:creator>GaryGiles</dc:creator>
      <dc:date>2021-04-30T15:05:45Z</dc:date>
    </item>
    <item>
      <title>Re: OR between two expressions</title>
      <link>https://community.qlik.com/t5/App-Development/OR-between-two-expressions/m-p/1804227#M65331</link>
      <description>&lt;P&gt;Try checking if the client has non-null counters&lt;/P&gt;&lt;P&gt;Count({&amp;lt;[Client ID]=P({&amp;lt;[Sessions Counter]={"*"}&amp;gt;}[Client ID])+P({&amp;lt;[Interactions Counter]={"*"}&amp;gt;}[Client ID])&amp;gt;}Distinct [Client ID])&lt;/P&gt;</description>
      <pubDate>Fri, 30 Apr 2021 15:06:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/OR-between-two-expressions/m-p/1804227#M65331</guid>
      <dc:creator>jwjackso</dc:creator>
      <dc:date>2021-04-30T15:06:48Z</dc:date>
    </item>
    <item>
      <title>Re: OR between two expressions</title>
      <link>https://community.qlik.com/t5/App-Development/OR-between-two-expressions/m-p/1804231#M65332</link>
      <description>&lt;P&gt;Thank everyone for the answers, i really apreciate it!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For me, the answer from Jwjackso did the trick! Completely forgot about the possibility of p() in here!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Fri, 30 Apr 2021 15:20:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/OR-between-two-expressions/m-p/1804231#M65332</guid>
      <dc:creator>50ShadesOfSalty</dc:creator>
      <dc:date>2021-04-30T15:20:52Z</dc:date>
    </item>
  </channel>
</rss>

