<?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: Show Excluded and Refine Results in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Show-Excluded-and-Refine-Results/m-p/650760#M474109</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its always harder to search for the absence of something! Search the community for AND NOT - I saw something recently on a similar topic that might help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Oct 2014 14:06:53 GMT</pubDate>
    <dc:creator>jonathandienst</dc:creator>
    <dc:date>2014-10-03T14:06:53Z</dc:date>
    <item>
      <title>Set Analysis: Show Excluded and Refine Results</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Show-Excluded-and-Refine-Results/m-p/650755#M474104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have been building up a business tool to show our management the number of bankers selling a particular product compared to the bankers who have not sold the product. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the negative side, I have been able to get the list of bankers not selling the product into a pivot table using the Set Analysis wizard and a bit of luck using the following: &lt;/P&gt;&lt;P&gt;Dimension = Banker&lt;/P&gt;&lt;P&gt;Expression = COUNT({1-$&amp;lt;BANKER/=E(BANKER)&amp;gt;} CLIENT_ID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The issue I find now, is if I want to refine the results, for example selecting region = EMEA only, the list of 'excluded' then includes the non-EMEA bankers who have sold the product. This makes logical sense as they are no longer part of the 'included' set. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So my question is: Is is possible to refine the results with additional filters, which could include any other field (but I am principally concerned about region), so that the result of this box would be to show all bankers who have not sold product X but are all from region = EMEA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ben&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Oct 2014 16:59:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Show-Excluded-and-Refine-Results/m-p/650755#M474104</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-02T16:59:08Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis: Show Excluded and Refine Results</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Show-Excluded-and-Refine-Results/m-p/650756#M474105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Let me correct the above and say I was wrong - this did not work at all. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am I dealing with alternate states here? Any direction would be appreciated!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ben&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Oct 2014 19:00:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Show-Excluded-and-Refine-Results/m-p/650756#M474105</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-02T19:00:39Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis: Show Excluded and Refine Results</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Show-Excluded-and-Refine-Results/m-p/650757#M474106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ben,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Show distinct count of Bankers that do have sales:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;COUNT({$&amp;lt;BANKER={"=Sum({1} Sales ) &amp;gt; 0”}&amp;gt;} DISTINCT BANKER)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Show distinct count of Bankers that do not have sales:&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;COUNT({$&amp;lt;BANKER={"=Sum({1} Sales ) =0”}&amp;gt;} DISTINCT BANKER)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Oct 2014 19:17:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Show-Excluded-and-Refine-Results/m-p/650757#M474106</guid>
      <dc:creator>bgerchikov</dc:creator>
      <dc:date>2014-10-02T19:17:51Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis: Show Excluded and Refine Results</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Show-Excluded-and-Refine-Results/m-p/650758#M474107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks - the positive works: I can get a list of all Bankers with a result in the product. When I change the &amp;gt;0 to =0, the straight table goes to zero with no contents. I want to get this list showing all that are not part of the result. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would then like to be able to refine the result further, e.g. by adding region to the restriction while still showing only bankers from that region who have not sold the product. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Oct 2014 12:02:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Show-Excluded-and-Refine-Results/m-p/650758#M474107</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-03T12:02:10Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis: Show Excluded and Refine Results</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Show-Excluded-and-Refine-Results/m-p/650759#M474108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ben,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It could be something else in selection that might affect result, like a date. If you can attach sample app, I can take a look.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Oct 2014 13:35:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Show-Excluded-and-Refine-Results/m-p/650759#M474108</guid>
      <dc:creator>bgerchikov</dc:creator>
      <dc:date>2014-10-03T13:35:54Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis: Show Excluded and Refine Results</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Show-Excluded-and-Refine-Results/m-p/650760#M474109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its always harder to search for the absence of something! Search the community for AND NOT - I saw something recently on a similar topic that might help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Oct 2014 14:06:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Show-Excluded-and-Refine-Results/m-p/650760#M474109</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2014-10-03T14:06:53Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis: Show Excluded and Refine Results</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Show-Excluded-and-Refine-Results/m-p/650761#M474110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/thread/136321"&gt;http://community.qlik.com/thread/136321&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/thread/62060"&gt;http://community.qlik.com/thread/62060&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Oct 2014 14:13:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Show-Excluded-and-Refine-Results/m-p/650761#M474110</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2014-10-03T14:13:01Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis: Show Excluded and Refine Results</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Show-Excluded-and-Refine-Results/m-p/650762#M474111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many thanks Jonathan. I will take a look through these and see if I can solve this way. Will report back on Monday.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Oct 2014 17:16:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Show-Excluded-and-Refine-Results/m-p/650762#M474111</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-03T17:16:06Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis: Show Excluded and Refine Results</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Show-Excluded-and-Refine-Results/m-p/650763#M474112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/13229"&gt;jonathan dienst&lt;/A&gt; You set me on the right path. In the end the solution was remarkably simple. I used the results of this community post &lt;A href="https://community.qlik.com/message/549695"&gt;Re: Show excluded values in pivot table&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Essentially you create an if statement on sum of current market value, making &amp;gt;0 = 1 else 1. Then show all values in the dimension tab and suppress zero values on the presentation tab. Simple but elegant. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Oct 2014 13:16:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Show-Excluded-and-Refine-Results/m-p/650763#M474112</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-06T13:16:24Z</dc:date>
    </item>
  </channel>
</rss>

