<?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: Aggregating one field when values in another match. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Aggregating-one-field-when-values-in-another-match/m-p/418589#M1153737</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Find attached the QVW file. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Apr 2013 14:36:52 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-04-03T14:36:52Z</dc:date>
    <item>
      <title>Aggregating one field when values in another match.</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregating-one-field-when-values-in-another-match/m-p/418587#M1153735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello gentlemen,&lt;/P&gt;&lt;P&gt;I have the following problem:&lt;/P&gt;&lt;P&gt;there's an ID field of sorts in the table and fields with date and values.&lt;/P&gt;&lt;P&gt;ID repeats across dates and values, but date+value fields do not repeat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to aggregate all this within the loading script so that I get one line for every ID and date (month, specifically) combo with the sum of all associated values.&lt;/P&gt;&lt;P&gt;There's so many values that this needs to be done in the loading script, not the UI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Included is an excel file with the how the source table looks and how it's supposed to look after aggregation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Apr 2013 14:04:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregating-one-field-when-values-in-another-match/m-p/418587#M1153735</guid>
      <dc:creator />
      <dc:date>2013-04-03T14:04:48Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregating one field when values in another match.</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregating-one-field-when-values-in-another-match/m-p/418588#M1153736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;T1:&lt;/P&gt;&lt;P&gt;load ID, Month, sum(Sum) as Sum&lt;/P&gt;&lt;P&gt;group by ID, Month;&lt;/P&gt;&lt;P&gt;LOAD ID, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MonthName(Date) as Month, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sum&lt;/P&gt;&lt;P&gt;FROM aggregation.xlsx (ooxml, embedded labels, table is Source);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See attached example&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Apr 2013 14:27:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregating-one-field-when-values-in-another-match/m-p/418588#M1153736</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-04-03T14:27:05Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregating one field when values in another match.</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregating-one-field-when-values-in-another-match/m-p/418589#M1153737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Find attached the QVW file. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Apr 2013 14:36:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregating-one-field-when-values-in-another-match/m-p/418589#M1153737</guid>
      <dc:creator />
      <dc:date>2013-04-03T14:36:52Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregating one field when values in another match.</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregating-one-field-when-values-in-another-match/m-p/418590#M1153738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Gysbert, it looks like group by is what I was looking for.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Apr 2013 14:48:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregating-one-field-when-values-in-another-match/m-p/418590#M1153738</guid>
      <dc:creator />
      <dc:date>2013-04-03T14:48:32Z</dc:date>
    </item>
  </channel>
</rss>

