<?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 12 Month Bar Chart with Set Analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Rolling-12-Month-Bar-Chart-with-Set-Analysis/m-p/1675442#M455897</link>
    <description>&lt;P&gt;That did it!&amp;nbsp; Amazing Thank you!&lt;/P&gt;</description>
    <pubDate>Thu, 13 Feb 2020 16:27:12 GMT</pubDate>
    <dc:creator>GraemeM</dc:creator>
    <dc:date>2020-02-13T16:27:12Z</dc:date>
    <item>
      <title>Rolling 12 Month Bar Chart with Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-12-Month-Bar-Chart-with-Set-Analysis/m-p/1675394#M455892</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Trying to get a Bar chart of the last rolling year's EBITDA and cannot get it to work ( I would still consider myself as a rookie)&amp;nbsp;&lt;/P&gt;&lt;P&gt;My Dimension is: %MonthYear in the following format "Jan 2020".&lt;/P&gt;&lt;P&gt;Expression that I am trying to use this board to come up at the moment:&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;%MonthYear ={"&amp;gt;=$(=Date(AddMonths(Max(%MonthYear), -11), 'MMM YYYY')&amp;lt;=$(=Date(Max(%MonthYear), 'MMM YYYY'))"},Year=, Month=&amp;gt;}$(vActEBITDA))&lt;/P&gt;&lt;P&gt;Variable for vActEBITDA:&amp;nbsp;&lt;/P&gt;&lt;P&gt;RangeSum(&lt;BR /&gt;Sum({$&amp;lt;RecordTypeDesc={'Actual'},GLAccountTreeNm4={'1153\Net income (loss)'}&amp;gt;}Amount),&lt;BR /&gt;Sum({$&amp;lt;RecordTypeDesc={'Actual'},GLAccountTreeNm6={'1884\Interest expense'}&amp;gt;}Amount),&lt;BR /&gt;Sum({$&amp;lt;RecordTypeDesc={'Actual'},GLAccountTreeNm7={'1607\Depreciation &amp;amp; Amortization'}&amp;gt;}Amount))&lt;/P&gt;&lt;P&gt;Let me know if you need actual data to help with this and I can throw together an example app.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2020 15:08:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-12-Month-Bar-Chart-with-Set-Analysis/m-p/1675394#M455892</guid>
      <dc:creator>GraemeM</dc:creator>
      <dc:date>2020-02-13T15:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling 12 Month Bar Chart with Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-12-Month-Bar-Chart-with-Set-Analysis/m-p/1675401#M455893</link>
      <description>&lt;P&gt;maybe this:&lt;/P&gt;&lt;P&gt;Sum( {$&amp;lt; %MonthYear = {"&amp;gt;=$(=Date(AddMonths(Max(%MonthYear), -11), 'MMM YYYY')&amp;lt;=$(=Date(Max(%MonthYear), 'MMM YYYY'))"}, RecordTypeDesc = {'Actual'}, GLAccountTreeNm4 = {'1153\Net income (loss)'} &amp;gt;} Amount )&lt;BR /&gt;+&lt;BR /&gt;Sum( {$&amp;lt; %MonthYear = {"&amp;gt;=$(=Date(AddMonths(Max(%MonthYear), -11), 'MMM YYYY')&amp;lt;=$(=Date(Max(%MonthYear), 'MMM YYYY'))"}, RecordTypeDesc = {'Actual'}, GLAccountTreeNm6 = {'1884\Interest expense'} &amp;gt;} Amount )&lt;BR /&gt;+&lt;BR /&gt;Sum( {$&amp;lt; %MonthYear = {"&amp;gt;=$(=Date(AddMonths(Max(%MonthYear), -11), 'MMM YYYY')&amp;lt;=$(=Date(Max(%MonthYear), 'MMM YYYY'))"}, RecordTypeDesc = {'Actual'}, GLAccountTreeNm7 = {'1607\Depreciation &amp;amp; Amortization'} &amp;gt;} Amount )&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2020 15:21:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-12-Month-Bar-Chart-with-Set-Analysis/m-p/1675401#M455893</guid>
      <dc:creator>agigliotti</dc:creator>
      <dc:date>2020-02-13T15:21:45Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling 12 Month Bar Chart with Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-12-Month-Bar-Chart-with-Set-Analysis/m-p/1675403#M455894</link>
      <description>&lt;P&gt;Hmmm, I tried that and got the "No Data to display" error&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2020 15:28:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-12-Month-Bar-Chart-with-Set-Analysis/m-p/1675403#M455894</guid>
      <dc:creator>GraemeM</dc:creator>
      <dc:date>2020-02-13T15:28:55Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling 12 Month Bar Chart with Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-12-Month-Bar-Chart-with-Set-Analysis/m-p/1675417#M455895</link>
      <description>&lt;P&gt;Did you try a rangesum with total?&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2020 15:48:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-12-Month-Bar-Chart-with-Set-Analysis/m-p/1675417#M455895</guid>
      <dc:creator>ThePeterK</dc:creator>
      <dc:date>2020-02-13T15:48:23Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling 12 Month Bar Chart with Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-12-Month-Bar-Chart-with-Set-Analysis/m-p/1675428#M455896</link>
      <description>&lt;P&gt;let's try this:&lt;/P&gt;&lt;P&gt;sum(&lt;BR /&gt;aggr(&lt;BR /&gt;rangesum(&lt;BR /&gt;above(&lt;BR /&gt;Sum( {$&amp;lt; RecordTypeDesc = {'Actual'}, GLAccountTreeNm4 = {'1153\Net income (loss)'} &amp;gt;} Amount )&lt;BR /&gt;+&lt;BR /&gt;Sum( {$&amp;lt; RecordTypeDesc = {'Actual'}, GLAccountTreeNm6 = {'1884\Interest expense'} &amp;gt;} Amount )&lt;BR /&gt;+&lt;BR /&gt;Sum( {$&amp;lt; RecordTypeDesc = {'Actual'}, GLAccountTreeNm7 = {'1607\Depreciation &amp;amp; Amortization'} &amp;gt;} Amount )&lt;BR /&gt;,&lt;BR /&gt;0, 12 ) ), %MonthYear ) )&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2020 15:59:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-12-Month-Bar-Chart-with-Set-Analysis/m-p/1675428#M455896</guid>
      <dc:creator>agigliotti</dc:creator>
      <dc:date>2020-02-13T15:59:02Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling 12 Month Bar Chart with Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Rolling-12-Month-Bar-Chart-with-Set-Analysis/m-p/1675442#M455897</link>
      <description>&lt;P&gt;That did it!&amp;nbsp; Amazing Thank you!&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2020 16:27:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rolling-12-Month-Bar-Chart-with-Set-Analysis/m-p/1675442#M455897</guid>
      <dc:creator>GraemeM</dc:creator>
      <dc:date>2020-02-13T16:27:12Z</dc:date>
    </item>
  </channel>
</rss>

