<?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: nested agrrgigation in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/nested-agrrgigation/m-p/6066#M115</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;where you want to display this ? i mean which object ? aggr() wont work without a dimension i guess. provide few more details ..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Jan 2018 12:13:56 GMT</pubDate>
    <dc:creator>pradosh_thakur</dc:creator>
    <dc:date>2018-01-24T12:13:56Z</dc:date>
    <item>
      <title>nested agrrgigation</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/nested-agrrgigation/m-p/6063#M112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Expert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i wanted to do aggregation for the count value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if (count(sum(plan_cost)/sum(act_cost)&amp;gt;1 ,'success','fail') unable to do so in qlik sense..getting error nested aggregation&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2018 06:00:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/nested-agrrgigation/m-p/6063#M112</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-24T06:00:27Z</dc:date>
    </item>
    <item>
      <title>Re: nested agrrgigation</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/nested-agrrgigation/m-p/6064#M113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;something similar to this. not sure what you want to achieve though&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;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&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;&lt;STRONG&gt;if (count(aggr(sum(plan_cost)/sum(act_cost),your_dimension))&amp;gt;1 ,'success','fail')&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2018 06:06:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/nested-agrrgigation/m-p/6064#M113</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2018-01-24T06:06:47Z</dc:date>
    </item>
    <item>
      <title>Re: nested agrrgigation</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/nested-agrrgigation/m-p/6065#M114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;can it be without dimension (&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;your_dimension))&lt;/STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;if (count(aggr(sum(plan_cost)/sum(act_cost),your_dimension))&amp;gt;1 ,'success','fail')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2018 06:36:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/nested-agrrgigation/m-p/6065#M114</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-24T06:36:25Z</dc:date>
    </item>
    <item>
      <title>Re: nested agrrgigation</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/nested-agrrgigation/m-p/6066#M115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;where you want to display this ? i mean which object ? aggr() wont work without a dimension i guess. provide few more details ..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2018 12:13:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/nested-agrrgigation/m-p/6066#M115</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2018-01-24T12:13:56Z</dc:date>
    </item>
    <item>
      <title>Re: nested agrrgigation</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/nested-agrrgigation/m-p/6067#M116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First of all, what are counting here? Success or Failures? Because you have both in your expression, you will get a overall count of both success and failures.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;second, are you doing this in a chart or a text box object?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2018 12:18:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/nested-agrrgigation/m-p/6067#M116</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-01-24T12:18:14Z</dc:date>
    </item>
  </channel>
</rss>

