<?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: How to disregarding any selection on expression? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-disregarding-any-selection-on-expression/m-p/557316#M208071</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried this before, and still consider the Month dimension selection.... &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 31 Oct 2013 18:33:38 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-10-31T18:33:38Z</dc:date>
    <item>
      <title>How to disregarding any selection on expression?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-disregarding-any-selection-on-expression/m-p/557314#M208069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how do I not consider selections month and year in the formula below, using Set Analysis? Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=num(if( Aggr(Rank(Sum(Value)),Year,Month) &amp;lt;= 3, sum(Value)) / 100,'#.##0M')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Oct 2013 18:10:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-disregarding-any-selection-on-expression/m-p/557314#M208069</guid>
      <dc:creator />
      <dc:date>2013-10-31T18:10:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to disregarding any selection on expression?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-disregarding-any-selection-on-expression/m-p/557315#M208070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;it is possible to disregard selections made by user with this syntax:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=num(if(Aggr(Sum(Value)), Year, Month) &amp;lt;= 3, sum(&lt;STRONG&gt;{$&amp;lt;Month=, Year=&amp;gt;} &lt;/STRONG&gt;Value)) / 100, '#,##0M')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Month= and Year = inside Set analysis will cause that selections on those fields will be ignored. &lt;/P&gt;&lt;P&gt;As a note, it is possible that this set analysis also has to be included in the if statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Oct 2013 18:26:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-disregarding-any-selection-on-expression/m-p/557315#M208070</guid>
      <dc:creator>jaimeaguilar</dc:creator>
      <dc:date>2013-10-31T18:26:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to disregarding any selection on expression?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-disregarding-any-selection-on-expression/m-p/557316#M208071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried this before, and still consider the Month dimension selection.... &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Oct 2013 18:33:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-disregarding-any-selection-on-expression/m-p/557316#M208071</guid>
      <dc:creator />
      <dc:date>2013-10-31T18:33:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to disregarding any selection on expression?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-disregarding-any-selection-on-expression/m-p/557317#M208072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried putting set analysis also in the if Statement?&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;=num(if(Aggr(Sum(&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;{$&amp;lt;Month=, Year=&amp;gt;}&lt;/STRONG&gt; Value)), Year, Month) &amp;lt;= 3, sum(&lt;/SPAN&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;{$&amp;lt;Month=, Year=&amp;gt;} &lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Value)) / 100, '#,##0M')&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Oct 2013 18:43:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-disregarding-any-selection-on-expression/m-p/557317#M208072</guid>
      <dc:creator>jaimeaguilar</dc:creator>
      <dc:date>2013-10-31T18:43:56Z</dc:date>
    </item>
  </channel>
</rss>

