<?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 AGGR Function - how to use in this case in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/AGGR-Function-how-to-use-in-this-case/m-p/242097#M502169</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;maybe problem with the comma ',' or the dot '.' .&lt;/P&gt;&lt;P&gt;Check your decimal setting.&lt;/P&gt;&lt;P&gt;JJJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 08 Aug 2010 09:10:44 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-08-08T09:10:44Z</dc:date>
    <item>
      <title>AGGR Function - how to use in this case</title>
      <link>https://community.qlik.com/t5/QlikView/AGGR-Function-how-to-use-in-this-case/m-p/242094#M502166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What expression would I use to remove the Region dimension and maintain the month-year and create a stack bar chart showing number of distinct Regions with Utilization in 3 custom buckets of &amp;lt;.75, .75&amp;lt;=x&amp;lt;0.9, &amp;gt;=0.9?&lt;/P&gt;&lt;P&gt;I tried the Aggr function and it does not display anything.&lt;/P&gt;&lt;P&gt;i tried &lt;B&gt;&lt;/B&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;sum&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="error loading image" class="jive-image error-loading-image" src="https://community.qlik.com/legacyfs/online/-2067_sourceID:2067" /&gt;&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(&lt;B&gt;if&lt;/B&gt;(&lt;B&gt;aggr&lt;/B&gt;(&lt;B&gt;&lt;I&gt;$(veUtilization)&lt;/I&gt;&lt;/B&gt;, &lt;B&gt;Region&lt;/B&gt;, &lt;B&gt;Country&lt;/B&gt;, &lt;B&gt;[World Region]&lt;/B&gt;,&lt;B&gt;_MonthYear&lt;/B&gt;) &amp;lt; 0.75, 1, &lt;B&gt;null&lt;/B&gt;())) and the similar for other buckets but it does not give the right result&lt;B&gt;s&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;no worries, i figured it out. I had Country and pWorld Region dimensions that did not belong in there. Interesting how the aggr function worked when i had it in there.&lt;/B&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Aug 2010 03:42:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AGGR-Function-how-to-use-in-this-case/m-p/242094#M502166</guid>
      <dc:creator>avastani</dc:creator>
      <dc:date>2010-08-06T03:42:28Z</dc:date>
    </item>
    <item>
      <title>AGGR Function - how to use in this case</title>
      <link>https://community.qlik.com/t5/QlikView/AGGR-Function-how-to-use-in-this-case/m-p/242095#M502167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You don't nedd AGGR, just add a new dimension :&lt;/P&gt;&lt;P&gt;=if(V&amp;gt;0.9, 1 ,&lt;BR /&gt; If(V&amp;gt;0.75 , 2 , 3))&lt;/P&gt;&lt;P&gt;Expression : = count( distinct Region)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don't forget to check Stacked Bar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here an example&lt;/P&gt;&lt;P&gt;jjj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Aug 2010 07:42:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AGGR-Function-how-to-use-in-this-case/m-p/242095#M502167</guid>
      <dc:creator />
      <dc:date>2010-08-06T07:42:19Z</dc:date>
    </item>
    <item>
      <title>AGGR Function - how to use in this case</title>
      <link>https://community.qlik.com/t5/QlikView/AGGR-Function-how-to-use-in-this-case/m-p/242096#M502168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Interesting when I try your solution it doesn't work for me since it gives a message error in calculation for expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Aug 2010 12:54:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AGGR-Function-how-to-use-in-this-case/m-p/242096#M502168</guid>
      <dc:creator>avastani</dc:creator>
      <dc:date>2010-08-06T12:54:31Z</dc:date>
    </item>
    <item>
      <title>AGGR Function - how to use in this case</title>
      <link>https://community.qlik.com/t5/QlikView/AGGR-Function-how-to-use-in-this-case/m-p/242097#M502169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;maybe problem with the comma ',' or the dot '.' .&lt;/P&gt;&lt;P&gt;Check your decimal setting.&lt;/P&gt;&lt;P&gt;JJJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Aug 2010 09:10:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/AGGR-Function-how-to-use-in-this-case/m-p/242097#M502169</guid>
      <dc:creator />
      <dc:date>2010-08-08T09:10:44Z</dc:date>
    </item>
  </channel>
</rss>

