<?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: repeating aggr value in straight table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/repeating-aggr-value-in-straight-table/m-p/1179979#M519886</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count(TOTAL &amp;lt;Year&amp;gt; Headcount)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Sep 2016 11:46:33 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-09-23T11:46:33Z</dc:date>
    <item>
      <title>repeating aggr value in straight table</title>
      <link>https://community.qlik.com/t5/QlikView/repeating-aggr-value-in-straight-table/m-p/1179974#M519881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I Have a straight table like this. I want to repeat values in a column which is total of Asia+America using expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let say if i use this formula&amp;nbsp; aggr( count(distinct EmpID),Year). it only returns one value .i.e 35 and 70 but doesn't repeat same in all the columns?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 303px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="20" width="64"&gt;Year&lt;/TD&gt;&lt;TD width="64"&gt;Region &lt;/TD&gt;&lt;TD width="111"&gt;Headcount&lt;/TD&gt;&lt;TD width="64"&gt;Total&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20"&gt;2016&lt;/TD&gt;&lt;TD&gt;Asia&lt;/TD&gt;&lt;TD align="right"&gt;15&lt;/TD&gt;&lt;TD align="right"&gt;35&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20"&gt;2016&lt;/TD&gt;&lt;TD&gt;America&lt;/TD&gt;&lt;TD align="right"&gt;20&lt;/TD&gt;&lt;TD align="right"&gt;35&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20"&gt;2015&lt;/TD&gt;&lt;TD&gt;Asia&lt;/TD&gt;&lt;TD align="right"&gt;30&lt;/TD&gt;&lt;TD align="right"&gt;70&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20"&gt;2015&lt;/TD&gt;&lt;TD&gt;America&lt;/TD&gt;&lt;TD align="right"&gt;40&lt;/TD&gt;&lt;TD align="right"&gt;70&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20"&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD align="right"&gt;&lt;/TD&gt;&lt;TD align="right"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2016 10:44:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/repeating-aggr-value-in-straight-table/m-p/1179974#M519881</guid>
      <dc:creator>harleen_singh</dc:creator>
      <dc:date>2016-09-23T10:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: repeating aggr value in straight table</title>
      <link>https://community.qlik.com/t5/QlikView/repeating-aggr-value-in-straight-table/m-p/1179975#M519882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is your expected Output? you want 105 for both years and both continents?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2016 10:53:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/repeating-aggr-value-in-straight-table/m-p/1179975#M519882</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-23T10:53:32Z</dc:date>
    </item>
    <item>
      <title>Re: repeating aggr value in straight table</title>
      <link>https://community.qlik.com/t5/QlikView/repeating-aggr-value-in-straight-table/m-p/1179976#M519883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;&lt;EM&gt;count(distinct Total EmpID)&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2016 11:01:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/repeating-aggr-value-in-straight-table/m-p/1179976#M519883</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2016-09-23T11:01:29Z</dc:date>
    </item>
    <item>
      <title>Re: repeating aggr value in straight table</title>
      <link>https://community.qlik.com/t5/QlikView/repeating-aggr-value-in-straight-table/m-p/1179977#M519884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Harleen, the Aggr parameter is 'Year' so it will return one value for each year, and each row will get the value of his year: &lt;/P&gt;&lt;P&gt;- Rows with Year=2016 get '35'&lt;/P&gt;&lt;P&gt;- Rows with year=2015 get '70'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want '105' on all rows the expression given by Settu should work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2016 11:15:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/repeating-aggr-value-in-straight-table/m-p/1179977#M519884</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2016-09-23T11:15:24Z</dc:date>
    </item>
    <item>
      <title>Re: repeating aggr value in straight table</title>
      <link>https://community.qlik.com/t5/QlikView/repeating-aggr-value-in-straight-table/m-p/1179978#M519885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For above data what is ur expected output ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2016 11:31:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/repeating-aggr-value-in-straight-table/m-p/1179978#M519885</guid>
      <dc:creator>nagarjuna_kotha</dc:creator>
      <dc:date>2016-09-23T11:31:56Z</dc:date>
    </item>
    <item>
      <title>Re: repeating aggr value in straight table</title>
      <link>https://community.qlik.com/t5/QlikView/repeating-aggr-value-in-straight-table/m-p/1179979#M519886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count(TOTAL &amp;lt;Year&amp;gt; Headcount)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2016 11:46:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/repeating-aggr-value-in-straight-table/m-p/1179979#M519886</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-23T11:46:33Z</dc:date>
    </item>
    <item>
      <title>Re: repeating aggr value in straight table</title>
      <link>https://community.qlik.com/t5/QlikView/repeating-aggr-value-in-straight-table/m-p/1179980#M519887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or this&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&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; font-size: 13px;"&gt;&lt;STRONG&gt;Count(Distinct TOTAL &amp;lt;Year&amp;gt; EmpID)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2016 11:47:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/repeating-aggr-value-in-straight-table/m-p/1179980#M519887</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-23T11:47:21Z</dc:date>
    </item>
    <item>
      <title>Re: repeating aggr value in straight table</title>
      <link>https://community.qlik.com/t5/QlikView/repeating-aggr-value-in-straight-table/m-p/1179981#M519888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or you can do like this with Aggr()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Aggr(NODISTINCT Count(Distinct EmpID), Year)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2016 11:48:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/repeating-aggr-value-in-straight-table/m-p/1179981#M519888</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-23T11:48:15Z</dc:date>
    </item>
    <item>
      <title>Re: repeating aggr value in straight table</title>
      <link>https://community.qlik.com/t5/QlikView/repeating-aggr-value-in-straight-table/m-p/1179982#M519889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Output i want is following. Total row you see here is the output i needed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="border: 0px; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;TBODY style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD height="20" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit;" width="64"&gt;Year&lt;/TD&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit;" width="64"&gt;Region&lt;/TD&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit;" width="111"&gt;Headcount&lt;/TD&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit;" width="64"&gt;Total&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD align="right" height="20" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit;"&gt;2016&lt;/TD&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit;"&gt;Asia&lt;/TD&gt;&lt;TD align="right" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit;"&gt;15&lt;/TD&gt;&lt;TD align="right" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit;"&gt;35&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD align="right" height="20" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit;"&gt;2016&lt;/TD&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit;"&gt;America&lt;/TD&gt;&lt;TD align="right" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit;"&gt;20&lt;/TD&gt;&lt;TD align="right" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit;"&gt;35&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD align="right" height="20" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit;"&gt;2015&lt;/TD&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit;"&gt;Asia&lt;/TD&gt;&lt;TD align="right" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit;"&gt;30&lt;/TD&gt;&lt;TD align="right" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit;"&gt;70&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD align="right" height="20" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit;"&gt;2015&lt;/TD&gt;&lt;TD style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit;"&gt;America&lt;/TD&gt;&lt;TD align="right" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit;"&gt;40&lt;/TD&gt;&lt;TD align="right" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit;"&gt;70&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2016 11:52:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/repeating-aggr-value-in-straight-table/m-p/1179982#M519889</guid>
      <dc:creator>harleen_singh</dc:creator>
      <dc:date>2016-09-23T11:52:38Z</dc:date>
    </item>
    <item>
      <title>Re: repeating aggr value in straight table</title>
      <link>https://community.qlik.com/t5/QlikView/repeating-aggr-value-in-straight-table/m-p/1179983#M519890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757; font-size: 10pt;"&gt;RangeSum&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="color: #575757;"&gt;(Top(Sum(Headcount),1,NoOfRows()))&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2016 11:53:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/repeating-aggr-value-in-straight-table/m-p/1179983#M519890</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2016-09-23T11:53:30Z</dc:date>
    </item>
    <item>
      <title>Re: repeating aggr value in straight table</title>
      <link>https://community.qlik.com/t5/QlikView/repeating-aggr-value-in-straight-table/m-p/1179984#M519891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, I understood the opposite, then I think the NODISTINCT option given by sunny is what you are searching for.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2016 11:58:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/repeating-aggr-value-in-straight-table/m-p/1179984#M519891</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2016-09-23T11:58:02Z</dc:date>
    </item>
    <item>
      <title>Re: repeating aggr value in straight table</title>
      <link>https://community.qlik.com/t5/QlikView/repeating-aggr-value-in-straight-table/m-p/1179985#M519892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ruben, &lt;SPAN style="font-size: 10pt;"&gt;is this not going to work?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Count(Distinct TOTAL &amp;lt;Year&amp;gt; EmpID)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2016 12:04:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/repeating-aggr-value-in-straight-table/m-p/1179985#M519892</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-23T12:04:23Z</dc:date>
    </item>
    <item>
      <title>Re: repeating aggr value in straight table</title>
      <link>https://community.qlik.com/t5/QlikView/repeating-aggr-value-in-straight-table/m-p/1179986#M519893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please refer this, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-8242" style="font-size: 10pt;" title="https://community.qlik.com/docs/DOC-8242"&gt;https://community.qlik.com/docs/DOC-8242&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As i Understand, He don't have Total Column on his qvw, Might be you are expecting Total using three Dim's. I hope this helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2016 12:13:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/repeating-aggr-value-in-straight-table/m-p/1179986#M519893</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2016-09-23T12:13:24Z</dc:date>
    </item>
    <item>
      <title>Re: repeating aggr value in straight table</title>
      <link>https://community.qlik.com/t5/QlikView/repeating-aggr-value-in-straight-table/m-p/1179987#M519894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, it can work too, I mentioned the NODISTINCT because it's the more similar to the original expression, it only needs this keyword to repeat values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the other two can also work...well, the first one -&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Count(TOTAL &amp;lt;Year&amp;gt; Headcount)&lt;/STRONG&gt;- needs a Sum() intead of a Count()... things of quick-answering i guess. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2016 12:16:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/repeating-aggr-value-in-straight-table/m-p/1179987#M519894</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2016-09-23T12:16:25Z</dc:date>
    </item>
    <item>
      <title>Re: repeating aggr value in straight table</title>
      <link>https://community.qlik.com/t5/QlikView/repeating-aggr-value-in-straight-table/m-p/1179988#M519895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks Ruben&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2016 12:19:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/repeating-aggr-value-in-straight-table/m-p/1179988#M519895</guid>
      <dc:creator>harleen_singh</dc:creator>
      <dc:date>2016-09-23T12:19:32Z</dc:date>
    </item>
  </channel>
</rss>

