<?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 Max Month Year in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Max-Month-Year/m-p/100991#M16094</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible to nest a set analysis with the Max month and year?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Current set Analysis (working):&lt;/P&gt;&lt;P&gt;(sum({&amp;lt;PeriodType={'Rolling 12'}&amp;gt;}MonthYear_Flg))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Desired:&lt;/P&gt;&lt;P&gt;When adding the Max function the syntax returns an error in the expression:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;(sum({&amp;lt;PeriodType={'Rolling 12'}, &lt;STRONG&gt;Max(AsOfDate)&lt;/STRONG&gt;&amp;gt;}MonthYear_Flg))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Oct 2018 14:31:35 GMT</pubDate>
    <dc:creator>jonathanrichey</dc:creator>
    <dc:date>2018-10-12T14:31:35Z</dc:date>
    <item>
      <title>Set Analysis Max Month Year</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Max-Month-Year/m-p/100991#M16094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible to nest a set analysis with the Max month and year?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Current set Analysis (working):&lt;/P&gt;&lt;P&gt;(sum({&amp;lt;PeriodType={'Rolling 12'}&amp;gt;}MonthYear_Flg))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Desired:&lt;/P&gt;&lt;P&gt;When adding the Max function the syntax returns an error in the expression:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;(sum({&amp;lt;PeriodType={'Rolling 12'}, &lt;STRONG&gt;Max(AsOfDate)&lt;/STRONG&gt;&amp;gt;}MonthYear_Flg))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Oct 2018 14:31:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Max-Month-Year/m-p/100991#M16094</guid>
      <dc:creator>jonathanrichey</dc:creator>
      <dc:date>2018-10-12T14:31:35Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Max Month Year</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Max-Month-Year/m-p/100992#M16095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sure. in your expression&lt;/P&gt;&lt;P&gt;add &lt;/P&gt;&lt;P&gt;MonthYear={"$(=max(MonthYear))"}&lt;/P&gt;&lt;P&gt;or MonthYear={"$(=date(max(&lt;STRONG style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;AsOfDate&lt;/STRONG&gt;), 'MMM-YYYY'))"}&lt;/P&gt;&lt;P&gt;or if you dont have a master calendar&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;AsOfDate&lt;/STRONG&gt;={"&amp;gt;=$(=monthstart(max(&lt;STRONG style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;AsOfDate&lt;/STRONG&gt;)))"}&amp;nbsp; // just great or equal to first of the month&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Oct 2018 17:24:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Max-Month-Year/m-p/100992#M16095</guid>
      <dc:creator>dplr-rn</dc:creator>
      <dc:date>2018-10-12T17:24:41Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Max Month Year</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Max-Month-Year/m-p/100993#M16096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome! Thanks for the response Dilip!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Oct 2018 18:43:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Max-Month-Year/m-p/100993#M16096</guid>
      <dc:creator>jonathanrichey</dc:creator>
      <dc:date>2018-10-12T18:43:20Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Max Month Year</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Max-Month-Year/m-p/100994#M16097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no problems&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Oct 2018 19:01:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Max-Month-Year/m-p/100994#M16097</guid>
      <dc:creator>dplr-rn</dc:creator>
      <dc:date>2018-10-12T19:01:46Z</dc:date>
    </item>
  </channel>
</rss>

