<?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 filter for expression in calculation but not in displaying of chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Ignore-filter-for-expression-in-calculation-but-not-in/m-p/835495#M1002306</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;maybe you can use the function dimensionality().&lt;/P&gt;&lt;P&gt;if (dimensionality()=0,&lt;/P&gt;&lt;P&gt;COUNT({&amp;lt;DateType = {'UserSessions'}, &lt;STRONG style="color: #ff0000;"&gt;MonthYear =&lt;/STRONG&gt;,&amp;nbsp; FirstTimeUser= {1}&amp;gt;} distinct user_id),&lt;/P&gt;&lt;P&gt;COUNT({&amp;lt;DateType = {'UserSessions'}, FirstTimeUser= {1}&amp;gt;} distinct user_id))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you are on a cummulative way, the first Expression is used, if you are on selected month the second Expression is used&lt;/P&gt;&lt;P&gt;-&amp;gt; please check which dimensionaliy is the right one in your case by adding "=dimensionality()" as Expression and check the right values&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 Jun 2015 10:44:50 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-06-05T10:44:50Z</dc:date>
    <item>
      <title>Ignore filter for expression in calculation but not in displaying of chart</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-filter-for-expression-in-calculation-but-not-in/m-p/835494#M1002305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to ignore a filter for a cumulative sum, so the user can still see the cumulative value when he zooms into distinct months, but at the same time I just want him to see it for the selected month (but with the right cumulative value)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is what my expression looks like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;COUNT({&amp;lt;DateType = {'UserSessions'}, &lt;STRONG style="color: #ff0000;"&gt;MonthYear =&lt;/STRONG&gt;,&amp;nbsp; FirstTimeUser= {1}&amp;gt;} distinct user_id)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...and it works fine with the calculation, but logically it still shows all months when zooming in....how can I achieve the result I want?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Anita&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jun 2015 10:31:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-filter-for-expression-in-calculation-but-not-in/m-p/835494#M1002305</guid>
      <dc:creator />
      <dc:date>2015-06-05T10:31:34Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore filter for expression in calculation but not in displaying of chart</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-filter-for-expression-in-calculation-but-not-in/m-p/835495#M1002306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;maybe you can use the function dimensionality().&lt;/P&gt;&lt;P&gt;if (dimensionality()=0,&lt;/P&gt;&lt;P&gt;COUNT({&amp;lt;DateType = {'UserSessions'}, &lt;STRONG style="color: #ff0000;"&gt;MonthYear =&lt;/STRONG&gt;,&amp;nbsp; FirstTimeUser= {1}&amp;gt;} distinct user_id),&lt;/P&gt;&lt;P&gt;COUNT({&amp;lt;DateType = {'UserSessions'}, FirstTimeUser= {1}&amp;gt;} distinct user_id))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you are on a cummulative way, the first Expression is used, if you are on selected month the second Expression is used&lt;/P&gt;&lt;P&gt;-&amp;gt; please check which dimensionaliy is the right one in your case by adding "=dimensionality()" as Expression and check the right values&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jun 2015 10:44:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-filter-for-expression-in-calculation-but-not-in/m-p/835495#M1002306</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-05T10:44:50Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore filter for expression in calculation but not in displaying of chart</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-filter-for-expression-in-calculation-but-not-in/m-p/835496#M1002307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Instead of using the inbuilt Accumulation function, try using this expression:&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;&lt;STRONG&gt;=If(Count({&amp;lt;DateType = {'UserSessions'}&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;, FirstTimeUser= {1}&amp;gt;} distinct user_id) &amp;gt; 0, &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;RangeSum(Above/Below(&lt;/SPAN&gt;&lt;SPAN style="line-height: 1.5em; color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;COUNT({&amp;lt;DateType = {'UserSessions'}, &lt;/SPAN&gt;MonthYear =&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;,&amp;nbsp; FirstTimeUser= {1}&amp;gt;} DISTINCT user_id)))&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; 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;Note1: Above() or Below() function will depend on how the table is sorted. Most likely, I am guessing you will need Above()&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;Note2: Since I didn't have the sample app to work with, the expression may not be perfect (but will guide you toward the right direction) and you may have to make some tweaks to it.&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;HTH&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;&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;Best,&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;Sunny&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jun 2015 11:03:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-filter-for-expression-in-calculation-but-not-in/m-p/835496#M1002307</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-06-05T11:03:08Z</dc:date>
    </item>
    <item>
      <title>Re: Ignore filter for expression in calculation but not in displaying of chart</title>
      <link>https://community.qlik.com/t5/QlikView/Ignore-filter-for-expression-in-calculation-but-not-in/m-p/835497#M1002308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anita, I think you want something similar to this:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/166445"&gt;Full accumulation: having dimensions reflecting selection but expression that don't&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this thread you will find references to script based and chart based solutions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jun 2015 11:11:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ignore-filter-for-expression-in-calculation-but-not-in/m-p/835497#M1002308</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-06-05T11:11:03Z</dc:date>
    </item>
  </channel>
</rss>

