<?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 including all but selected field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-including-all-but-selected-field/m-p/447126#M166815</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perfect - thanks Michael.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Mar 2013 18:48:01 GMT</pubDate>
    <dc:creator>zagzebski</dc:creator>
    <dc:date>2013-03-18T18:48:01Z</dc:date>
    <item>
      <title>Set Analysis including all but selected field</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-including-all-but-selected-field/m-p/447120#M166809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;(1) What function do I use in an expression to get the total of everything EXCEPT the selected field?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For instance if I simply wanted to sum revenue but for all clients &lt;SPAN style="text-decoration: underline;"&gt;except &lt;/SPAN&gt;the one I have selected what is the set analysis for that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(2) Similarily to this if&amp;nbsp; I have a client that is part of heirachy, how do I get the total of the heirachy for the client chosen?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example Client A is part of the Auto Division, Client B is part of the Home Division, etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I select Client A how to I get the total revenue for the Auto Division? then if I select client B I get the total revenue of the Home Division?&lt;/P&gt;&lt;P&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>Fri, 15 Mar 2013 17:56:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-including-all-but-selected-field/m-p/447120#M166809</guid>
      <dc:creator>zagzebski</dc:creator>
      <dc:date>2013-03-15T17:56:39Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis including all but selected field</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-including-all-but-selected-field/m-p/447121#M166810</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;Try with this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Only({&amp;lt; Dim={'*'}-{$(=GetFieldSelections(Dim))} &amp;gt;} Dim).&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ricardo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Mar 2013 18:02:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-including-all-but-selected-field/m-p/447121#M166810</guid>
      <dc:creator />
      <dc:date>2013-03-15T18:02:17Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis including all but selected field</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-including-all-but-selected-field/m-p/447122#M166811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the assistance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is what I have in my expression but nothing is coming back...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum(Only({&amp;lt; [Product-Entity]={'*'}-{$(=GetFieldSelections(Product-Entity))} &amp;gt;} [Product-Entity]),[Revenue])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Mar 2013 18:41:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-including-all-but-selected-field/m-p/447122#M166811</guid>
      <dc:creator>zagzebski</dc:creator>
      <dc:date>2013-03-15T18:41:51Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis including all but selected field</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-including-all-but-selected-field/m-p/447123#M166812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try using E(), which means "Excluded":&lt;/P&gt;&lt;P&gt;sum({&amp;lt;Product-Entity]=E([Product-Entity])&amp;gt;} Revenue)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Mar 2013 18:50:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-including-all-but-selected-field/m-p/447123#M166812</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-03-15T18:50:28Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis including all but selected field</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-including-all-but-selected-field/m-p/447124#M166813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to do this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If&amp;nbsp; I have a client that is part of heirachy, how do I get the total of the heirachy for the client chosen?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example Client A is part of the Auto Division, Client B is part of the Home Division, etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I select Client A how to I get the total revenue for the Auto Division? then if I select client B I get the total revenue of the Home Division?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this possible?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Mar 2013 19:01:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-including-all-but-selected-field/m-p/447124#M166813</guid>
      <dc:creator>zagzebski</dc:creator>
      <dc:date>2013-03-15T19:01:32Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis including all but selected field</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-including-all-but-selected-field/m-p/447125#M166814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Everything's possible &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;sum({&amp;lt;Client=, Division=P(Division)&amp;gt;} Revenue)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Mar 2013 19:33:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-including-all-but-selected-field/m-p/447125#M166814</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-03-15T19:33:06Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis including all but selected field</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-including-all-but-selected-field/m-p/447126#M166815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perfect - thanks Michael.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Mar 2013 18:48:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-including-all-but-selected-field/m-p/447126#M166815</guid>
      <dc:creator>zagzebski</dc:creator>
      <dc:date>2013-03-18T18:48:01Z</dc:date>
    </item>
  </channel>
</rss>

