<?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: Aggr with call Function in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Aggr-with-call-Function/m-p/976280#M467483</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think Aggr can take calculated dimensions -&amp;gt; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;min(aggr(count(ID), &lt;SPAN style="color: #ff0000;"&gt;Time(class(MinStartTime, '00:15:00'))&lt;/SPAN&gt;, Datum)) &lt;/STRONG&gt;and secondly do you want a single value in your KPI box or multiple values???&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Nov 2015 15:31:16 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2015-11-11T15:31:16Z</dc:date>
    <item>
      <title>Aggr with call Function</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-with-call-Function/m-p/976279#M467482</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 have a diagram where I use Time(class(MinStartTime, '00:15:00')) as an Dimension and the function is count(ID). Everything works. But know I need an easy KPI which gives me back the min count of ID´s in 15 minutes Intervals. But when I write down the expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;min(aggr(count(ID), Time(class(MinStartTime, '00:15:00')), Datum))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the Kpi gives back only -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why?&lt;/P&gt;&lt;P&gt;Where is the mistake?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Nov 2015 15:27:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-with-call-Function/m-p/976279#M467482</guid>
      <dc:creator />
      <dc:date>2015-11-11T15:27:32Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr with call Function</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-with-call-Function/m-p/976280#M467483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think Aggr can take calculated dimensions -&amp;gt; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;min(aggr(count(ID), &lt;SPAN style="color: #ff0000;"&gt;Time(class(MinStartTime, '00:15:00'))&lt;/SPAN&gt;, Datum)) &lt;/STRONG&gt;and secondly do you want a single value in your KPI box or multiple values???&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Nov 2015 15:31:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-with-call-Function/m-p/976280#M467483</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-11-11T15:31:16Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr with call Function</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-with-call-Function/m-p/976281#M467484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can't use calculated dimensions as an aggr() function dimension. In your case, I think it would be best to create a field in the data model&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Time(class(MinStartTime, '00:15:00'))&amp;nbsp; as MinStartTimeClass,&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and use this field in the chart as well as the aggr() dimension.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Nov 2015 15:32:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-with-call-Function/m-p/976281#M467484</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-11-11T15:32:32Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr with call Function</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-with-call-Function/m-p/976282#M467485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The aggregation fields must be dimension fields, that is you cannot use an expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To be clear, try to use the expression Time(class(MinStartTime, '00:15:00')) as a dimension an see the result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me know&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Nov 2015 15:32:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-with-call-Function/m-p/976282#M467485</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2015-11-11T15:32:51Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr with call Function</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-with-call-Function/m-p/976283#M467486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Only a single value... The result for the expression Min... must be 3!&lt;/P&gt;&lt;P&gt;And there is no possibilty to become this result?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Nov 2015 15:33:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-with-call-Function/m-p/976283#M467486</guid>
      <dc:creator />
      <dc:date>2015-11-11T15:33:03Z</dc:date>
    </item>
    <item>
      <title>Re: Aggr with call Function</title>
      <link>https://community.qlik.com/t5/QlikView/Aggr-with-call-Function/m-p/976284#M467487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like Stefan mentioned below, calculate the dimension in the script and then use it in your aggregate function.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Nov 2015 15:35:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggr-with-call-Function/m-p/976284#M467487</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-11-11T15:35:24Z</dc:date>
    </item>
  </channel>
</rss>

