<?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: Set Anlaysis issue in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Anlaysis-issue/m-p/1183551#M383222</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to put &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;{$&amp;lt;YearMonth= &amp;gt;} &lt;/STRONG&gt;in front of the aggr function.&amp;nbsp; That should work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Sep 2016 09:46:56 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-09-27T09:46:56Z</dc:date>
    <item>
      <title>Set Anlaysis issue</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Anlaysis-issue/m-p/1183548#M383219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I Have an issue with a rangeavg calculation. I use a moving average with the rangeavg function:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum(aggr( rangeavg(above( $(vProjectPipelineM2)/$(vProjectPipeline#),0,3) ),Ring,YearMonth))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works fine. But now I want to exclude YearMonth (as with YearMonth=)&amp;nbsp; from the selections as this will recalculate from selecting fields. That's unwanted. Were do I put thise exclusion in the set analysis?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls advice&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Robert &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2016 09:33:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Anlaysis-issue/m-p/1183548#M383219</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-27T09:33:58Z</dc:date>
    </item>
    <item>
      <title>Re: Set Anlaysis issue</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Anlaysis-issue/m-p/1183549#M383220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You probably would need to do that within your variables&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;vProjectPipelineM2&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;and&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;STRONG&gt;vProjectPipeline#&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and here&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;YearMonth&amp;gt;} Aggr(.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2016 09:36:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Anlaysis-issue/m-p/1183549#M383220</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-27T09:36:27Z</dc:date>
    </item>
    <item>
      <title>Re: Set Anlaysis issue</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Anlaysis-issue/m-p/1183550#M383221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try simply this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum(&lt;STRONG&gt;{$&amp;lt;YearMonth= &amp;gt;}&lt;/STRONG&gt; aggr( rangeavg(above( $(vProjectPipelineM2)/$(vProjectPipeline#),0,3) ),Ring,YearMonth))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;D.A. MB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2016 09:37:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Anlaysis-issue/m-p/1183550#M383221</guid>
      <dc:creator>miguelbraga</dc:creator>
      <dc:date>2016-09-27T09:37:37Z</dc:date>
    </item>
    <item>
      <title>Re: Set Anlaysis issue</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Anlaysis-issue/m-p/1183551#M383222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to put &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;{$&amp;lt;YearMonth= &amp;gt;} &lt;/STRONG&gt;in front of the aggr function.&amp;nbsp; That should work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2016 09:46:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Anlaysis-issue/m-p/1183551#M383222</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-27T09:46:56Z</dc:date>
    </item>
  </channel>
</rss>

