<?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 Set Analysis Exclusions in Management &amp; Governance</title>
    <link>https://community.qlik.com/t5/Management-Governance/Set-Analysis-Exclusions/m-p/770429#M3018</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 have a case where my dimension is [Month], and my measure is [Sales]. With my expression, I need to track [Sales] according to user's Month selection. For instance, if the user selects 4/2014 and 5/2014, I need to display the sum of [Sales] that happened "before" 4/2014. Right now, I'm using the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;[Month]= E({&amp;lt;[Month]={"='$(Min([Month]))'"}&amp;gt;})&amp;gt;} [Sales])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I'm simply getting the whole sum of [Sales] all across my app. Does anyone have some insight into this? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Nov 2014 12:35:47 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-11-18T12:35:47Z</dc:date>
    <item>
      <title>Set Analysis Exclusions</title>
      <link>https://community.qlik.com/t5/Management-Governance/Set-Analysis-Exclusions/m-p/770429#M3018</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 have a case where my dimension is [Month], and my measure is [Sales]. With my expression, I need to track [Sales] according to user's Month selection. For instance, if the user selects 4/2014 and 5/2014, I need to display the sum of [Sales] that happened "before" 4/2014. Right now, I'm using the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;[Month]= E({&amp;lt;[Month]={"='$(Min([Month]))'"}&amp;gt;})&amp;gt;} [Sales])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I'm simply getting the whole sum of [Sales] all across my app. Does anyone have some insight into this? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 12:35:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Set-Analysis-Exclusions/m-p/770429#M3018</guid>
      <dc:creator />
      <dc:date>2014-11-18T12:35:47Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Exclusions</title>
      <link>https://community.qlik.com/t5/Management-Governance/Set-Analysis-Exclusions/m-p/770430#M3019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Might have to do with the formatting of your dates - also worth considering if you simply need to see "less than the min month" you can replace the E() with '&amp;lt;=' and use your min statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached is an that solves the above - I loaded a new date field due to the formatting, but if that's the format you use it should work without the new date I added.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 13:13:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Set-Analysis-Exclusions/m-p/770430#M3019</guid>
      <dc:creator>morganaaron</dc:creator>
      <dc:date>2014-11-18T13:13:43Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Exclusions</title>
      <link>https://community.qlik.com/t5/Management-Governance/Set-Analysis-Exclusions/m-p/770431#M3020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Try this expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum({$&amp;lt;[Month]={"&amp;lt;$(=Min([Month]))"}&amp;gt;} [Sales])&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe, you need ignore the field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum({$&amp;lt;[MonthName]=, [Month]={"&amp;lt;$(=Min([Month]))"}&amp;gt;} [Sales])&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards.&lt;/P&gt;&lt;P&gt;Tonial.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 17:20:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Set-Analysis-Exclusions/m-p/770431#M3020</guid>
      <dc:creator>fernando_tonial</dc:creator>
      <dc:date>2014-11-26T17:20:36Z</dc:date>
    </item>
  </channel>
</rss>

