<?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: select possible and exclude set analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/select-possible-and-exclude-set-analysis/m-p/416533#M485077</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Try:&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;=Count({$&amp;lt;[DimSalesPhases.Milestone]-={'UKENDT'},[DimPotentialCustomers.RelationID]={11}&amp;gt;} DimPotentialCustomers.Company)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;This will exclude companies with milestone value UKENDT and include only customers with relationid 11.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;...or are you looking for this perhaps:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;=Count({$&amp;lt;[DimSalesPhases.Milestone]-={'UKENDT'}&amp;gt;+&amp;lt;[DimPotentialCustomers.RelationID]={11}&amp;gt;} DimPotentialCustomers.Company)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 May 2013 09:43:11 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2013-05-01T09:43:11Z</dc:date>
    <item>
      <title>select possible and exclude set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/select-possible-and-exclude-set-analysis/m-p/416530#M485074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont know if i am able to do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a Funnel chart where i have a count of companies from my listbox Milestone.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can i include a value in my expression so i would get values from my listbox phases&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am thinking something like this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Count({$&amp;lt;DimSalesPhases.Milestone=e({$&amp;lt;DimSalesPhases.Milestone={'UKENDT'}&amp;gt;} DimSalesPhases.Milestone),&lt;/P&gt;&lt;P&gt; DimPotentialCustomers.RelationID=p({$&amp;lt;DimPotentialCustomers.RelationID={'11'}&amp;gt;} DimPotentialCustomers.RelationID) DimPotentialCustomers.Company)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So first im excluding a value from milestone (that works fine if i only have this) But next i want to include a valaue from another listbox - but i cant seem to figure out the expression?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 May 2013 09:24:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/select-possible-and-exclude-set-analysis/m-p/416530#M485074</guid>
      <dc:creator />
      <dc:date>2013-05-01T09:24:00Z</dc:date>
    </item>
    <item>
      <title>Re: select possible and exclude set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/select-possible-and-exclude-set-analysis/m-p/416531#M485075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count({$&amp;lt;DimSalesPhases.Milestone=E({1&amp;lt;DimSalesPhases.Milestone={'UKENDT'}&amp;gt;}),&lt;/P&gt;&lt;P&gt;DimPotentialCustomers.RelationID=P({1&amp;lt;DimPotentialCustomers.RelationID={'11'}&amp;gt;})&amp;gt;}distinct DimPotentialCustomers.Company)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 May 2013 09:31:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/select-possible-and-exclude-set-analysis/m-p/416531#M485075</guid>
      <dc:creator>er_mohit</dc:creator>
      <dc:date>2013-05-01T09:31:05Z</dc:date>
    </item>
    <item>
      <title>Re: select possible and exclude set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/select-possible-and-exclude-set-analysis/m-p/416532#M485076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;count({$&amp;lt;DimSalesPhases.Milestone=E({&amp;lt;DimSalesPhases.Milestone={"UKENDT"}&amp;gt;}),&lt;/P&gt;&lt;P&gt;DimPotentialCustomers.RelationID=P({&amp;lt;DimPotentialCustomers.RelationID={"11"}&amp;gt;})&amp;gt;}distinct DimPotentialCustomers.Company)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 May 2013 09:33:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/select-possible-and-exclude-set-analysis/m-p/416532#M485076</guid>
      <dc:creator />
      <dc:date>2013-05-01T09:33:43Z</dc:date>
    </item>
    <item>
      <title>Re: select possible and exclude set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/select-possible-and-exclude-set-analysis/m-p/416533#M485077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Try:&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;=Count({$&amp;lt;[DimSalesPhases.Milestone]-={'UKENDT'},[DimPotentialCustomers.RelationID]={11}&amp;gt;} DimPotentialCustomers.Company)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;This will exclude companies with milestone value UKENDT and include only customers with relationid 11.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;...or are you looking for this perhaps:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;=Count({$&amp;lt;[DimSalesPhases.Milestone]-={'UKENDT'}&amp;gt;+&amp;lt;[DimPotentialCustomers.RelationID]={11}&amp;gt;} DimPotentialCustomers.Company)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 May 2013 09:43:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/select-possible-and-exclude-set-analysis/m-p/416533#M485077</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-05-01T09:43:11Z</dc:date>
    </item>
    <item>
      <title>Re: select possible and exclude set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/select-possible-and-exclude-set-analysis/m-p/416534#M485078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That does not work - It marks read for ukendt to the last line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However i dont think i was specific enough.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Milestone consits of:&lt;/P&gt;&lt;P&gt;UKENDT&lt;/P&gt;&lt;P&gt;A&lt;/P&gt;&lt;P&gt;B&lt;/P&gt;&lt;P&gt;C&lt;/P&gt;&lt;P&gt;D&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to exclude companies with milestone value UKENDT, but show all companies from A,B,C,D - and then i want to show all companies from value K in RelationID&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 May 2013 09:48:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/select-possible-and-exclude-set-analysis/m-p/416534#M485078</guid>
      <dc:creator />
      <dc:date>2013-05-01T09:48:39Z</dc:date>
    </item>
    <item>
      <title>Re: select possible and exclude set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/select-possible-and-exclude-set-analysis/m-p/416535#M485079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yea something like the plus i think.. if that is adding the value to the others even though its from another list&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 May 2013 09:49:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/select-possible-and-exclude-set-analysis/m-p/416535#M485079</guid>
      <dc:creator />
      <dc:date>2013-05-01T09:49:39Z</dc:date>
    </item>
    <item>
      <title>Re: select possible and exclude set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/select-possible-and-exclude-set-analysis/m-p/416536#M485080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can show what i get. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first picture i have all my values but excluded UKENDT on&amp;nbsp; DimSalesPhases.Milestone&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="40162" class="jive-image-thumbnail jive-image" onclick="" alt="crm.PNG" src="https://community.qlik.com/legacyfs/online/40162_crm.PNG" width="450" /&gt;&lt;/P&gt;&lt;P&gt;Next i have ALL values from DimPotentialCustomers.RelationText - BUT what i want is, that i want to show only CLOSED (but together with my DimSalesPhases.Milestone)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IS that even possible??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="40164" class="jive-image-thumbnail jive-image" onclick="" alt="crm2.PNG" src="https://community.qlik.com/legacyfs/online/40164_crm2.PNG" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 May 2013 11:31:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/select-possible-and-exclude-set-analysis/m-p/416536#M485080</guid>
      <dc:creator />
      <dc:date>2013-05-01T11:31:55Z</dc:date>
    </item>
  </channel>
</rss>

