<?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: XOR Function in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/XOR-Function/m-p/1315212#M408405</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can accomplish this by using set analysis and an expression search.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your original post may not be the most detailed (your table looks like an aggregated end-result instead of a base table from which to start), but you can try with a straight table that includes dimensions &lt;SPAN style="font-family: 'courier new', courier;"&gt;User&lt;/SPAN&gt; &amp;amp; &lt;SPAN style="font-family: 'courier new', courier;"&gt;Area&lt;/SPAN&gt;, and an expression like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;=sum({&amp;lt;User*={"=count({1} DISTINCT Area)=1"}&amp;gt;} [X Sales]+[Y Sales])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See also the example in attachment&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 31 Mar 2017 06:34:08 GMT</pubDate>
    <dc:creator>Peter_Cammaert</dc:creator>
    <dc:date>2017-03-31T06:34:08Z</dc:date>
    <item>
      <title>XOR Function</title>
      <link>https://community.qlik.com/t5/QlikView/XOR-Function/m-p/1315209#M408402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;Could someone help me with this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have table as below. But i want to see rows to user who belong to any one AREA but not both or NULL &lt;/P&gt;&lt;P&gt;OutPut: B and C.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Sample.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/158396_Sample.png" style="height: auto;" /&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Mar 2017 22:04:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/XOR-Function/m-p/1315209#M408402</guid>
      <dc:creator />
      <dc:date>2017-03-30T22:04:17Z</dc:date>
    </item>
    <item>
      <title>Re: XOR Function</title>
      <link>https://community.qlik.com/t5/QlikView/XOR-Function/m-p/1315210#M408403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;XOR we can use like If condition -- &lt;STRONG&gt;If(XSales &amp;gt;= 20 or YSales &amp;lt;=30, 'True','False')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;Can you share sample data and expected output which demonstrates the output&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Mar 2017 05:23:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/XOR-Function/m-p/1315210#M408403</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-03-31T05:23:03Z</dc:date>
    </item>
    <item>
      <title>Re: XOR Function</title>
      <link>https://community.qlik.com/t5/QlikView/XOR-Function/m-p/1315211#M408404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use "\" for XOR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For details read below thread &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/4663"&gt;Implicit Set Operators&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Mar 2017 05:49:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/XOR-Function/m-p/1315211#M408404</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2017-03-31T05:49:35Z</dc:date>
    </item>
    <item>
      <title>Re: XOR Function</title>
      <link>https://community.qlik.com/t5/QlikView/XOR-Function/m-p/1315212#M408405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can accomplish this by using set analysis and an expression search.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your original post may not be the most detailed (your table looks like an aggregated end-result instead of a base table from which to start), but you can try with a straight table that includes dimensions &lt;SPAN style="font-family: 'courier new', courier;"&gt;User&lt;/SPAN&gt; &amp;amp; &lt;SPAN style="font-family: 'courier new', courier;"&gt;Area&lt;/SPAN&gt;, and an expression like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;=sum({&amp;lt;User*={"=count({1} DISTINCT Area)=1"}&amp;gt;} [X Sales]+[Y Sales])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See also the example in attachment&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Mar 2017 06:34:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/XOR-Function/m-p/1315212#M408405</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2017-03-31T06:34:08Z</dc:date>
    </item>
    <item>
      <title>Re: XOR Function</title>
      <link>https://community.qlik.com/t5/QlikView/XOR-Function/m-p/1315213#M408406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And with increasing number of Areas, you might want to make it dynamic like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=sum({&amp;lt;User*={"=count({1} DISTINCT Area)&lt;STRONG&gt;&amp;lt;$(=count(Distinct Area))"}&lt;/STRONG&gt;&amp;gt;} [X Sales]+[Y Sales])&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Mar 2017 06:53:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/XOR-Function/m-p/1315213#M408406</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-03-31T06:53:42Z</dc:date>
    </item>
  </channel>
</rss>

