<?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 using aggr inside a set expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/using-aggr-inside-a-set-expression/m-p/1113608#M367939</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 need to create a complex set expression for a chart, and I'm trying to use an aggr function inside the set expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;Wave=, Edition={"=aggr(only({&amp;lt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Edition&lt;/SPAN&gt;=, Wave={11}&amp;gt;} &lt;SPAN style="font-size: 13.3333330154419px;"&gt;Edition&lt;/SPAN&gt;), &lt;SPAN style="font-size: 13.3333330154419px;"&gt;Edition&lt;/SPAN&gt;)"}&amp;gt;}Value)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The target is to collect all waves and all the editions which belong to Wave=11.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the chart fails to calculate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you make a suggestion what is wrong with this set expression?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Larisa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Aug 2016 16:25:34 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-08-02T16:25:34Z</dc:date>
    <item>
      <title>using aggr inside a set expression</title>
      <link>https://community.qlik.com/t5/QlikView/using-aggr-inside-a-set-expression/m-p/1113608#M367939</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 need to create a complex set expression for a chart, and I'm trying to use an aggr function inside the set expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;Wave=, Edition={"=aggr(only({&amp;lt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Edition&lt;/SPAN&gt;=, Wave={11}&amp;gt;} &lt;SPAN style="font-size: 13.3333330154419px;"&gt;Edition&lt;/SPAN&gt;), &lt;SPAN style="font-size: 13.3333330154419px;"&gt;Edition&lt;/SPAN&gt;)"}&amp;gt;}Value)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The target is to collect all waves and all the editions which belong to Wave=11.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the chart fails to calculate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you make a suggestion what is wrong with this set expression?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Larisa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Aug 2016 16:25:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/using-aggr-inside-a-set-expression/m-p/1113608#M367939</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-02T16:25:34Z</dc:date>
    </item>
    <item>
      <title>Re: using aggr inside a set expression</title>
      <link>https://community.qlik.com/t5/QlikView/using-aggr-inside-a-set-expression/m-p/1113609#M367940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be 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;&lt;STRONG&gt;Sum({&amp;lt;Wave=, Edition = p({&amp;lt;Wave = {11}&amp;gt;})&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;&amp;gt;}Value)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Aug 2016 16:27:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/using-aggr-inside-a-set-expression/m-p/1113609#M367940</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-08-02T16:27:49Z</dc:date>
    </item>
    <item>
      <title>Re: using aggr inside a set expression</title>
      <link>https://community.qlik.com/t5/QlikView/using-aggr-inside-a-set-expression/m-p/1113610#M367941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;Thanks!&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Aug 2016 16:38:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/using-aggr-inside-a-set-expression/m-p/1113610#M367941</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-02T16:38:53Z</dc:date>
    </item>
  </channel>
</rss>

