<?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: Problem with simple Aggr in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Problem-with-simple-Aggr/m-p/1072608#M924231</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi use,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like Sum(Total &amp;lt;Contrato&amp;gt; Coste)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it will give you the totals of the first dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PFA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kiran Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Apr 2016 08:40:17 GMT</pubDate>
    <dc:creator>kkkumar82</dc:creator>
    <dc:date>2016-04-07T08:40:17Z</dc:date>
    <item>
      <title>Problem with simple Aggr</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-simple-Aggr/m-p/1072602#M924225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, the situation is as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Captura.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/120848_Captura.JPG" style="height: 180px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a data table "Datos" and i need to get a table like this "Coste Servicio / Contrato"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This would be added by "Contrato" and get a table like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;C1&amp;nbsp;&amp;nbsp; S1&amp;nbsp; 5000&amp;nbsp; 8000&lt;/P&gt;&lt;P&gt;C1&amp;nbsp;&amp;nbsp; S2&amp;nbsp; 1000&amp;nbsp; 8000&lt;/P&gt;&lt;P&gt;C1&amp;nbsp;&amp;nbsp; S3&amp;nbsp; 2000&amp;nbsp; 8000&lt;/P&gt;&lt;P&gt;C2&amp;nbsp;&amp;nbsp; S1&amp;nbsp; 1000&amp;nbsp; 3000&lt;/P&gt;&lt;P&gt;C2&amp;nbsp;&amp;nbsp; S2&amp;nbsp; 2000&amp;nbsp; 3000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using the following expression "sum(Aggr(sum(Coste), Contrato))" for "CosteContrato" but I can not get the same value in each row of "Contrato"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I attach an example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thenks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-simple-Aggr/m-p/1072602#M924225</guid>
      <dc:creator>PabloOrtiz</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with simple Aggr</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-simple-Aggr/m-p/1072603#M924226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Add NoDistinct:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Aggr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Nodistinct&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Coste&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;), &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Contrato&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2016 08:18:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-simple-Aggr/m-p/1072603#M924226</guid>
      <dc:creator>asgardd2</dc:creator>
      <dc:date>2016-04-07T08:18:56Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with simple Aggr</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-simple-Aggr/m-p/1072604#M924227</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;you need to aggr on all Dimensions, like &lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Aggr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Coste&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;), &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Contrato&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Servicio&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Sorry, to fast answer, se above!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2016 08:20:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-simple-Aggr/m-p/1072604#M924227</guid>
      <dc:creator>stabben23</dc:creator>
      <dc:date>2016-04-07T08:20:01Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with simple Aggr</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-simple-Aggr/m-p/1072605#M924228</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;/P&gt;&lt;P&gt;=Agg(sum(&lt;STRONG&gt;Total&lt;/STRONG&gt; Coste),Contrato)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2016 08:20:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-simple-Aggr/m-p/1072605#M924228</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-04-07T08:20:46Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with simple Aggr</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-simple-Aggr/m-p/1072606#M924229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why you want aggr in this case simply sum() will give you result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2016 08:25:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-simple-Aggr/m-p/1072606#M924229</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2016-04-07T08:25:05Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with simple Aggr</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-simple-Aggr/m-p/1072607#M924230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to use the sum within each "Contrato" you should use&lt;/P&gt;&lt;P&gt;&amp;nbsp; sum(Total &amp;lt;Contrato&amp;gt; Coste)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2016 08:31:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-simple-Aggr/m-p/1072607#M924230</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2016-04-07T08:31:23Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with simple Aggr</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-simple-Aggr/m-p/1072608#M924231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi use,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like Sum(Total &amp;lt;Contrato&amp;gt; Coste)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it will give you the totals of the first dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PFA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kiran Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2016 08:40:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-simple-Aggr/m-p/1072608#M924231</guid>
      <dc:creator>kkkumar82</dc:creator>
      <dc:date>2016-04-07T08:40:17Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with simple Aggr</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-simple-Aggr/m-p/1072609#M924232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Henric, it works perfectly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2016 08:58:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-simple-Aggr/m-p/1072609#M924232</guid>
      <dc:creator>PabloOrtiz</dc:creator>
      <dc:date>2016-04-07T08:58:26Z</dc:date>
    </item>
  </channel>
</rss>

