<?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: ignore selection in set analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/ignore-selection-in-set-analysis/m-p/573525#M213640</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px;"&gt;=Sum({1&amp;lt;Status = {'Order'}&amp;gt;}[Order value])&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Jan 2014 16:42:51 GMT</pubDate>
    <dc:creator>MK_QSL</dc:creator>
    <dc:date>2014-01-27T16:42:51Z</dc:date>
    <item>
      <title>ignore selection in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/ignore-selection-in-set-analysis/m-p/573523#M213638</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;I am using the following statement in set analysis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;Status = {'Order'}&amp;gt;}[Order value])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I want this expression to ignore any other selection from filter from the status field. For example if any status other than Order is selected, this expression should still show the data for Order status&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone please tell me how to fix this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Arif&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jan 2014 15:58:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ignore-selection-in-set-analysis/m-p/573523#M213638</guid>
      <dc:creator />
      <dc:date>2014-01-27T15:58:23Z</dc:date>
    </item>
    <item>
      <title>Re: ignore selection in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/ignore-selection-in-set-analysis/m-p/573524#M213639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What you have should be correct&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jan 2014 16:15:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ignore-selection-in-set-analysis/m-p/573524#M213639</guid>
      <dc:creator>rustyfishbones</dc:creator>
      <dc:date>2014-01-27T16:15:19Z</dc:date>
    </item>
    <item>
      <title>Re: ignore selection in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/ignore-selection-in-set-analysis/m-p/573525#M213640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px;"&gt;=Sum({1&amp;lt;Status = {'Order'}&amp;gt;}[Order value])&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jan 2014 16:42:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ignore-selection-in-set-analysis/m-p/573525#M213640</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-01-27T16:42:51Z</dc:date>
    </item>
    <item>
      <title>Re: ignore selection in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/ignore-selection-in-set-analysis/m-p/573526#M213641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;your formula will consider only Order Value with status &lt;STRONG&gt;'Order'. &lt;/STRONG&gt;So it doesn't matter if you select other Status, it will be ignored. If you want to ignore other selections apart from Status, you have to put something like this:&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;"&gt;&lt;STRONG&gt;=Sum({$&amp;lt;Status = {'Order'}, fieldtoignore1=, fieldtoignoreN=&amp;gt;}[Order value])&lt;/STRONG&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;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&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;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&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;"&gt;regards&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jan 2014 17:06:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ignore-selection-in-set-analysis/m-p/573526#M213641</guid>
      <dc:creator>jaimeaguilar</dc:creator>
      <dc:date>2014-01-27T17:06:01Z</dc:date>
    </item>
  </channel>
</rss>

