<?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 Combining events into event keys and adding sums, respectively in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Combining-events-into-event-keys-and-adding-sums-respectively/m-p/734657#M474346</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;I want to take this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/67145_1.png" style="width: 620px; height: 370px;" /&gt;&lt;/P&gt;&lt;P&gt;And make it so each eventtitle is paired with another eventtitle in a key pairing, for example Annual Meeting 2012-Annual Meeting 2013.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to do every combination of the event column with the other events (Annual Meeting 2012-Nurse Manager Fellow's; Annual Meeting 2012-From Worst to First... etc.) and I want to add up the sumregistration column for each event (so Annual Meeting 2012-Nurse Manager Fellow's sum(sumregistration) = 8300) if that makes sense.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Sep 2014 18:30:03 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-09-18T18:30:03Z</dc:date>
    <item>
      <title>Combining events into event keys and adding sums, respectively</title>
      <link>https://community.qlik.com/t5/QlikView/Combining-events-into-event-keys-and-adding-sums-respectively/m-p/734657#M474346</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;I want to take this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/67145_1.png" style="width: 620px; height: 370px;" /&gt;&lt;/P&gt;&lt;P&gt;And make it so each eventtitle is paired with another eventtitle in a key pairing, for example Annual Meeting 2012-Annual Meeting 2013.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to do every combination of the event column with the other events (Annual Meeting 2012-Nurse Manager Fellow's; Annual Meeting 2012-From Worst to First... etc.) and I want to add up the sumregistration column for each event (so Annual Meeting 2012-Nurse Manager Fellow's sum(sumregistration) = 8300) if that makes sense.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2014 18:30:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combining-events-into-event-keys-and-adding-sums-respectively/m-p/734657#M474346</guid>
      <dc:creator />
      <dc:date>2014-09-18T18:30:03Z</dc:date>
    </item>
    <item>
      <title>Re: Combining events into event keys and adding sums, respectively</title>
      <link>https://community.qlik.com/t5/QlikView/Combining-events-into-event-keys-and-adding-sums-respectively/m-p/734658#M474347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;.....and I would like your test data to try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;some ideas (pairing, every combination, ....) in the attachment&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2014 19:14:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combining-events-into-event-keys-and-adding-sums-respectively/m-p/734658#M474347</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-09-18T19:14:03Z</dc:date>
    </item>
    <item>
      <title>Re: Combining events into event keys and adding sums, respectively</title>
      <link>https://community.qlik.com/t5/QlikView/Combining-events-into-event-keys-and-adding-sums-respectively/m-p/734659#M474348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I actually just figured it out. I made a mapping load out of the first table I put up then I found the distinct eventkey from a previous table I had after that I did a map substring load:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RegSumGraph:&lt;/P&gt;&lt;P&gt;mapping load&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EVENTTITLE as Event1,&lt;/P&gt;&lt;P&gt;SUMREGISTRATIONPRICE as sumreg&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Resident DistinctSum;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CombineSum:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MapSubString('RegSumGraph',EventTemp1) as sum1,&lt;/P&gt;&lt;P&gt;MapSubString('RegSumGraph',EventTemp2) as sum2,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EventKey&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's probably confusing considering you didn't see the data but I hope that clear it up a bit! Thanks anyway!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2014 19:46:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combining-events-into-event-keys-and-adding-sums-respectively/m-p/734659#M474348</guid>
      <dc:creator />
      <dc:date>2014-09-18T19:46:33Z</dc:date>
    </item>
  </channel>
</rss>

