<?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 in a simple table: How to do refer to chart dimensions? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-analysis-in-a-simple-table-How-to-do-refer-to-chart/m-p/1250575#M858206</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or this if you plan to make selections&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Above(Sum({&amp;lt;Year&amp;gt;}Amount)) * Avg(1)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Without Selection&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/151148_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Selection&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/151149_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 29 Jan 2017 13:34:59 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2017-01-29T13:34:59Z</dc:date>
    <item>
      <title>Set analysis in a simple table: How to do refer to chart dimensions?</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-in-a-simple-table-How-to-do-refer-to-chart/m-p/1250572#M858203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;I need to compare annual data and wanted to have a simple table with the sum(Amount) of each year and the sum of last year, while the year is one of the chart dimensions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to calculate the sum of each last year for each year in the dimension as&lt;/P&gt;&lt;P&gt;sum({$&amp;lt;Year= {"$(=$(Year)-1)"}&amp;gt;} Amount)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It does not work. But why and what would be right solution?&lt;/P&gt;&lt;P&gt;I have attached a small example to your convience.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Andreas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-in-a-simple-table-How-to-do-refer-to-chart/m-p/1250572#M858203</guid>
      <dc:creator>andreas_koehler</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis in a simple table: How to do refer to chart dimensions?</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-in-a-simple-table-How-to-do-refer-to-chart/m-p/1250573#M858204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;maybe with this expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;above(sum(Amount))&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Jan 2017 13:14:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-in-a-simple-table-How-to-do-refer-to-chart/m-p/1250573#M858204</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2017-01-29T13:14:19Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis in a simple table: How to do refer to chart dimensions?</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-in-a-simple-table-How-to-do-refer-to-chart/m-p/1250574#M858205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Rangesum(Sum(Amount),above(sum(Amount)))&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Jan 2017 13:24:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-in-a-simple-table-How-to-do-refer-to-chart/m-p/1250574#M858205</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-01-29T13:24:34Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis in a simple table: How to do refer to chart dimensions?</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-in-a-simple-table-How-to-do-refer-to-chart/m-p/1250575#M858206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or this if you plan to make selections&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Above(Sum({&amp;lt;Year&amp;gt;}Amount)) * Avg(1)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Without Selection&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/151148_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Selection&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/151149_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Jan 2017 13:34:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-in-a-simple-table-How-to-do-refer-to-chart/m-p/1250575#M858206</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-29T13:34:59Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis in a simple table: How to do refer to chart dimensions?</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-in-a-simple-table-How-to-do-refer-to-chart/m-p/1250576#M858207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Massimo,&lt;/P&gt;&lt;P&gt;I had forgotten this expression. Your was the first answer that resolved the initial problem.&lt;/P&gt;&lt;P&gt;Selecting years is a problem though.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andreas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2017 08:18:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-in-a-simple-table-How-to-do-refer-to-chart/m-p/1250576#M858207</guid>
      <dc:creator>andreas_koehler</dc:creator>
      <dc:date>2017-01-30T08:18:04Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis in a simple table: How to do refer to chart dimensions?</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-in-a-simple-table-How-to-do-refer-to-chart/m-p/1250577#M858208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny,&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Above(Sum({&amp;lt;Year&amp;gt;}Amount)) * Avg(1)&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So by adding the "empty expression" of Avg(1), for which the selection"year" is not disregarded, the whole expression becomes filtered by the selection again?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nice trick.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Andreas&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2017 08:58:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-in-a-simple-table-How-to-do-refer-to-chart/m-p/1250577#M858208</guid>
      <dc:creator>andreas_koehler</dc:creator>
      <dc:date>2017-01-30T08:58:26Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis in a simple table: How to do refer to chart dimensions?</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-in-a-simple-table-How-to-do-refer-to-chart/m-p/1250578#M858210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes sir... &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2017 10:09:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-in-a-simple-table-How-to-do-refer-to-chart/m-p/1250578#M858210</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-30T10:09:30Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis in a simple table: How to do refer to chart dimensions?</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-in-a-simple-table-How-to-do-refer-to-chart/m-p/1250579#M858212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;thanks for all your help.&lt;/P&gt;&lt;P&gt;Please find an updated version of the example with all the answers side-by-side.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2017 10:56:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-in-a-simple-table-How-to-do-refer-to-chart/m-p/1250579#M858212</guid>
      <dc:creator>andreas_koehler</dc:creator>
      <dc:date>2017-01-30T10:56:20Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis in a simple table: How to do refer to chart dimensions?</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-in-a-simple-table-How-to-do-refer-to-chart/m-p/1250580#M858215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you just compiling and sharing our responses or is there a question for us &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2017 10:58:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-in-a-simple-table-How-to-do-refer-to-chart/m-p/1250580#M858215</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-30T10:58:45Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis in a simple table: How to do refer to chart dimensions?</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-in-a-simple-table-How-to-do-refer-to-chart/m-p/1250581#M858217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just sharing. My attempt to give something back to the community.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Mar 2017 14:07:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-in-a-simple-table-How-to-do-refer-to-chart/m-p/1250581#M858217</guid>
      <dc:creator>andreas_koehler</dc:creator>
      <dc:date>2017-03-09T14:07:03Z</dc:date>
    </item>
  </channel>
</rss>

