<?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 support required in Move to Qlik Cloud Analytics</title>
    <link>https://community.qlik.com/t5/Move-to-Qlik-Cloud-Analytics/Set-Analysis-support-required/m-p/2504903#M2430</link>
    <description>&lt;P&gt;I need a trend line on a line graph for EVERY year with the analysis condition listed below. I'm just receiving output for a single year right now, so I'm wondering whether there's any way to change it such that several trend lines for prior years are displayed.&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#993300"&gt;Aggr(RangeSum(Above(TOTAL (sum( {$&amp;lt;Year={$(=max(Year)-1)}&amp;gt;} Quantity_Consumed ))&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#993300"&gt;/&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#993300"&gt;Sum({$&amp;lt;[TICSA],Year={$(=max(Year)-1)}&amp;gt;} TICSA)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#993300"&gt;&amp;nbsp; *&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#993300"&gt;&amp;nbsp;(&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#993300"&gt;RangeAvg(Above(Count({$&amp;lt;Year={$(=max(Year))}&amp;gt;} Equipment), 0, RowNo())))&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#993300"&gt;&amp;nbsp;, 0, RowNo(TOTAL))),Month)&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 27 Jan 2026 10:45:26 GMT</pubDate>
    <dc:creator>Saravanan024</dc:creator>
    <dc:date>2026-01-27T10:45:26Z</dc:date>
    <item>
      <title>Set Analysis support required</title>
      <link>https://community.qlik.com/t5/Move-to-Qlik-Cloud-Analytics/Set-Analysis-support-required/m-p/2504903#M2430</link>
      <description>&lt;P&gt;I need a trend line on a line graph for EVERY year with the analysis condition listed below. I'm just receiving output for a single year right now, so I'm wondering whether there's any way to change it such that several trend lines for prior years are displayed.&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#993300"&gt;Aggr(RangeSum(Above(TOTAL (sum( {$&amp;lt;Year={$(=max(Year)-1)}&amp;gt;} Quantity_Consumed ))&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#993300"&gt;/&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#993300"&gt;Sum({$&amp;lt;[TICSA],Year={$(=max(Year)-1)}&amp;gt;} TICSA)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#993300"&gt;&amp;nbsp; *&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#993300"&gt;&amp;nbsp;(&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#993300"&gt;RangeAvg(Above(Count({$&amp;lt;Year={$(=max(Year))}&amp;gt;} Equipment), 0, RowNo())))&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#993300"&gt;&amp;nbsp;, 0, RowNo(TOTAL))),Month)&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jan 2026 10:45:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Move-to-Qlik-Cloud-Analytics/Set-Analysis-support-required/m-p/2504903#M2430</guid>
      <dc:creator>Saravanan024</dc:creator>
      <dc:date>2026-01-27T10:45:26Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis support required</title>
      <link>https://community.qlik.com/t5/Move-to-Qlik-Cloud-Analytics/Set-Analysis-support-required/m-p/2504906#M2431</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/261576"&gt;@Saravanan024&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Depening on the number of years you want to see I would just change the set Analysis to (This should show 4 years) But for this to work you need Year as a Dimension.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#993300"&gt;Aggr(RangeSum(Above(TOTAL (sum( {$&amp;lt;Year={"&lt;STRONG&gt;&amp;lt;=&lt;/STRONG&gt;$(=max(Year)-4)"}&amp;gt;} Quantity_Consumed ))&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#993300"&gt;/&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#993300"&gt;Sum({$&amp;lt;[TICSA],Year={"&lt;STRONG&gt;&amp;lt;=&lt;/STRONG&gt;$(=max(Year)-4)"}&amp;gt;} TICSA)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#993300"&gt;&amp;nbsp; *&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#993300"&gt;&amp;nbsp;(&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#993300"&gt;RangeAvg(Above(Count({$&amp;lt;Year={$(=max(Year))}&amp;gt;} Equipment), 0, RowNo())))&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#993300"&gt;&amp;nbsp;, 0, RowNo(TOTAL))),Month)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000"&gt;Alternatively you can add multiple measures for "each" year. (Just change these parts in the set analysis)&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000"&gt;So change the Max(Year)-1 (Prev year)&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000"&gt;So change the Max(Year)-2 (2 Years ago)&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000"&gt;So change the Max(Year)-3 (3 Years ago)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000"&gt;Regards Jandre&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Feb 2025 06:27:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Move-to-Qlik-Cloud-Analytics/Set-Analysis-support-required/m-p/2504906#M2431</guid>
      <dc:creator>JandreKillianRIC</dc:creator>
      <dc:date>2025-02-07T06:27:08Z</dc:date>
    </item>
  </channel>
</rss>

