<?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: Aggregation calculation in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Aggregation-calculation/m-p/1673996#M727987</link>
    <description>&lt;P&gt;If you seen from the image file, there is a column where you can 0.7.&lt;/P&gt;&lt;P&gt;However, the column should count how many are less than 1. In that picture it should return 1 as there is only one result. If there were 10 results with 0.7, then it will return 10. If there were 5 with 1.2, then it should return 0.&lt;/P&gt;</description>
    <pubDate>Mon, 10 Feb 2020 15:55:14 GMT</pubDate>
    <dc:creator>Chin_IT</dc:creator>
    <dc:date>2020-02-10T15:55:14Z</dc:date>
    <item>
      <title>Aggregation calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregation-calculation/m-p/1673986#M727984</link>
      <description>&lt;P&gt;I am having issues with in Qlkiview into what calculation I will need to do.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;=max( aggr( count([DATE]), Stock))/ sum (Stock)&lt;/P&gt;&lt;P&gt;This will return the values I will need, for example 0.7, or 0.65, however, I need that calculation, but to work out how to return the results that will be less than 1.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 01:18:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregation-calculation/m-p/1673986#M727984</guid>
      <dc:creator>Chin_IT</dc:creator>
      <dc:date>2024-11-16T01:18:57Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregation calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregation-calculation/m-p/1673990#M727985</link>
      <description>&lt;P&gt;could you please explain better what number are you looking for?&lt;/P&gt;</description>
      <pubDate>Mon, 10 Feb 2020 15:47:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregation-calculation/m-p/1673990#M727985</guid>
      <dc:creator>agigliotti</dc:creator>
      <dc:date>2020-02-10T15:47:31Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregation calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregation-calculation/m-p/1673994#M727986</link>
      <description>&lt;P&gt;It is not I am looking for a number. The calculation should count how many are less than 1.&lt;/P&gt;&lt;P&gt;=max( aggr( count([DATE]), Stock))/ sum (Stock)&lt;/P&gt;&lt;P&gt;This calculation will return different values such as 0.7, or even 10. But I want that same calculation, but with where it also calculates how many are less than 1.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Feb 2020 15:50:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregation-calculation/m-p/1673994#M727986</guid>
      <dc:creator>Chin_IT</dc:creator>
      <dc:date>2020-02-10T15:50:21Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregation calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregation-calculation/m-p/1673996#M727987</link>
      <description>&lt;P&gt;If you seen from the image file, there is a column where you can 0.7.&lt;/P&gt;&lt;P&gt;However, the column should count how many are less than 1. In that picture it should return 1 as there is only one result. If there were 10 results with 0.7, then it will return 10. If there were 5 with 1.2, then it should return 0.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Feb 2020 15:55:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregation-calculation/m-p/1673996#M727987</guid>
      <dc:creator>Chin_IT</dc:creator>
      <dc:date>2020-02-10T15:55:14Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregation calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregation-calculation/m-p/1674063#M727988</link>
      <description>&lt;P&gt;May be this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Sum(Aggr(
    If(Max(Aggr(Count([DATE]), Stock))/Sum(Stock) &amp;lt; 1, 1, 0)
, Piece))&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Feb 2020 18:25:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregation-calculation/m-p/1674063#M727988</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2020-02-10T18:25:20Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregation calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregation-calculation/m-p/1674254#M727989</link>
      <description>&lt;P&gt;Sunny,&lt;/P&gt;&lt;P&gt;Thank you so much! I believe it is working now.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Chin_IT&lt;/P&gt;</description>
      <pubDate>Tue, 11 Feb 2020 08:43:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregation-calculation/m-p/1674254#M727989</guid>
      <dc:creator>Chin_IT</dc:creator>
      <dc:date>2020-02-11T08:43:19Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregation calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregation-calculation/m-p/1674777#M727990</link>
      <description>&lt;P&gt;Sunny,&lt;/P&gt;&lt;P&gt;How will it be if I were to use the calculation below?&lt;/P&gt;&lt;P&gt;Count([DATE])/Sum(Stock)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2020 12:08:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregation-calculation/m-p/1674777#M727990</guid>
      <dc:creator>Chin_IT</dc:creator>
      <dc:date>2020-02-12T12:08:33Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregation calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregation-calculation/m-p/1674788#M727991</link>
      <description>&lt;P&gt;Not sure I follow your question?&lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2020 12:48:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregation-calculation/m-p/1674788#M727991</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2020-02-12T12:48:52Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregation calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregation-calculation/m-p/1674793#M727992</link>
      <description>&lt;P&gt;It is what you did for me last time, but for a different calculation&amp;nbsp;&lt;/P&gt;&lt;P&gt;count([DATE])/Sum(Stock)&lt;/P&gt;&lt;P&gt;I want to find the values that are less than 1, and it will return a 0 if false, and a 1 if true&lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2020 12:52:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregation-calculation/m-p/1674793#M727992</guid>
      <dc:creator>Chin_IT</dc:creator>
      <dc:date>2020-02-12T12:52:41Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregation calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregation-calculation/m-p/1674838#M727993</link>
      <description>&lt;P&gt;May be this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Sum(Aggr(
    If(Count([DATE])/Sum(Stock) &amp;lt; 1, 1, 0)
, Piece))&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 12 Feb 2020 13:56:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregation-calculation/m-p/1674838#M727993</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2020-02-12T13:56:39Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregation calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregation-calculation/m-p/1674839#M727994</link>
      <description>&lt;P&gt;Sunny,&lt;/P&gt;&lt;P&gt;Thank you very much again. And if I wanted to calculate the average of the results, what would the calculation be?&lt;/P&gt;&lt;P&gt;Avg(Aggr( If(Count([DATE])/Sum(Stock) &amp;lt; 1, 1, 0) , Piece))&amp;nbsp;&lt;/P&gt;&lt;P&gt;Would it be that calculation above?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2020 14:02:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregation-calculation/m-p/1674839#M727994</guid>
      <dc:creator>Chin_IT</dc:creator>
      <dc:date>2020-02-12T14:02:22Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregation calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregation-calculation/m-p/1674858#M727995</link>
      <description>&lt;P&gt;Avg of what result?&lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2020 14:22:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregation-calculation/m-p/1674858#M727995</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2020-02-12T14:22:30Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregation calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregation-calculation/m-p/1674870#M727996</link>
      <description>&lt;P&gt;Sorry it is for another part.&lt;/P&gt;&lt;P&gt;It will be the average of the stockturn in the image file. But I will want to group it by the Piece Dimension. I have had a few tries, but, it keeps returning with null values&lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2020 14:38:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregation-calculation/m-p/1674870#M727996</guid>
      <dc:creator>Chin_IT</dc:creator>
      <dc:date>2020-02-12T14:38:46Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregation calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregation-calculation/m-p/1674871#M727997</link>
      <description>&lt;P&gt;Also, how would I can use the calculation to only show the values that are less than 1, and return true, so all the false values, will not appear in the table.&lt;/P&gt;&lt;P&gt;Sorry for asking so many, questions as I am fairly new to QlikView, but I really appreciate your help Sunny!&lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2020 14:40:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregation-calculation/m-p/1674871#M727997</guid>
      <dc:creator>Chin_IT</dc:creator>
      <dc:date>2020-02-12T14:40:36Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregation calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregation-calculation/m-p/1674911#M727998</link>
      <description>&lt;P&gt;Sunny,&lt;/P&gt;&lt;P&gt;Would you know why this happens, where some are not returning as true?&lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2020 15:47:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregation-calculation/m-p/1674911#M727998</guid>
      <dc:creator>Chin_IT</dc:creator>
      <dc:date>2020-02-12T15:47:33Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregation calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregation-calculation/m-p/1674933#M727999</link>
      <description>&lt;P&gt;I really wish to help, but looking at just images is not helping me understand your issue... would you be able to provide a sample (qvw file) where you can show what you have and what exactly are you trying to get?&lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2020 16:04:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregation-calculation/m-p/1674933#M727999</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2020-02-12T16:04:39Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregation calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregation-calculation/m-p/1674935#M728000</link>
      <description>&lt;P&gt;I am not so sure I can, since this is a dashboard for a client. I will import some clearer images and representation of what I am looking for.&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;Stockturn less than 1&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;You provided me with the calculation, but the problem is that all the numbers that are under 1, do not return as 1, some do. (Can be seen in images Stockturn.PNG and Stockturn6.PNG)&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2020 16:12:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregation-calculation/m-p/1674935#M728000</guid>
      <dc:creator>Chin_IT</dc:creator>
      <dc:date>2020-02-12T16:12:09Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregation calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregation-calculation/m-p/1674942#M728001</link>
      <description>&lt;P&gt;I have managed to fix this, I believe it is ok.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2020 16:19:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregation-calculation/m-p/1674942#M728001</guid>
      <dc:creator>Chin_IT</dc:creator>
      <dc:date>2020-02-12T16:19:57Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregation calculation</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregation-calculation/m-p/1674943#M728002</link>
      <description>&lt;P&gt;My proposition is where as you can from the image file, how would I just be allowed to show just all the values with 1, not with 0. So all the true statements are in the table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;*Ignore the blue cirlce*&lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2020 16:21:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregation-calculation/m-p/1674943#M728002</guid>
      <dc:creator>Chin_IT</dc:creator>
      <dc:date>2020-02-12T16:21:34Z</dc:date>
    </item>
  </channel>
</rss>

