<?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: Average Monthly Aggregate in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Average-Monthly-Aggregate/m-p/74219#M607434</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, yes I am. It is then joined back into the SC table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Apr 2018 09:16:43 GMT</pubDate>
    <dc:creator>c_latham</dc:creator>
    <dc:date>2018-04-09T09:16:43Z</dc:date>
    <item>
      <title>Average Monthly Aggregate</title>
      <link>https://community.qlik.com/t5/QlikView/Average-Monthly-Aggregate/m-p/74216#M607430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I have a real basic QV App whereby I have a dimension table of Stock control, like below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Key&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Location&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;DateIn&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;DateOut&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;101&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;01-01-2018 01:00&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;02-01-2018 01:00 &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;101&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;01-02-2018 06:55&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;20-02-2018 05:00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;3&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;102&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;02-01-2018 00:00&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;03-01-2018 00:00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;4&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;103&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;13-03-2018 06:00&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;15-03-2018 07:00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;5&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;101&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;02-02-2018 23:00&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;28-02-2018 23:00&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then a Fact table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Key&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Dwell Days&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;19&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;3&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;4&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;5&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;26&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I then have a MasterCal based on DateIn.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I expect using this expression is to get an average dwell per month =Aggr(Avg([Dwell]),[MonthYear])&lt;/P&gt;&lt;P&gt;With my expected results being:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;MonthYear&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;AvgDwell&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Jan 2018&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Feb 2018&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;22.5&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Mar 2018&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I am getting however is the same result per month:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid #000000; width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;MonthYear&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;AvgDwell&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Jan 2018&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;9.8&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Feb 2018&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;9.8&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Mar 2018&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;9.8&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone point me in the right direction?!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Apr 2018 20:32:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Average-Monthly-Aggregate/m-p/74216#M607430</guid>
      <dc:creator>c_latham</dc:creator>
      <dc:date>2018-04-07T20:32:09Z</dc:date>
    </item>
    <item>
      <title>Re: Average Monthly Aggregate</title>
      <link>https://community.qlik.com/t5/QlikView/Average-Monthly-Aggregate/m-p/74217#M607431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you using Interval Match with your DateIn and DateOut table?&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3037"&gt;IntervalMatch&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Apr 2018 18:19:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Average-Monthly-Aggregate/m-p/74217#M607431</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-04-08T18:19:04Z</dc:date>
    </item>
    <item>
      <title>Re: Average Monthly Aggregate</title>
      <link>https://community.qlik.com/t5/QlikView/Average-Monthly-Aggregate/m-p/74218#M607432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why do you even need Aggr here if [Month year ] is the only&amp;nbsp; dimension&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/198847_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Apr 2018 19:14:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Average-Monthly-Aggregate/m-p/74218#M607432</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2018-04-08T19:14:11Z</dc:date>
    </item>
    <item>
      <title>Re: Average Monthly Aggregate</title>
      <link>https://community.qlik.com/t5/QlikView/Average-Monthly-Aggregate/m-p/74219#M607434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, yes I am. It is then joined back into the SC table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Apr 2018 09:16:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Average-Monthly-Aggregate/m-p/74219#M607434</guid>
      <dc:creator>c_latham</dc:creator>
      <dc:date>2018-04-09T09:16:43Z</dc:date>
    </item>
    <item>
      <title>Re: Average Monthly Aggregate</title>
      <link>https://community.qlik.com/t5/QlikView/Average-Monthly-Aggregate/m-p/74220#M607435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry Pradosh, You are correct in that i don't need it, i still get the same answer. I think as Sunny eluded to, this could be because I am using interval match.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Apr 2018 09:21:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Average-Monthly-Aggregate/m-p/74220#M607435</guid>
      <dc:creator>c_latham</dc:creator>
      <dc:date>2018-04-09T09:21:51Z</dc:date>
    </item>
    <item>
      <title>Re: Average Monthly Aggregate</title>
      <link>https://community.qlik.com/t5/QlikView/Average-Monthly-Aggregate/m-p/74221#M607436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What are you interval matching on from your second table's point of view? In other words, which field does DateIn and DateOut matched to?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Apr 2018 17:40:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Average-Monthly-Aggregate/m-p/74221#M607436</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-04-09T17:40:55Z</dc:date>
    </item>
    <item>
      <title>Re: Average Monthly Aggregate</title>
      <link>https://community.qlik.com/t5/QlikView/Average-Monthly-Aggregate/m-p/74222#M607437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/171708"&gt;stalwar1&lt;/A&gt;‌ how did you know he is using interval match ? &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/shocked.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Apr 2018 17:43:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Average-Monthly-Aggregate/m-p/74222#M607437</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2018-04-09T17:43:49Z</dc:date>
    </item>
    <item>
      <title>Re: Average Monthly Aggregate</title>
      <link>https://community.qlik.com/t5/QlikView/Average-Monthly-Aggregate/m-p/74223#M607438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How else can you join two dates in a single table to one date in another table &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Apr 2018 17:45:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Average-Monthly-Aggregate/m-p/74223#M607438</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-04-09T17:45:26Z</dc:date>
    </item>
    <item>
      <title>Re: Average Monthly Aggregate</title>
      <link>https://community.qlik.com/t5/QlikView/Average-Monthly-Aggregate/m-p/74224#M607439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;I created a bridge whereby I created a Key using key &amp;amp; datein.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2018 11:27:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Average-Monthly-Aggregate/m-p/74224#M607439</guid>
      <dc:creator>c_latham</dc:creator>
      <dc:date>2018-04-10T11:27:40Z</dc:date>
    </item>
    <item>
      <title>Re: Average Monthly Aggregate</title>
      <link>https://community.qlik.com/t5/QlikView/Average-Monthly-Aggregate/m-p/74225#M607440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just a note: I'm not slow to reply, my comments need to be moderated first!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2018 12:58:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Average-Monthly-Aggregate/m-p/74225#M607440</guid>
      <dc:creator>c_latham</dc:creator>
      <dc:date>2018-04-10T12:58:20Z</dc:date>
    </item>
    <item>
      <title>Re: Average Monthly Aggregate</title>
      <link>https://community.qlik.com/t5/QlikView/Average-Monthly-Aggregate/m-p/74226#M607441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you be able to share your script?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2018 15:06:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Average-Monthly-Aggregate/m-p/74226#M607441</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-04-10T15:06:03Z</dc:date>
    </item>
    <item>
      <title>Re: Average Monthly Aggregate</title>
      <link>https://community.qlik.com/t5/QlikView/Average-Monthly-Aggregate/m-p/74227#M607442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess the problem is that you don't have your master calendar connected to your fact table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/199158_Capture.PNG" style="height: 352px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since MonthYear is not connected to the main table....Avg([Dwell in Location]) is same across MonthYear... In the file that you provided what is DateIn and what is DateOut? Is t_put - DateIn and Next Location Put - DateOut?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, what if DateIn and and DateOut span multiple months? Is that something which can happen?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2018 19:36:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Average-Monthly-Aggregate/m-p/74227#M607442</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-04-10T19:36:13Z</dc:date>
    </item>
    <item>
      <title>Re: Average Monthly Aggregate</title>
      <link>https://community.qlik.com/t5/QlikView/Average-Monthly-Aggregate/m-p/74228#M607443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not entirely certain I know how I would get the Master Cal to link to the Fact table. If I did a date(t_put), MM-YYYY on the fact table I would get a link?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again you’re correct on your assumption of t_put and Next Location Put!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes that’s true stock can come in and stay in a location for months and not move, again not entirely certain I would know how to get this to display! Thanks Sunny!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2018 19:44:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Average-Monthly-Aggregate/m-p/74228#M607443</guid>
      <dc:creator>c_latham</dc:creator>
      <dc:date>2018-04-10T19:44:25Z</dc:date>
    </item>
    <item>
      <title>Re: Average Monthly Aggregate</title>
      <link>https://community.qlik.com/t5/QlikView/Average-Monthly-Aggregate/m-p/74229#M607444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you look at the thread I shared earlier?&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3037"&gt;IntervalMatch&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would suggest you to go through the thread and see if this is sort of what you are looking to do?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2018 19:45:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Average-Monthly-Aggregate/m-p/74229#M607444</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-04-10T19:45:55Z</dc:date>
    </item>
    <item>
      <title>Re: Average Monthly Aggregate</title>
      <link>https://community.qlik.com/t5/QlikView/Average-Monthly-Aggregate/m-p/74230#M607445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thats exactly what I need (And thought I had done!). I got my wires crossed! It’s been a good few years since I last used QV! Now I’ve got to the position I’m in, I think next steps are interval match and then bring the master calendar into the fact table! Do you agree?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2018 19:53:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Average-Monthly-Aggregate/m-p/74230#M607445</guid>
      <dc:creator>c_latham</dc:creator>
      <dc:date>2018-04-10T19:53:14Z</dc:date>
    </item>
    <item>
      <title>Re: Average Monthly Aggregate</title>
      <link>https://community.qlik.com/t5/QlikView/Average-Monthly-Aggregate/m-p/74231#M607446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would keep them separate because bringing them together can cause an explosion of data... you wouldn't want that.. there will be a synthetic key... but that synthetic key is actually not bad....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2018 19:54:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Average-Monthly-Aggregate/m-p/74231#M607446</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-04-10T19:54:58Z</dc:date>
    </item>
    <item>
      <title>Re: Average Monthly Aggregate</title>
      <link>https://community.qlik.com/t5/QlikView/Average-Monthly-Aggregate/m-p/74232#M607447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;‌You mean on the master calendar part? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2018 19:57:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Average-Monthly-Aggregate/m-p/74232#M607447</guid>
      <dc:creator>c_latham</dc:creator>
      <dc:date>2018-04-10T19:57:28Z</dc:date>
    </item>
  </channel>
</rss>

