<?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 function in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-function/m-p/835026#M1017872</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a straight Table or Bar/Line Chart&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension&lt;/P&gt;&lt;P&gt;[Project ID]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression&lt;/P&gt;&lt;P&gt;SUM([Collection Value])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Apr 2015 11:54:18 GMT</pubDate>
    <dc:creator>MK_QSL</dc:creator>
    <dc:date>2015-04-01T11:54:18Z</dc:date>
    <item>
      <title>Set Analysis function</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-function/m-p/835021#M1017863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I would like to show the data in the chart as project id wise collected value . So how can i write this in expression using Set Analysis.&lt;/P&gt;&lt;P&gt;which function i need to use?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2015 11:41:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-function/m-p/835021#M1017863</guid>
      <dc:creator />
      <dc:date>2015-04-01T11:41:29Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis function</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-function/m-p/835022#M1017864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;take Porject Id as dimension&lt;/P&gt;&lt;P&gt;and Sum(Collected Value) as Expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2015 11:44:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-function/m-p/835022#M1017864</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2015-04-01T11:44:18Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis function</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-function/m-p/835023#M1017866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try like this....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;aggr(max(Value),projectID)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;or &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;aggr(sum(Value),projectID)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;or&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;aggr(projectID, -Sum(value)))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2015 11:45:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-function/m-p/835023#M1017866</guid>
      <dc:creator />
      <dc:date>2015-04-01T11:45:14Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis function</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-function/m-p/835024#M1017868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this,&lt;/P&gt;&lt;P&gt;=sum({$}value)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2015 11:49:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-function/m-p/835024#M1017868</guid>
      <dc:creator>buzzy996</dc:creator>
      <dc:date>2015-04-01T11:49:18Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis function</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-function/m-p/835025#M1017870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For chart , you can use Project ID as Dimension and Sum(Value) as Expression. Since Qlikview gives only the aggregated output for the dimension &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2015 11:51:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-function/m-p/835025#M1017870</guid>
      <dc:creator>simsondevadoss</dc:creator>
      <dc:date>2015-04-01T11:51:00Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis function</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-function/m-p/835026#M1017872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a straight Table or Bar/Line Chart&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension&lt;/P&gt;&lt;P&gt;[Project ID]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression&lt;/P&gt;&lt;P&gt;SUM([Collection Value])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2015 11:54:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-function/m-p/835026#M1017872</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-04-01T11:54:18Z</dc:date>
    </item>
  </channel>
</rss>

