<?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 Analysis For Rolling Months in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-For-Rolling-Months/m-p/462309#M559826</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Application is 200 MB .. Wont be able to share...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to use this expression... But sows error in underlined part .. Or if you could assist with some other expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum({$&amp;lt;Flag={'7'},OL_ReportDateID = {“&amp;gt;=$(=Max(OL_DateID) – 11) &amp;lt;= $(=Max(OL_DateID)&lt;SPAN style="text-decoration: underline;"&gt;)”} &amp;gt;} Amount/1000000)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 May 2013 13:39:01 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-05-15T13:39:01Z</dc:date>
    <item>
      <title>Set Analysis For Rolling Months</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-For-Rolling-Months/m-p/462303#M559820</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 am facing challange to change a set analysis expression...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PFA png image with sample data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have following fields with me------&lt;/P&gt;&lt;P&gt;1.) ReportMonth = OL_ReportMonth_FY&lt;/P&gt;&lt;P&gt;2.) ReportMonth = Month(OL_ReportMonth)&lt;/P&gt;&lt;P&gt;3.) OL_Quarter&lt;/P&gt;&lt;P&gt;4.) ((Year("OL_ReportMonth")-1)*12 + Month("OL_ReportMonth")) as OL_ReportDateID&lt;/P&gt;&lt;P&gt;5.) ((Year("OL_Date")-1)*12 + Month("OL_Date")) as OL_DateID&lt;/P&gt;&lt;P&gt;6.) ='Year(ReportMonth) : '&amp;amp;Year(ReportMonth)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My current expression is : Sum({$&amp;lt;Flag={'7'},OL_DateID={"&amp;gt;=$(=Max(OL_ReportDateID))"}&amp;gt;}Amount/1000000) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If my OL_ReportDateID is 24147 then I want to select OL_DateID with 24147 +12 (Rolling 12 months). My selections will always include a FY and ReportMonth&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly help me with Rolling Months expression without the current selection impact.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 May 2013 12:43:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-For-Rolling-Months/m-p/462303#M559820</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-05-15T12:43:32Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis For Rolling Months</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-For-Rolling-Months/m-p/462304#M559821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hii&lt;/P&gt;&lt;P&gt;sum({&amp;lt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;Flag={'7'},&lt;/SPAN&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;OL_DateID&lt;/SPAN&gt;={"&amp;gt;$(=Date(Addmonths(Max(&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;OL_DateID&lt;/SPAN&gt;),-12),'MMM-YYYY'))&amp;lt;=$(=DAte(Addmonth(Max(&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;OL_DateID&lt;/SPAN&gt;),0),'MMM-YYYY'))"}&amp;gt;}&lt;SPAN style="color: #737373; background-color: #ffffff; font-family: Arial;"&gt;Amount/1000000&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;Take &lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;OL_DateID&lt;/SPAN&gt; in dimension&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 May 2013 12:53:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-For-Rolling-Months/m-p/462304#M559821</guid>
      <dc:creator>er_mohit</dc:creator>
      <dc:date>2013-05-15T12:53:19Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis For Rolling Months</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-For-Rolling-Months/m-p/462305#M559822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Mohit.&lt;/P&gt;&lt;P&gt;But still the result is Zero.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If &lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt; OL_ReportDateID is 24147&lt;/SPAN&gt; then I want resulting values to sum up for &lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;OL_DateID with 24147, 24148, 24149, ... till 24158.. &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 May 2013 12:58:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-For-Rolling-Months/m-p/462305#M559822</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-05-15T12:58:56Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis For Rolling Months</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-For-Rolling-Months/m-p/462306#M559823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;sum({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Flag={'7'},&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;OL_ReportDateID&lt;/SPAN&gt;={&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;24147&lt;/SPAN&gt;},&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;OL_DateID&lt;/SPAN&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;={"&amp;gt;$(=Date(Addmonths(Max(&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;OL_DateID&lt;/SPAN&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;),-12)))&amp;lt;=$(=DAte(Addmonth(Max(&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;OL_DateID&lt;/SPAN&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;),0)))"}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Amount/1000000&lt;/SPAN&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;I remove the format.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;Try to use directly may be&amp;nbsp; try to check with selection&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 May 2013 13:11:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-For-Rolling-Months/m-p/462306#M559823</guid>
      <dc:creator>er_mohit</dc:creator>
      <dc:date>2013-05-15T13:11:19Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis For Rolling Months</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-For-Rolling-Months/m-p/462307#M559824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not working yet &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 May 2013 13:15:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-For-Rolling-Months/m-p/462307#M559824</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-05-15T13:15:01Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis For Rolling Months</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-For-Rolling-Months/m-p/462308#M559825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;could you please attach your application?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 May 2013 13:34:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-For-Rolling-Months/m-p/462308#M559825</guid>
      <dc:creator>jvitantonio</dc:creator>
      <dc:date>2013-05-15T13:34:44Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis For Rolling Months</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-For-Rolling-Months/m-p/462309#M559826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Application is 200 MB .. Wont be able to share...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to use this expression... But sows error in underlined part .. Or if you could assist with some other expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum({$&amp;lt;Flag={'7'},OL_ReportDateID = {“&amp;gt;=$(=Max(OL_DateID) – 11) &amp;lt;= $(=Max(OL_DateID)&lt;SPAN style="text-decoration: underline;"&gt;)”} &amp;gt;} Amount/1000000)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 May 2013 13:39:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-For-Rolling-Months/m-p/462309#M559826</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-05-15T13:39:01Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis For Rolling Months</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-For-Rolling-Months/m-p/462310#M559827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please reduce the data (File --&amp;gt; Reduce Data) and share the application. It's way easier for us to help you. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 May 2013 13:43:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-For-Rolling-Months/m-p/462310#M559827</guid>
      <dc:creator>jvitantonio</dc:creator>
      <dc:date>2013-05-15T13:43:33Z</dc:date>
    </item>
  </channel>
</rss>

