<?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: Aggr in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Aggr/m-p/701848#M474460</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, I do have multiple buyer names and would like the result based on the Buyer Name selected in a list box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Isabel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Sep 2014 17:38:56 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-09-15T17:38:56Z</dc:date>
    <item>
      <title>Aggr</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr/m-p/701843#M474455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to sum([Units YTD]) for the max([Period_Number]) and aggr by Buyer Name. How exactly can I do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Isabel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Sep 2014 16:39:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr/m-p/701843#M474455</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-15T16:39:10Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr/m-p/701844#M474456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Straight table:&lt;/P&gt;&lt;P&gt;Dimension: [Buyer Name]&lt;/P&gt;&lt;P&gt;Expression: =Sum({&amp;lt;[Period Number]={"$(=Max([Period Number]))"}&amp;gt;} [Units YTD])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Sep 2014 17:01:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr/m-p/701844#M474456</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-09-15T17:01:17Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr/m-p/701845#M474457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you, that works as a straight table however I should have mentioned that I am trying to do it as a text object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Isabel &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Sep 2014 17:04:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr/m-p/701845#M474457</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-15T17:04:00Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr/m-p/701846#M474458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you expecting a single value as output? If so, then what do you really mean by '... and aggr by Buyer Name' ? Could you explain a bit more?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Sep 2014 17:10:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr/m-p/701846#M474458</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-09-15T17:10:22Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr/m-p/701847#M474459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Based on tresesco's post try the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=aggr([Buyer Name], sum({&amp;lt;[Period_Number])={&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;"$(=Max([Period Number]))"}&amp;gt;} [Units YTD]))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; 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-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Note, however, if you have multiple Buyer Names you might need to aggregate your result.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Sep 2014 17:14:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr/m-p/701847#M474459</guid>
      <dc:creator>simondachstr</dc:creator>
      <dc:date>2014-09-15T17:14:01Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr/m-p/701848#M474460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, I do have multiple buyer names and would like the result based on the Buyer Name selected in a list box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Isabel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Sep 2014 17:38:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr/m-p/701848#M474460</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-15T17:38:56Z</dc:date>
    </item>
  </channel>
</rss>

