<?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 aggregation not allowed in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/nested-aggregation-not-allowed/m-p/1651421#M730654</link>
    <description>&lt;P&gt;and what is count of datee? I didn't see any row named datee?&lt;/P&gt;</description>
    <pubDate>Tue, 26 Nov 2019 13:40:15 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2019-11-26T13:40:15Z</dc:date>
    <item>
      <title>nested aggregation not allowed</title>
      <link>https://community.qlik.com/t5/QlikView/nested-aggregation-not-allowed/m-p/1649500#M730638</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I need a urgent help on this. i need to find rate of sale, the number of units sold pe week for current and previous year. below is the formula i'm using.&lt;/P&gt;&lt;P&gt;&amp;nbsp;='Current Year:'&amp;amp;Num( Sum({&amp;lt;[Trading Week End Date] = {'$(=Year(Today()))'}&amp;gt;} (RTL_QTY) /Count(date)),'##.00')&amp;amp;&lt;BR /&gt;' Last Year:'&amp;amp;Num(Sum({&amp;lt;[Trading Week End Date] = {'$(=Year(Today())-1)'}&amp;gt;} (RTL_QTY) /Count(date)),'##.00')&amp;nbsp;&lt;/P&gt;&lt;P&gt;can you please help with the solution.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/nested-aggregation-not-allowed/m-p/1649500#M730638</guid>
      <dc:creator>saichawan</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: nested aggregation not allowed</title>
      <link>https://community.qlik.com/t5/QlikView/nested-aggregation-not-allowed/m-p/1649827#M730639</link>
      <description>&lt;P&gt;Try this may be&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;'Current Year:' &amp;amp; Num(Sum({&amp;lt;[Trading Week End Date] = {'$(=Year(Today()))'}&amp;gt;} RTL_QTY)/Count(date), '##.00')
