<?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 Ignore selection in an expression (Set Analysis) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Ignore-selection-in-an-expression-Set-Analysis/m-p/340809#M493071</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just FYI -&amp;nbsp; $ sign is for the current selections, but If you put 1 instead of $, you will ignore all selections. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Jun 2012 19:36:12 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-06-06T19:36:12Z</dc:date>
    <item>
      <title>Ignore selection in an expression (Set Analysis)</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-selection-in-an-expression-Set-Analysis/m-p/340804#M493066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like to ignore selections (made in a list box) for expressions used in my pivot table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use the following expression in the table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;[Current Sourcing Stage]={'6DNS'}&amp;gt;} [Ref Cost])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to ignore user selection of another field called [Top Spend Indicator]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please confirm which of the below expressions ignores any selection in the field [Top Spend Indicator] : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Sum({$&amp;lt;[Current Sourcing Stage]={'6DNS'}&amp;gt;, [Top Spend Indicator]= &amp;gt; } Ref Cost])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Sum({$&amp;lt;[Current Sourcing Stage]={'6DNS'}&amp;gt;} {&amp;lt;[Top Spend Indicator]= &amp;gt;}[Ref Cost])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or are they BOTH correct? Any comments on which expression to use if they are both correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your help is much appreciated!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Hemanth.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2012 17:48:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-selection-in-an-expression-Set-Analysis/m-p/340804#M493066</guid>
      <dc:creator />
      <dc:date>2012-06-06T17:48:36Z</dc:date>
    </item>
    <item>
      <title>Ignore selection in an expression (Set Analysis)</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-selection-in-an-expression-Set-Analysis/m-p/340805#M493067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hemant,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the below expression:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #eef4f9;"&gt; Sum({$&amp;lt;[Current Sourcing Stage]={'6DNS'}, [Top Spend Indicator]= &amp;gt; } Ref Cost])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #eef4f9;"&gt;It will work.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #eef4f9;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #eef4f9;"&gt;Nilesh Gangurde&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #eef4f9;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2012 17:58:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-selection-in-an-expression-Set-Analysis/m-p/340805#M493067</guid>
      <dc:creator>nilesh_gangurde</dc:creator>
      <dc:date>2012-06-06T17:58:26Z</dc:date>
    </item>
    <item>
      <title>Ignore selection in an expression (Set Analysis)</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-selection-in-an-expression-Set-Analysis/m-p/340806#M493068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your first example would do the trick. &lt;BR /&gt;Sum({$&amp;lt;[Current Sourcing Stage]={'6DNS'}&amp;gt;, [Top Spend Indicator]= &amp;gt; } Ref Cost])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2012 18:03:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-selection-in-an-expression-Set-Analysis/m-p/340806#M493068</guid>
      <dc:creator />
      <dc:date>2012-06-06T18:03:10Z</dc:date>
    </item>
    <item>
      <title>Ignore selection in an expression (Set Analysis)</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-selection-in-an-expression-Set-Analysis/m-p/340807#M493069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thanks a lot Nilesh and Max.&lt;/P&gt;&lt;P&gt;Can you please let me know if the '$' sign has any significance in the below expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum({$&amp;lt;[Current Sourcing Stage]={'6DNS'},[Top Spend Indicator]= &amp;gt;} [Ref Cost]) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get the same result when I remove the '$' sign from the above expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;[Current Sourcing Stage]={'6DNS'},[Top Spend Indicator]= &amp;gt;} [Ref Cost]) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to understand the implications of removing the $ sign if any ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2012 18:26:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-selection-in-an-expression-Set-Analysis/m-p/340807#M493069</guid>
      <dc:creator />
      <dc:date>2012-06-06T18:26:29Z</dc:date>
    </item>
    <item>
      <title>Ignore selection in an expression (Set Analysis)</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-selection-in-an-expression-Set-Analysis/m-p/340808#M493070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hemant,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$ sign is used for the current selctions. it means your results will be change according to the selections you made in the qvw file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Qlikview bydefault takes the current selection. hence its giving the same results when you removing the $ sign.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the conclusion is you will get the same results whether you are keeping $ sign or removing it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nilesh Gangurde&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2012 18:37:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-selection-in-an-expression-Set-Analysis/m-p/340808#M493070</guid>
      <dc:creator>nilesh_gangurde</dc:creator>
      <dc:date>2012-06-06T18:37:09Z</dc:date>
    </item>
    <item>
      <title>Ignore selection in an expression (Set Analysis)</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-selection-in-an-expression-Set-Analysis/m-p/340809#M493071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just FYI -&amp;nbsp; $ sign is for the current selections, but If you put 1 instead of $, you will ignore all selections. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2012 19:36:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-selection-in-an-expression-Set-Analysis/m-p/340809#M493071</guid>
      <dc:creator />
      <dc:date>2012-06-06T19:36:12Z</dc:date>
    </item>
    <item>
      <title>Ignore selection in an expression (Set Analysis)</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-selection-in-an-expression-Set-Analysis/m-p/340810#M493072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thanks again! That helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2012 14:05:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-selection-in-an-expression-Set-Analysis/m-p/340810#M493072</guid>
      <dc:creator />
      <dc:date>2012-06-07T14:05:39Z</dc:date>
    </item>
  </channel>
</rss>

