<?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: Data Aggregation Problem in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Data-Aggregation-Problem/m-p/2467919#M99416</link>
    <description>&lt;P&gt;The capacity of the venue is fixed, so, in using your example, the record will always show the capacity as the same number as well as listing the number of tickets sold as 10.&lt;/P&gt;
&lt;P&gt;I hope that makes sense?&lt;/P&gt;</description>
    <pubDate>Thu, 04 Jul 2024 08:15:51 GMT</pubDate>
    <dc:creator>cgT</dc:creator>
    <dc:date>2024-07-04T08:15:51Z</dc:date>
    <item>
      <title>Data Aggregation Problem</title>
      <link>https://community.qlik.com/t5/App-Development/Data-Aggregation-Problem/m-p/2467551#M99349</link>
      <description>&lt;P&gt;Hi experts,&lt;/P&gt;
&lt;P&gt;I'm having a problem with some data based around capacities in an auditorium.&lt;/P&gt;
&lt;P&gt;I have a fixed capacity figure (pulled through from a spreadsheet, I'm using QS Enterprise) which is broken down into each level of the auditorium. Here is an example:&lt;/P&gt;
&lt;TABLE width="330"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="125px"&gt;Performance Date &amp;amp; Time&lt;/TD&gt;
&lt;TD width="95px"&gt;Capacity&lt;/TD&gt;
&lt;TD width="109px"&gt;Part of House&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="125px"&gt;29/04/24 19:30&lt;/TD&gt;
&lt;TD width="95px"&gt;713&lt;/TD&gt;
&lt;TD width="109px"&gt;Stalls&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="125px"&gt;29/04/24 19:30&lt;/TD&gt;
&lt;TD width="95px"&gt;442&lt;/TD&gt;
&lt;TD width="109px"&gt;Dress Circle&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="125px"&gt;29/04/24 19:30&lt;/TD&gt;
&lt;TD width="95px"&gt;372&lt;/TD&gt;
&lt;TD width="109px"&gt;Grand Circle&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;These are pulling through correctly. However, when I take out the 'Part of House' dimension, it appears to aggregate this numbers, like so:&lt;/P&gt;
&lt;TABLE width="332px"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="195.25px"&gt;Performance Date &amp;amp; Time&lt;/TD&gt;
&lt;TD width="135.75px"&gt;Capacity&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="195.25px"&gt;29/04/24 19:30&lt;/TD&gt;
&lt;TD width="135.75px"&gt;550.4589178&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I was expecting this numbers to sum together, creating a total of 1,527. It appears that some sort of an aggregation is being applied, as though the 1,527 total is being divided by the number of Parts of House, however this doesn't add up either, as multiplying the 550.4589178 by 3 gives 1,651.38.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is anyone able to help me decipher what's going on please?&lt;/P&gt;
&lt;P&gt;Many thanks,&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2024 10:10:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Data-Aggregation-Problem/m-p/2467551#M99349</guid>
      <dc:creator>cgT</dc:creator>
      <dc:date>2024-07-03T10:10:15Z</dc:date>
    </item>
    <item>
      <title>Re: Data Aggregation Problem</title>
      <link>https://community.qlik.com/t5/App-Development/Data-Aggregation-Problem/m-p/2467605#M99355</link>
      <description>&lt;P&gt;And to add clarity, this expression is currently calculating the capacity down to the PoH level:&lt;/P&gt;
&lt;PRE&gt;sum(Capacity)/count([Performance Date &amp;amp; Time])&lt;/PRE&gt;</description>
      <pubDate>Wed, 03 Jul 2024 12:03:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Data-Aggregation-Problem/m-p/2467605#M99355</guid>
      <dc:creator>cgT</dc:creator>
      <dc:date>2024-07-03T12:03:37Z</dc:date>
    </item>
    <item>
      <title>Re: Data Aggregation Problem</title>
      <link>https://community.qlik.com/t5/App-Development/Data-Aggregation-Problem/m-p/2467621#M99357</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/183081"&gt;@cgT&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;that's odd.&lt;/P&gt;
&lt;P&gt;If you create two separate expressions:&lt;/P&gt;
&lt;P&gt;-&amp;nbsp;sum(Capacity)&lt;/P&gt;
&lt;P&gt;-&amp;nbsp;count([Performance Date &amp;amp; Time])&lt;/P&gt;
&lt;P&gt;what values do you get?&lt;/P&gt;
&lt;P&gt;I suggest you test these expressions in both tables, to check if some values are not aligned.&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2024 12:25:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Data-Aggregation-Problem/m-p/2467621#M99357</guid>
      <dc:creator>Fabiano_Martino_Intelco</dc:creator>
      <dc:date>2024-07-03T12:25:44Z</dc:date>
    </item>
    <item>
      <title>Re: Data Aggregation Problem</title>
      <link>https://community.qlik.com/t5/App-Development/Data-Aggregation-Problem/m-p/2467639#M99362</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/101519"&gt;@Fabi&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Here is what I get if I remove the expression and just drop in the Capacity field, along with the count of PerfDate&amp;amp;Time:&lt;/P&gt;
&lt;TABLE width="563"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="110"&gt;Performance Date &amp;amp; Time&lt;/TD&gt;
&lt;TD width="110"&gt;Capacity&lt;/TD&gt;
&lt;TD width="110"&gt;Capacity&lt;/TD&gt;
&lt;TD width="233"&gt;count([Performance Date &amp;amp; Time])&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;29/04/24 19:30&lt;/TD&gt;
&lt;TD&gt;550&lt;/TD&gt;
&lt;TD&gt;549,358&lt;/TD&gt;
&lt;TD&gt;998&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2024 12:52:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Data-Aggregation-Problem/m-p/2467639#M99362</guid>
      <dc:creator>cgT</dc:creator>
      <dc:date>2024-07-03T12:52:22Z</dc:date>
    </item>
    <item>
      <title>Re: Data Aggregation Problem</title>
      <link>https://community.qlik.com/t5/App-Development/Data-Aggregation-Problem/m-p/2467644#M99365</link>
      <description>&lt;P&gt;Sum(Aggr(Sum(&lt;SPAN&gt;Capacity),&amp;nbsp;Performance Date &amp;amp; Time, Part of House))&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2024 13:08:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Data-Aggregation-Problem/m-p/2467644#M99365</guid>
      <dc:creator>TcnCunha_M</dc:creator>
      <dc:date>2024-07-03T13:08:22Z</dc:date>
    </item>
    <item>
      <title>Re: Data Aggregation Problem</title>
      <link>https://community.qlik.com/t5/App-Development/Data-Aggregation-Problem/m-p/2467646#M99366</link>
      <description>&lt;P&gt;This gives me a value of 1,815,599...&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2024 13:11:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Data-Aggregation-Problem/m-p/2467646#M99366</guid>
      <dc:creator>cgT</dc:creator>
      <dc:date>2024-07-03T13:11:25Z</dc:date>
    </item>
    <item>
      <title>Re: Data Aggregation Problem</title>
      <link>https://community.qlik.com/t5/App-Development/Data-Aggregation-Problem/m-p/2467648#M99367</link>
      <description>&lt;P&gt;so there some duplication on your data, try o add distinct&amp;nbsp;&lt;BR /&gt;&lt;SPAN&gt;Sum( distinct Aggr(Sum(&lt;/SPAN&gt;&lt;SPAN&gt;Capacity),&amp;nbsp;Performance Date &amp;amp; Time, Part of House))&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2024 13:13:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Data-Aggregation-Problem/m-p/2467648#M99367</guid>
      <dc:creator>TcnCunha_M</dc:creator>
      <dc:date>2024-07-03T13:13:00Z</dc:date>
    </item>
    <item>
      <title>Re: Data Aggregation Problem</title>
      <link>https://community.qlik.com/t5/App-Development/Data-Aggregation-Problem/m-p/2467650#M99368</link>
      <description>&lt;P&gt;The figure of 1,815,599 still remains...&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2024 13:14:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Data-Aggregation-Problem/m-p/2467650#M99368</guid>
      <dc:creator>cgT</dc:creator>
      <dc:date>2024-07-03T13:14:47Z</dc:date>
    </item>
    <item>
      <title>Re: Data Aggregation Problem</title>
      <link>https://community.qlik.com/t5/App-Development/Data-Aggregation-Problem/m-p/2467652#M99369</link>
      <description>&lt;P&gt;are there any&amp;nbsp;&lt;SPAN&gt;Part of House Null ?&lt;BR /&gt;&lt;BR /&gt;because check if&amp;nbsp; check " suppress when value is null", might be is courting now those values where if you have suppress null values doesn't count&amp;nbsp;&lt;BR /&gt;because the aggregation should solve your problem, i believe there something on&amp;nbsp; data model&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2024 13:18:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Data-Aggregation-Problem/m-p/2467652#M99369</guid>
      <dc:creator>TcnCunha_M</dc:creator>
      <dc:date>2024-07-03T13:18:56Z</dc:date>
    </item>
    <item>
      <title>Re: Data Aggregation Problem</title>
      <link>https://community.qlik.com/t5/App-Development/Data-Aggregation-Problem/m-p/2467655#M99370</link>
      <description>&lt;P&gt;See this sample i did it&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="TcnCunha_M_0-1720012829372.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/168850i3F6D778B4DD6F1E4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="TcnCunha_M_0-1720012829372.png" alt="TcnCunha_M_0-1720012829372.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2024 13:20:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Data-Aggregation-Problem/m-p/2467655#M99370</guid>
      <dc:creator>TcnCunha_M</dc:creator>
      <dc:date>2024-07-03T13:20:36Z</dc:date>
    </item>
    <item>
      <title>Re: Data Aggregation Problem</title>
      <link>https://community.qlik.com/t5/App-Development/Data-Aggregation-Problem/m-p/2467657#M99372</link>
      <description>&lt;P&gt;HI,&lt;/P&gt;
&lt;P&gt;checking your results you have a capacity of&amp;nbsp;549,358 and a date count of 998&lt;/P&gt;
&lt;P&gt;The division gives exactly&amp;nbsp;550.4589178 which is your result.&lt;/P&gt;
&lt;P&gt;I suggest you check why you have 998 dates and not 3 as expected.&lt;/P&gt;
&lt;P&gt;The advice of&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/246109"&gt;@TcnCunha_M&lt;/a&gt;&amp;nbsp;is correct, start from the data model and see if you have "strange" links between tables or duplicate values.&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2024 13:25:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Data-Aggregation-Problem/m-p/2467657#M99372</guid>
      <dc:creator>Fabiano_Martino_Intelco</dc:creator>
      <dc:date>2024-07-03T13:25:07Z</dc:date>
    </item>
    <item>
      <title>Re: Data Aggregation Problem</title>
      <link>https://community.qlik.com/t5/App-Development/Data-Aggregation-Problem/m-p/2467893#M99412</link>
      <description>&lt;P&gt;Thank you both for your suggestions.&lt;/P&gt;
&lt;P&gt;Here is an example of a line of my data (anonymised):&lt;/P&gt;
&lt;TABLE width="1363"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="126"&gt;Booking Reference&lt;/TD&gt;
&lt;TD width="103"&gt;ShowName&lt;/TD&gt;
&lt;TD width="121"&gt;Venue&lt;/TD&gt;
&lt;TD width="64"&gt;Capacity&lt;/TD&gt;
&lt;TD width="60"&gt;Tickets&lt;/TD&gt;
&lt;TD width="52"&gt;Gross&lt;/TD&gt;
&lt;TD width="82"&gt;PoH&lt;/TD&gt;
&lt;TD width="109"&gt;Profile&lt;/TD&gt;
&lt;TD width="90"&gt;Profile Group&lt;/TD&gt;
&lt;TD width="124"&gt;Discount&lt;/TD&gt;
&lt;TD width="52"&gt;Price Band&lt;/TD&gt;
&lt;TD width="108"&gt;TransactionDate&lt;/TD&gt;
&lt;TD width="150"&gt;PerformanceDateTime&lt;/TD&gt;
&lt;TD width="122"&gt;TransactionHour&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;2340560&lt;/TD&gt;
&lt;TD&gt;Mickey Mouse&lt;/TD&gt;
&lt;TD&gt;The Mouse House&lt;/TD&gt;
&lt;TD&gt;442&lt;/TD&gt;
&lt;TD&gt;12&lt;/TD&gt;
&lt;TD&gt;£882&lt;/TD&gt;
&lt;TD&gt;Dress Circle&lt;/TD&gt;
&lt;TD&gt;GROUPS (DMGS)&lt;/TD&gt;
&lt;TD&gt;Groups Sales&lt;/TD&gt;
&lt;TD&gt;GRPS Mon-Thu 10+&lt;/TD&gt;
&lt;TD&gt;A&lt;/TD&gt;
&lt;TD&gt;11/04/2024&lt;/TD&gt;
&lt;TD&gt;29/04/2024 19:30:00&lt;/TD&gt;
&lt;TD&gt;
&lt;P&gt;17&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Each sales record consists of this data. 'Capacity' refers to the total number of seats in the Part of House ( PoH - in this case the Dress Circle). This capacity figure loads in for each record which is why I divide it by the number of performances (determined by counting the number of individual Performance Date Time entires).&lt;/P&gt;
&lt;P&gt;I can't find a way of building in a capacity value for the venue itself, broken down by level because then I wouldn't need to fudge it using a calculation in-app.&lt;/P&gt;
&lt;P&gt;I'm hoping you'll be able to spot what may be wrong...&lt;/P&gt;
&lt;P&gt;Many thanks again&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jul 2024 07:28:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Data-Aggregation-Problem/m-p/2467893#M99412</guid>
      <dc:creator>cgT</dc:creator>
      <dc:date>2024-07-04T07:28:03Z</dc:date>
    </item>
    <item>
      <title>Re: Data Aggregation Problem</title>
      <link>https://community.qlik.com/t5/App-Development/Data-Aggregation-Problem/m-p/2467900#M99413</link>
      <description>&lt;P&gt;Does the capacity change when new buy happen ?&lt;BR /&gt;&lt;BR /&gt;I.e., les assume someone by a 10 new tickets, so the new record will have capacity 430 and tickets 10 ?&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jul 2024 07:45:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Data-Aggregation-Problem/m-p/2467900#M99413</guid>
      <dc:creator>TcnCunha_M</dc:creator>
      <dc:date>2024-07-04T07:45:57Z</dc:date>
    </item>
    <item>
      <title>Re: Data Aggregation Problem</title>
      <link>https://community.qlik.com/t5/App-Development/Data-Aggregation-Problem/m-p/2467919#M99416</link>
      <description>&lt;P&gt;The capacity of the venue is fixed, so, in using your example, the record will always show the capacity as the same number as well as listing the number of tickets sold as 10.&lt;/P&gt;
&lt;P&gt;I hope that makes sense?&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jul 2024 08:15:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Data-Aggregation-Problem/m-p/2467919#M99416</guid>
      <dc:creator>cgT</dc:creator>
      <dc:date>2024-07-04T08:15:51Z</dc:date>
    </item>
    <item>
      <title>Re: Data Aggregation Problem</title>
      <link>https://community.qlik.com/t5/App-Development/Data-Aggregation-Problem/m-p/2467939#M99419</link>
      <description>&lt;P&gt;Hi, this could be the cause of your problem.&lt;/P&gt;
&lt;P&gt;If you have multiple rows with the same data (&lt;SPAN&gt;PerformanceDateTime and&amp;nbsp;Capacity&lt;/SPAN&gt;) the aggregation functions (Sum and Count) will consider them as multiple values.&lt;/P&gt;
&lt;P&gt;In this scenario you can use the DSITINCT clause in the function or process in the script the table and extract with DISTINCT the data you need to create a separate table with each value included in a single row.&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jul 2024 08:43:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Data-Aggregation-Problem/m-p/2467939#M99419</guid>
      <dc:creator>Fabiano_Martino_Intelco</dc:creator>
      <dc:date>2024-07-04T08:43:50Z</dc:date>
    </item>
    <item>
      <title>Re: Data Aggregation Problem</title>
      <link>https://community.qlik.com/t5/App-Development/Data-Aggregation-Problem/m-p/2467944#M99420</link>
      <description>&lt;P&gt;So my load script looks like this:&lt;/P&gt;
&lt;PRE&gt;Sales:&lt;BR /&gt;LOAD&lt;BR /&gt;"Booking Reference",&lt;BR /&gt;Show,&lt;BR /&gt;Venue,&lt;BR /&gt;Capacity,&lt;BR /&gt;Tickets,&lt;BR /&gt;Gross,&lt;BR /&gt;PoHTrim AS PoH,&lt;BR /&gt;Profile,&lt;BR /&gt;"Profile Group",&lt;BR /&gt;Discount,&lt;BR /&gt;"Price Band",&lt;BR /&gt;PerformanceDateTime AS [Performance Date &amp;amp; Time],&lt;BR /&gt;TransactionDate AS [Transaction Date &amp;amp; Time], &lt;BR /&gt;TransactionHour&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;Would you be able to give me an example of how to load the Capacity value using the Distinct function? Would it look something like this:&lt;/P&gt;
&lt;PRE&gt;sum(DISTINCT Capacity) AS Capacity,&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;Thanks again&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jul 2024 08:50:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Data-Aggregation-Problem/m-p/2467944#M99420</guid>
      <dc:creator>cgT</dc:creator>
      <dc:date>2024-07-04T08:50:57Z</dc:date>
    </item>
    <item>
      <title>Re: Data Aggregation Problem</title>
      <link>https://community.qlik.com/t5/App-Development/Data-Aggregation-Problem/m-p/2467947#M99421</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I would create a separate table:&lt;/P&gt;
&lt;PRE&gt;CapacityTable:&lt;BR /&gt;LOAD Distinct&lt;BR /&gt;Capacity as PoHCapacity,&lt;BR /&gt;PoH,&lt;BR /&gt;[Performance Date &amp;amp; Time] as PoHPerformanceDataAndTime&lt;BR /&gt;Resident Sales;&lt;/PRE&gt;
&lt;P&gt;Note that I renamed the fields except for the PoH, that is the key between the tables.&lt;/P&gt;
&lt;P&gt;Since I don't know your data model the key might be different, but this table should be a good starting point.&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jul 2024 09:02:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Data-Aggregation-Problem/m-p/2467947#M99421</guid>
      <dc:creator>Fabiano_Martino_Intelco</dc:creator>
      <dc:date>2024-07-04T09:02:00Z</dc:date>
    </item>
    <item>
      <title>Re: Data Aggregation Problem</title>
      <link>https://community.qlik.com/t5/App-Development/Data-Aggregation-Problem/m-p/2468010#M99424</link>
      <description>&lt;P&gt;Thanks so much for this&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/229844"&gt;@Fabiano_Martino_Intelco&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;I've tweaked your script suggestion and used a Composite Key across the PoH, Venue and Show fields to get it to work correctly.&lt;/P&gt;
&lt;P&gt;Your suggestion very much inspired me though, so thank you for your help.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jul 2024 12:28:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Data-Aggregation-Problem/m-p/2468010#M99424</guid>
      <dc:creator>cgT</dc:creator>
      <dc:date>2024-07-04T12:28:31Z</dc:date>
    </item>
  </channel>
</rss>

