<?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: Only one-to-one in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Only-one-to-one/m-p/819613#M288960</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can using the e() function. I had to augment your sample but here is the result:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum( {$&amp;lt;Employee=e( {1&amp;lt;Region={'Americas'}&amp;gt;})&amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/72230_Capture.PNG.png" style="width: 620px; height: 245px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Nov 2014 22:10:32 GMT</pubDate>
    <dc:creator>JonnyPoole</dc:creator>
    <dc:date>2014-11-26T22:10:32Z</dc:date>
    <item>
      <title>Only one-to-one</title>
      <link>https://community.qlik.com/t5/QlikView/Only-one-to-one/m-p/819610#M288957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use Case:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 197px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="20" width="69"&gt;Employee&lt;/TD&gt;&lt;TD width="64"&gt;Sales&lt;/TD&gt;&lt;TD width="64"&gt;Region&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;A&lt;/TD&gt;&lt;TD align="right"&gt;500&lt;/TD&gt;&lt;TD&gt;Americas&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;B&lt;/TD&gt;&lt;TD align="right"&gt;600&lt;/TD&gt;&lt;TD&gt;Europe&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;B&lt;/TD&gt;&lt;TD align="right"&gt;300&lt;/TD&gt;&lt;TD&gt;Asia&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;B&lt;/TD&gt;&lt;TD align="right"&gt;400&lt;/TD&gt;&lt;TD&gt;Americas&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;C&lt;/TD&gt;&lt;TD align="right"&gt;200&lt;/TD&gt;&lt;TD&gt;Americas&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;C&lt;/TD&gt;&lt;TD align="right"&gt;500&lt;/TD&gt;&lt;TD&gt;Europe&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my Set analysis statement, I'm interested in Employees who made sales in Americas only. A above, discard B and C.&lt;/P&gt;&lt;P&gt;My set expressions is little complex and Only() doesn't seem to work, is there an alternate ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Nov 2014 18:44:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Only-one-to-one/m-p/819610#M288957</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-25T18:44:54Z</dc:date>
    </item>
    <item>
      <title>Re: Only one-to-one</title>
      <link>https://community.qlik.com/t5/QlikView/Only-one-to-one/m-p/819611#M288958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This will look at only the records with 'Americas' and the employees who have sold to one region&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum( {$&amp;lt;Region={'Americas'},Employee={"=count(distinct Region)=1"}&amp;gt;}&amp;nbsp; Sales) &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Nov 2014 18:52:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Only-one-to-one/m-p/819611#M288958</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2014-11-25T18:52:07Z</dc:date>
    </item>
    <item>
      <title>Re: Only one-to-one</title>
      <link>https://community.qlik.com/t5/QlikView/Only-one-to-one/m-p/819612#M288959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jonathan.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have another slightly different requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible via Set Expression to look for Employees who made Sales in Europe and/or Asia but exclude all those who made Sales in America, even if they made in Europe and/or Asia.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 20:57:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Only-one-to-one/m-p/819612#M288959</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-26T20:57:32Z</dc:date>
    </item>
    <item>
      <title>Re: Only one-to-one</title>
      <link>https://community.qlik.com/t5/QlikView/Only-one-to-one/m-p/819613#M288960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can using the e() function. I had to augment your sample but here is the result:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum( {$&amp;lt;Employee=e( {1&amp;lt;Region={'Americas'}&amp;gt;})&amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/72230_Capture.PNG.png" style="width: 620px; height: 245px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 22:10:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Only-one-to-one/m-p/819613#M288960</guid>
      <dc:creator>JonnyPoole</dc:creator>
      <dc:date>2014-11-26T22:10:32Z</dc:date>
    </item>
  </channel>
</rss>

