<?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 chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-analysis-in-chart/m-p/425858#M158635</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Feb 2013 19:25:35 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-02-11T19:25:35Z</dc:date>
    <item>
      <title>Set analysis in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-in-chart/m-p/425854#M158631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to have a set analysis function based on the dimension of the chart. I tried this and does not seem to work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="33406" alt="QV - set analysis.png" class="jive-image-thumbnail jive-image" src="https://community.qlik.com/legacyfs/online/33406_QV+-+set+analysis.png" width="450" /&gt;&lt;/P&gt;&lt;P&gt;first column - CC is my dimension. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have added 3 expression columns to make my question clear. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On row for CC 269, i was expcting column 4 to have 6457.182.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2013 18:09:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-in-chart/m-p/425854#M158631</guid>
      <dc:creator />
      <dc:date>2013-02-11T18:09:59Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-in-chart/m-p/425855#M158632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try using this with Aggr().&amp;nbsp; try this expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum(Aggr(If(CCSPONSOR1 = [CC], Sum(ACTUALMANWEEKS), 0), CCSPONSOR1))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2013 18:32:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-in-chart/m-p/425855#M158632</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2013-02-11T18:32:47Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-in-chart/m-p/425856#M158633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Set analysis expressions are evaluated per chart, not per row. So you can't use CC both as dimension in your chart and in your set analysis expression. You'll have to use hardcoded values or if statements. See &lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-1335"&gt;here&lt;/A&gt; for more information.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2013 18:35:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-in-chart/m-p/425856#M158633</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-02-11T18:35:04Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-in-chart/m-p/425857#M158634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jagan, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No, that did not work. It gave exact same result as &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;=&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({1&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;CCSPONSOR1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;CC&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;ACTUALMANWEEKS&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2013 19:10:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-in-chart/m-p/425857#M158634</guid>
      <dc:creator />
      <dc:date>2013-02-11T19:10:14Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-in-chart/m-p/425858#M158635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2013 19:25:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-in-chart/m-p/425858#M158635</guid>
      <dc:creator />
      <dc:date>2013-02-11T19:25:35Z</dc:date>
    </item>
  </channel>
</rss>

