<?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: Rolling Month in Set analysis expression excluding Month Selection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Rolling-Month-in-Set-analysis-expression-excluding-Month/m-p/1224110#M390949</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Qlikview is case sensitive.&lt;/P&gt;&lt;P&gt;Is MONTH in set analysis = Month in Listboxes?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 Dec 2016 13:35:24 GMT</pubDate>
    <dc:creator>robert_mika</dc:creator>
    <dc:date>2016-12-09T13:35:24Z</dc:date>
    <item>
      <title>Rolling Month in Set analysis expression excluding Month Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-Month-in-Set-analysis-expression-excluding-Month/m-p/1224105#M390944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have to calculate data for rolling 12 months in a variable and this variable value should not change based on field Month selection. Currently when i am selecting a Month in a field it is changing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2016 16:03:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-Month-in-Set-analysis-expression-excluding-Month/m-p/1224105#M390944</guid>
      <dc:creator>rsdhavle</dc:creator>
      <dc:date>2016-12-07T16:03:08Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling Month in Set analysis expression excluding Month Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-Month-in-Set-analysis-expression-excluding-Month/m-p/1224106#M390945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try use Month=&amp;nbsp; &lt;/P&gt;&lt;P&gt;in your set analysis to ignore selection in the Month dimension.&lt;/P&gt;&lt;P&gt;like:&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;sum({&amp;lt;Month =,&amp;nbsp; }fieldname)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Dec 2016 01:22:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-Month-in-Set-analysis-expression-excluding-Month/m-p/1224106#M390945</guid>
      <dc:creator>robert_mika</dc:creator>
      <dc:date>2016-12-08T01:22:38Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling Month in Set analysis expression excluding Month Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-Month-in-Set-analysis-expression-excluding-Month/m-p/1224107#M390946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is your expression right now?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Dec 2016 03:41:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-Month-in-Set-analysis-expression-excluding-Month/m-p/1224107#M390946</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-12-08T03:41:19Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling Month in Set analysis expression excluding Month Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-Month-in-Set-analysis-expression-excluding-Month/m-p/1224108#M390947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SUM({&amp;lt;Year=,MONTH=,YearMonth={'&amp;gt;$(=Max(YearMonth)-100) &amp;lt;=$(=Max(YearMonth))'}&amp;gt;}Revenue)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is my current expression somehow even after exculding Month, it changes based on Month selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it because of YearMonth range i have defined in the expression&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Dec 2016 13:26:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-Month-in-Set-analysis-expression-excluding-Month/m-p/1224108#M390947</guid>
      <dc:creator>rsdhavle</dc:creator>
      <dc:date>2016-12-09T13:26:03Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling Month in Set analysis expression excluding Month Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-Month-in-Set-analysis-expression-excluding-Month/m-p/1224109#M390948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be 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; font-size: 13px;"&gt;&lt;STRONG&gt;Sum({&amp;lt;Year=, MONTH=, YearMonth = {'&amp;gt;$(=Max(&lt;SPAN style="color: #ff0000;"&gt;{&amp;lt;MONTH=&amp;gt;}&lt;/SPAN&gt; YearMonth) - 100)&amp;lt;=$(=Max(&lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;SPAN style="color: #ff0000;"&gt;{&amp;lt;MONTH=&amp;gt;}&lt;/SPAN&gt; &lt;/STRONG&gt;YearMonth))'}&amp;gt;} Revenue)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Dec 2016 13:34:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-Month-in-Set-analysis-expression-excluding-Month/m-p/1224109#M390948</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-12-09T13:34:36Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling Month in Set analysis expression excluding Month Selection</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-Month-in-Set-analysis-expression-excluding-Month/m-p/1224110#M390949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Qlikview is case sensitive.&lt;/P&gt;&lt;P&gt;Is MONTH in set analysis = Month in Listboxes?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Dec 2016 13:35:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-Month-in-Set-analysis-expression-excluding-Month/m-p/1224110#M390949</guid>
      <dc:creator>robert_mika</dc:creator>
      <dc:date>2016-12-09T13:35:24Z</dc:date>
    </item>
  </channel>
</rss>

