<?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: Set analysis Aggr in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-analysis-Aggr/m-p/602516#M222716</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is Valor_Factor a field name or a variable? If it's a field you can get nulls if a value from the dimension Familia has several different Valor-Factor values. Perhaps you need something like &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;EM&gt;Aggr(sum({&amp;lt;Cuenta={'31010101'}&amp;gt;}Monto*-1 /Valor_Factor),Familia). &lt;/EM&gt;And as &lt;STRONG style="font-size: 12.222222328186035px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/cleveranjos"&gt;cleveranjos&lt;/A&gt;&lt;/STRONG&gt; says you may have to add an aggregation function like max, avg or sum around your current expression.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Feb 2014 20:13:55 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2014-02-03T20:13:55Z</dc:date>
    <item>
      <title>Set analysis Aggr</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-Aggr/m-p/602514#M222714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you help me with this syntaxis:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Aggr(sum({&amp;lt;Cuenta={'31010101'}&amp;gt;}Monto*-1) /Valor_Factor,Familia) Thrown null.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Feb 2014 19:43:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-Aggr/m-p/602514#M222714</guid>
      <dc:creator>pgalvezt</dc:creator>
      <dc:date>2014-02-03T19:43:24Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis Aggr</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-Aggr/m-p/602515#M222715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need another aggregation function depeding what you want&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;max(Aggr(sum({&amp;lt;Cuenta={'31010101'}&amp;gt;}Monto*-1) /Valor_Factor,Familia) )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;avg(Aggr(sum({&amp;lt;Cuenta={'31010101'}&amp;gt;}Monto*-1) /Valor_Factor,Familia) )&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Feb 2014 19:46:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-Aggr/m-p/602515#M222715</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2014-02-03T19:46:41Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis Aggr</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-Aggr/m-p/602516#M222716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is Valor_Factor a field name or a variable? If it's a field you can get nulls if a value from the dimension Familia has several different Valor-Factor values. Perhaps you need something like &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;EM&gt;Aggr(sum({&amp;lt;Cuenta={'31010101'}&amp;gt;}Monto*-1 /Valor_Factor),Familia). &lt;/EM&gt;And as &lt;STRONG style="font-size: 12.222222328186035px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/cleveranjos"&gt;cleveranjos&lt;/A&gt;&lt;/STRONG&gt; says you may have to add an aggregation function like max, avg or sum around your current expression.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Feb 2014 20:13:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-Aggr/m-p/602516#M222716</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-02-03T20:13:55Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Set analysis Aggr</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-Aggr/m-p/602517#M222717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your answers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Still give Null. I've tried this because QlikView Show a different sum when export to excel. I put January like Example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you help me with this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Feb 2014 15:01:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-Aggr/m-p/602517#M222717</guid>
      <dc:creator>pgalvezt</dc:creator>
      <dc:date>2014-02-04T15:01:49Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Set analysis Aggr</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-Aggr/m-p/602518#M222718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See attached qvw.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Feb 2014 15:18:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-Aggr/m-p/602518#M222718</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-02-04T15:18:07Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis Aggr</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-Aggr/m-p/602519#M222719</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;Gysbert I had already that formula.What I want is to get the first result (358..).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Feb 2014 15:28:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-Aggr/m-p/602519#M222719</guid>
      <dc:creator>pgalvezt</dc:creator>
      <dc:date>2014-02-04T15:28:36Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis Aggr</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-Aggr/m-p/602520#M222720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In that case, please do explain what you want. Posting a document that contains the result you say you want is confusing. If you already have the result then why post the question?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want the value 358961245 displayed in a text box then get rid of the aggr: sum({&amp;lt;Cuenta={'31010101'}&amp;gt;}Monto*-1) /Valor_Factor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Feb 2014 15:30:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-Aggr/m-p/602520#M222720</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-02-04T15:30:35Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis Aggr</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-Aggr/m-p/602521#M222721</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;Sorry maybe I explained very bad the case &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; Sorry about that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My formula sum({&amp;lt;Cuenta={'31010101'}&amp;gt;}Monto*-1) /Valor_Factor Works fine with many views and sheets. But with some graphs does´t work the real result is 358961245. QlikView show that result (But When I export Excel the sume Gives 721677934. What I want is the real sum in excel 358961245. I hope you can understand the case...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Feb 2014 15:37:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-Aggr/m-p/602521#M222721</guid>
      <dc:creator>pgalvezt</dc:creator>
      <dc:date>2014-02-04T15:37:30Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis Aggr</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-Aggr/m-p/602522#M222722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, then you need to buy a new Excel &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;. Yours is broken. If I export your table to Excel the subtotal 358961245 is exported to excel too. If I manually add a sum formula in excel to sum the values of the rows I get 721677934 of course, because those values that are summed do in fact sum up to a total of 721677934&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Feb 2014 15:58:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-Aggr/m-p/602522#M222722</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-02-04T15:58:21Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis Aggr</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-Aggr/m-p/602523#M222723</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;Are you sure??? I did the sum with a calculator (Watching QlikView) And get &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;721677934&lt;/SPAN&gt;. I Think I left to add an aggregation to my formula until get &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;358961245 (Dimenssions)&lt;/SPAN&gt;. But I Still I can not get the real result. With your formula QlikView Shows &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;721677934&lt;/SPAN&gt;. I' ve been moving the dimension inside the formula. If I change the dimension to vendor (Vendedor) Works. But by family (Familia) I don´t know why thrown another result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Feb 2014 17:34:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-Aggr/m-p/602523#M222723</guid>
      <dc:creator>pgalvezt</dc:creator>
      <dc:date>2014-02-04T17:34:51Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis Aggr</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-Aggr/m-p/602524#M222724</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 got it!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum(Aggr(sum({&amp;lt;Cuenta={'31010101'}&amp;gt;}Monto*-1),Vendedor,Tipo_Cliente,Factura)) Now in Excel Sum 358... I gave you a star for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Feb 2014 18:01:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-Aggr/m-p/602524#M222724</guid>
      <dc:creator>pgalvezt</dc:creator>
      <dc:date>2014-02-04T18:01:06Z</dc:date>
    </item>
  </channel>
</rss>