&amp;amp;
' Last Year:' &amp;amp; Num(Sum({&amp;lt;[Trading Week End Date] = {'$(=Year(Today())-1)'}&amp;gt;} RTL_QTY)/Count(date), '##.00')&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 21 Nov 2019 21:16:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/nested-aggregation-not-allowed/m-p/1649827#M730639</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-11-21T21:16:08Z</dc:date>
    </item>
    <item>
      <title>Re: nested aggregation not allowed</title>
      <link>https://community.qlik.com/t5/QlikView/nested-aggregation-not-allowed/m-p/1649903#M730640</link>
      <description>&lt;P&gt;It's not working,&amp;nbsp; the count is zero for the code you helped me with. Also this string i'm using is in a text object.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Nov 2019 06:36:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/nested-aggregation-not-allowed/m-p/1649903#M730640</guid>
      <dc:creator>saichawan</dc:creator>
      <dc:date>2019-11-22T06:36:16Z</dc:date>
    </item>
    <item>
      <title>Re: nested aggregation not allowed</title>
      <link>https://community.qlik.com/t5/QlikView/nested-aggregation-not-allowed/m-p/1650059#M730641</link>
      <description>&lt;P&gt;Would you be able to share a sample to show the issue?&lt;/P&gt;</description>
      <pubDate>Fri, 22 Nov 2019 11:52:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/nested-aggregation-not-allowed/m-p/1650059#M730641</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-11-22T11:52:48Z</dc:date>
    </item>
    <item>
      <title>Re: nested aggregation not allowed</title>
      <link>https://community.qlik.com/t5/QlikView/nested-aggregation-not-allowed/m-p/1650434#M730642</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Untitled.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/24325i6B98971E259C84AE/image-size/large?v=v2&amp;amp;px=999" role="button" title="Untitled.png" alt="Untitled.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Untitled1.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/24324i8FD8A68129FE720C/image-size/large?v=v2&amp;amp;px=999" role="button" title="Untitled1.png" alt="Untitled1.png" /&gt;&lt;/span&gt;Basically i'm not calulating the rate of sales(ros) . number of retail quanityt per week. when i'm perfoming this in excel the ros is 121.23 and in qlickview the above formula the ros is 12663.72.&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Sun, 24 Nov 2019 11:20:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/nested-aggregation-not-allowed/m-p/1650434#M730642</guid>
      <dc:creator>saichawan</dc:creator>
      <dc:date>2019-11-24T11:20:41Z</dc:date>
    </item>
    <item>
      <title>Re: nested aggregation not allowed</title>
      <link>https://community.qlik.com/t5/QlikView/nested-aggregation-not-allowed/m-p/1650525#M730643</link>
      <description>&lt;P&gt;any help please ?&lt;/P&gt;</description>
      <pubDate>Mon, 25 Nov 2019 06:19:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/nested-aggregation-not-allowed/m-p/1650525#M730643</guid>
      <dc:creator>saichawan</dc:creator>
      <dc:date>2019-11-25T06:19:55Z</dc:date>
    </item>
    <item>
      <title>Re: nested aggregation not allowed</title>
      <link>https://community.qlik.com/t5/QlikView/nested-aggregation-not-allowed/m-p/1650635#M730644</link>
      <description>&lt;P&gt;Would you be able to share the qvw file?&lt;/P&gt;</description>
      <pubDate>Mon, 25 Nov 2019 12:30:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/nested-aggregation-not-allowed/m-p/1650635#M730644</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-11-25T12:30:39Z</dc:date>
    </item>
    <item>
      <title>Re: nested aggregation not allowed</title>
      <link>https://community.qlik.com/t5/QlikView/nested-aggregation-not-allowed/m-p/1651212#M730645</link>
      <description>&lt;P&gt;sure,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Nov 2019 04:37:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/nested-aggregation-not-allowed/m-p/1651212#M730645</guid>
      <dc:creator>saichawan</dc:creator>
      <dc:date>2019-11-26T04:37:11Z</dc:date>
    </item>
    <item>
      <title>Re: nested aggregation not allowed</title>
      <link>https://community.qlik.com/t5/QlikView/nested-aggregation-not-allowed/m-p/1651341#M730646</link>
      <description>&lt;P&gt;Thank you for the sample qvw... How exactly do you get 121.23 in Excel? What two numbers are you using to get to this number? Is the denominator 104 correct or do you want this to be another number? and what about the numerator?&lt;/P&gt;</description>
      <pubDate>Tue, 26 Nov 2019 12:04:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/nested-aggregation-not-allowed/m-p/1651341#M730646</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-11-26T12:04:53Z</dc:date>
    </item>
    <item>
      <title>Re: nested aggregation not allowed</title>
      <link>https://community.qlik.com/t5/QlikView/nested-aggregation-not-allowed/m-p/1651364#M730647</link>
      <description>&lt;P&gt;Do you want me the sample excel file ?&lt;/P&gt;</description>
      <pubDate>Tue, 26 Nov 2019 12:33:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/nested-aggregation-not-allowed/m-p/1651364#M730647</guid>
      <dc:creator>saichawan</dc:creator>
      <dc:date>2019-11-26T12:33:13Z</dc:date>
    </item>
    <item>
      <title>Re: nested aggregation not allowed</title>
      <link>https://community.qlik.com/t5/QlikView/nested-aggregation-not-allowed/m-p/1651365#M730648</link>
      <description>&lt;P&gt;do you want me to share the samle excel file ?&lt;/P&gt;</description>
      <pubDate>Tue, 26 Nov 2019 12:33:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/nested-aggregation-not-allowed/m-p/1651365#M730648</guid>
      <dc:creator>saichawan</dc:creator>
      <dc:date>2019-11-26T12:33:48Z</dc:date>
    </item>
    <item>
      <title>Re: nested aggregation not allowed</title>
      <link>https://community.qlik.com/t5/QlikView/nested-aggregation-not-allowed/m-p/1651369#M730649</link>
      <description>&lt;P&gt;Sure&lt;/P&gt;</description>
      <pubDate>Tue, 26 Nov 2019 12:37:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/nested-aggregation-not-allowed/m-p/1651369#M730649</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-11-26T12:37:50Z</dc:date>
    </item>
    <item>
      <title>Re: nested aggregation not allowed</title>
      <link>https://community.qlik.com/t5/QlikView/nested-aggregation-not-allowed/m-p/1651372#M730650</link>
      <description>&lt;P&gt;fyi&lt;/P&gt;</description>
      <pubDate>Tue, 26 Nov 2019 12:39:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/nested-aggregation-not-allowed/m-p/1651372#M730650</guid>
      <dc:creator>saichawan</dc:creator>
      <dc:date>2019-11-26T12:39:25Z</dc:date>
    </item>
    <item>
      <title>Re: nested aggregation not allowed</title>
      <link>https://community.qlik.com/t5/QlikView/nested-aggregation-not-allowed/m-p/1651395#M730651</link>
      <description>&lt;P&gt;But where is the calculation that gave you in Excel&amp;nbsp;&lt;SPAN&gt;121.23?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Nov 2019 13:14:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/nested-aggregation-not-allowed/m-p/1651395#M730651</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-11-26T13:14:31Z</dc:date>
    </item>
    <item>
      <title>Re: nested aggregation not allowed</title>
      <link>https://community.qlik.com/t5/QlikView/nested-aggregation-not-allowed/m-p/1651397#M730652</link>
      <description>&lt;P&gt;FYI&lt;/P&gt;</description>
      <pubDate>Tue, 26 Nov 2019 13:17:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/nested-aggregation-not-allowed/m-p/1651397#M730652</guid>
      <dc:creator>saichawan</dc:creator>
      <dc:date>2019-11-26T13:17:20Z</dc:date>
    </item>
    <item>
      <title>Re: nested aggregation not allowed</title>
      <link>https://community.qlik.com/t5/QlikView/nested-aggregation-not-allowed/m-p/1651420#M730653</link>
      <description>&lt;P&gt;When I sum (RTL_QTY), i get 3,731,149... how are you getting 4,346,295&lt;/P&gt;</description>
      <pubDate>Tue, 26 Nov 2019 13:39:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/nested-aggregation-not-allowed/m-p/1651420#M730653</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-11-26T13:39:46Z</dc:date>
    </item>
    <item>
      <title>Re: nested aggregation not allowed</title>
      <link>https://community.qlik.com/t5/QlikView/nested-aggregation-not-allowed/m-p/1651421#M730654</link>
      <description>&lt;P&gt;and what is count of datee? I didn't see any row named datee?&lt;/P&gt;</description>
      <pubDate>Tue, 26 Nov 2019 13:40:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/nested-aggregation-not-allowed/m-p/1651421#M730654</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-11-26T13:40:15Z</dc:date>
    </item>
  </channel>
</rss>

