<?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: Minimum with aggr in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Minimum-with-aggr/m-p/833646#M470663</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe by using id_monitoring as an advanced aggregation (aggr() function) dimension?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 May 2015 15:42:05 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2015-05-11T15:42:05Z</dc:date>
    <item>
      <title>Minimum with aggr</title>
      <link>https://community.qlik.com/t5/QlikView/Minimum-with-aggr/m-p/833645#M470662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using a formula &lt;/P&gt;&lt;P&gt;SUM(&lt;/P&gt;&lt;P&gt;Aggr(COUNT({$&amp;lt;id_monitoring={'4_1'}&amp;gt;}DISTINCT Timestamp_of_filling), id_period,id_target,id_user,id_shop, Date)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/P&gt;&lt;P&gt;I get needed numbers how many times 4_1 was filled during each day, in each shop, by each user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using a formula&lt;/P&gt;&lt;P&gt;SUM(&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Rangemin(&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Rangemax(&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Aggr(COUNT({$&amp;lt;id_monitoring={'4_1'}&amp;gt;}DISTINCT Timestamp_of_filling), id_period,id_target,id_user,id_shop, Date)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Rangemax(&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Aggr(COUNT({$&amp;lt;id_monitoring={'4_2'}&amp;gt;}DISTINCT Timestamp_of_filling), id_period,id_target,id_user,id_shop, Date)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;I get the minor number of filling 4_1 and 4_2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But how can I get the minimum number of filling many monitorings: 4_1, 4_2, 4_3, ..... 4_n on each day, in each shop, by each user using more suitable formula?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2015 11:17:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Minimum-with-aggr/m-p/833645#M470662</guid>
      <dc:creator />
      <dc:date>2015-05-11T11:17:15Z</dc:date>
    </item>
    <item>
      <title>Re: Minimum with aggr</title>
      <link>https://community.qlik.com/t5/QlikView/Minimum-with-aggr/m-p/833646#M470663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe by using id_monitoring as an advanced aggregation (aggr() function) dimension?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2015 15:42:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Minimum-with-aggr/m-p/833646#M470663</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-05-11T15:42:05Z</dc:date>
    </item>
    <item>
      <title>Re: Minimum with aggr</title>
      <link>https://community.qlik.com/t5/QlikView/Minimum-with-aggr/m-p/833647#M470664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But if I put as en expression such a code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MIN(Aggr(COUNT(DISTINCT Timestamp_of_filling),id_user,id_shop, Date, id_monitoring))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is Straight Table with Dimensions: id_period,id_target&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will get the smallest number of filling any monitoring during any day in the period.&lt;/P&gt;&lt;P&gt;This result is still not good. I need the minor number of filling any monitoring during each day in the period.&lt;/P&gt;&lt;P&gt;And next to sum up this the smallest numbers from each day - one number from each day in the period.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for response, but I still need help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 May 2015 10:08:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Minimum-with-aggr/m-p/833647#M470664</guid>
      <dc:creator />
      <dc:date>2015-05-16T10:08:54Z</dc:date>
    </item>
  </channel>
</rss>

