<?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 small exp in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/set-analysis-small-exp/m-p/821236#M1040420</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prabhas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See below: &lt;/P&gt;&lt;P&gt;&amp;lt;Dimension += another set&amp;gt;: add the set to the current selection&lt;/P&gt;&lt;P&gt;&amp;lt;Dimension -= another set&amp;gt;: remove the set from the current selection&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex: All MANUFACTURERs of the selection + those whose name begins with ENT&lt;/P&gt;&lt;P&gt;{&amp;lt;MANUFACTURER_LDESC += {"ENT*"}&amp;gt;}&lt;/P&gt;&lt;P&gt;Ex: All MANUFACTURERs of the selection except those whose name begins with ENT&lt;/P&gt;&lt;P&gt;{&amp;lt;MANUFACTURER_LDESC -= {"ENT*"}&amp;gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Dec 2014 05:59:39 GMT</pubDate>
    <dc:creator>amit_saini</dc:creator>
    <dc:date>2014-12-12T05:59:39Z</dc:date>
    <item>
      <title>set analysis small exp</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-small-exp/m-p/821234#M1040418</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;sum({1-$&amp;lt;Names+={"ravi"}&amp;gt;}sales)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ------For this exp current selection is excluded so fine but i am unable to see ravi also in my chart&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;sum({1-$&amp;lt;Names-={"ravi"}&amp;gt;}sales)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ------For this exp current selection is excluded so fine but i am able to see ravi&amp;nbsp; in my chart&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt; so what is&amp;nbsp; the diff b/w&amp;nbsp; these two exp? give the explanation for this ..?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Thanks in advance&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Dec 2014 05:45:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-small-exp/m-p/821234#M1040418</guid>
      <dc:creator>prabhas277</dc:creator>
      <dc:date>2014-12-12T05:45:26Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis small exp</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-small-exp/m-p/821235#M1040419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prabhas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your first expression you are removing "ravi" form the entire set {1} and since += is used the filter applies to "Ravi".&lt;/P&gt;&lt;P&gt;In second expression since you are using -= , so "Ravi is excluded from the entire set and is not getting removed form {1} entire set so you can see the name ravi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;KC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Dec 2014 05:54:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-small-exp/m-p/821235#M1040419</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2014-12-12T05:54:39Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis small exp</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-small-exp/m-p/821236#M1040420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prabhas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See below: &lt;/P&gt;&lt;P&gt;&amp;lt;Dimension += another set&amp;gt;: add the set to the current selection&lt;/P&gt;&lt;P&gt;&amp;lt;Dimension -= another set&amp;gt;: remove the set from the current selection&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex: All MANUFACTURERs of the selection + those whose name begins with ENT&lt;/P&gt;&lt;P&gt;{&amp;lt;MANUFACTURER_LDESC += {"ENT*"}&amp;gt;}&lt;/P&gt;&lt;P&gt;Ex: All MANUFACTURERs of the selection except those whose name begins with ENT&lt;/P&gt;&lt;P&gt;{&amp;lt;MANUFACTURER_LDESC -= {"ENT*"}&amp;gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Dec 2014 05:59:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-small-exp/m-p/821236#M1040420</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2014-12-12T05:59:39Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis small exp</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-small-exp/m-p/821237#M1040421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for sharp reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can u explain me how it works &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the first expression how it remove ravi &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;names+=ravi means&amp;nbsp;&amp;nbsp;&amp;nbsp; names=names+ravi&amp;nbsp;&amp;nbsp; ( i am adding here)&amp;nbsp; i dont understand removing means here&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls explain above expression in clear &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Dec 2014 06:01:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-small-exp/m-p/821237#M1040421</guid>
      <dc:creator>prabhas277</dc:creator>
      <dc:date>2014-12-12T06:01:16Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis small exp</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-small-exp/m-p/821238#M1040422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i know this concept&amp;nbsp; yar &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls expain me above expressions&amp;nbsp; .....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Dec 2014 06:02:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-small-exp/m-p/821238#M1040422</guid>
      <dc:creator>prabhas277</dc:creator>
      <dc:date>2014-12-12T06:02:26Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis small exp</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-small-exp/m-p/821239#M1040423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think I have explained you this in examples.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Dec 2014 06:05:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-small-exp/m-p/821239#M1040423</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2014-12-12T06:05:48Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis small exp</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-small-exp/m-p/821240#M1040424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prabhas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;+= Ravi mean adding ravi to current selection and by doing 1 - $&amp;lt;Name +=Ravi means you are removing Ravi from entire set.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;KC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Dec 2014 06:09:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-small-exp/m-p/821240#M1040424</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2014-12-12T06:09:43Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis small exp</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-small-exp/m-p/821241#M1040425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jyothish kc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;1 - $&amp;lt;Name -=Ravi&amp;nbsp;&amp;nbsp;&amp;nbsp; .. for this exp It means adding ravi to entire set..Is it correct or not?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Thanks in Advance &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Dec 2014 06:17:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-small-exp/m-p/821241#M1040425</guid>
      <dc:creator>prabhas277</dc:creator>
      <dc:date>2014-12-12T06:17:47Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis small exp</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-small-exp/m-p/821242#M1040426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In 1st expression by default no name will come and when ever you select any name that name and Ravi will not appear.&lt;/P&gt;&lt;P&gt;In second expression by default Ravi will be appear and apart from your selection all the Names will come.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PFA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;KC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Dec 2014 06:18:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-small-exp/m-p/821242#M1040426</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2014-12-12T06:18:15Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis small exp</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-small-exp/m-p/821243#M1040427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, You are removing all Name from entire set of name but not "Ravi" so Ravi's name will always appear what ever selection you will do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;KC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Dec 2014 06:20:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-small-exp/m-p/821243#M1040427</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2014-12-12T06:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis small exp</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-small-exp/m-p/821244#M1040428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prabhas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In first expression your are adding extra name "ravi" in current set and then you are using 1-$ means in whole set you are removing current set with ravi name also, So&amp;nbsp; you are not able to see Ravi in your chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But in second expression you extract Ravi from Names and then you are using 1-$ means current selection is excluded but still Ravi would be in your chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope It would be helpful for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Dec 2014 06:30:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-small-exp/m-p/821244#M1040428</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-12T06:30:16Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis small exp</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-small-exp/m-p/821245#M1040431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;Have a look here, I explained similar: &lt;/SPAN&gt;&lt;A class="jive-link-message-small" data-containerid="2003" data-containertype="14" data-objectid="678993" data-objecttype="2" href="http://community.qlik.com/message/678993#678993"&gt;http://community.qlik.com/message/678993#678993&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Dec 2014 06:31:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-small-exp/m-p/821245#M1040431</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-12-12T06:31:52Z</dc:date>
    </item>
  </channel>
</rss>

