<?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: Aggregating at Dimension level which is not present in Staright Table. in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Aggregating-at-Dimension-level-which-is-not-present-in-Staright/m-p/114822#M7958</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be do this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Aggr(&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;if((Date([Net Due Date]))-[Report Creation date]&amp;gt;=-15,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;if((Date([Net Due Date]))-[Report Creation date]&amp;lt;0,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;sum({&amp;lt;[G/L Account]={'0000121240','0000121108'},[Clearing Date]={'NoClearingDate'}&amp;gt;}[Amount - GC]),'FALSE'&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;),'FALSE')&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;,Dimension1, Dimension2, Dimension3, ...)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Jul 2018 15:17:55 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2018-07-24T15:17:55Z</dc:date>
    <item>
      <title>Aggregating at Dimension level which is not present in Staright Table.</title>
      <link>https://community.qlik.com/t5/App-Development/Aggregating-at-Dimension-level-which-is-not-present-in-Staright/m-p/114818#M7954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dear,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wanted to aggregate the measure at the dimension which is not present in the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EX:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the straight Table, I have Cust NAme and Cust ID and Measure is the sum(Sales) I want to Aggregate the values at Net Due date Dimension level.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2018 10:22:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Aggregating-at-Dimension-level-which-is-not-present-in-Staright/m-p/114818#M7954</guid>
      <dc:creator>rajkumart</dc:creator>
      <dc:date>2018-07-23T10:22:59Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregating at Dimension level which is not present in Staright Table.</title>
      <link>https://community.qlik.com/t5/App-Development/Aggregating-at-Dimension-level-which-is-not-present-in-Staright/m-p/114819#M7955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be use Aggr() function.... but with just Sum(Sales) as expression... what difference will it make it you aggregate at additional dimensions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2018 15:36:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Aggregating-at-Dimension-level-which-is-not-present-in-Staright/m-p/114819#M7955</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-07-23T15:36:02Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregating at Dimension level which is not present in Staright Table.</title>
      <link>https://community.qlik.com/t5/App-Development/Aggregating-at-Dimension-level-which-is-not-present-in-Staright/m-p/114820#M7956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the response Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just as a reference i have written as Sum(Sales). Actually its there set analysis. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2018 04:02:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Aggregating-at-Dimension-level-which-is-not-present-in-Staright/m-p/114820#M7956</guid>
      <dc:creator>rajkumart</dc:creator>
      <dc:date>2018-07-24T04:02:58Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregating at Dimension level which is not present in Staright Table.</title>
      <link>https://community.qlik.com/t5/App-Development/Aggregating-at-Dimension-level-which-is-not-present-in-Staright/m-p/114821#M7957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Expression looks like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if((Date([Net Due Date]))-[Report Creation date]&amp;gt;=-15,&lt;/P&gt;&lt;P&gt;if((Date([Net Due Date]))-[Report Creation date]&amp;lt;0,&lt;/P&gt;&lt;P&gt;sum({&amp;lt;[G/L Account]={'0000121240','0000121108'},[Clearing Date]={'NoClearingDate'}&amp;gt;}[Amount - GC]),'FALSE'&lt;/P&gt;&lt;P&gt;),'FALSE')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is the screenshot for the Tabel and i wanted to aggregate at Net Due date level. &lt;IMG alt="Screenshot (191).png" class="jive-image image-1" src="/legacyfs/online/208614_Screenshot (191).png" style="height: 349px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2018 04:13:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Aggregating-at-Dimension-level-which-is-not-present-in-Staright/m-p/114821#M7957</guid>
      <dc:creator>rajkumart</dc:creator>
      <dc:date>2018-07-24T04:13:02Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregating at Dimension level which is not present in Staright Table.</title>
      <link>https://community.qlik.com/t5/App-Development/Aggregating-at-Dimension-level-which-is-not-present-in-Staright/m-p/114822#M7958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be do this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Aggr(&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;if((Date([Net Due Date]))-[Report Creation date]&amp;gt;=-15,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;if((Date([Net Due Date]))-[Report Creation date]&amp;lt;0,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;sum({&amp;lt;[G/L Account]={'0000121240','0000121108'},[Clearing Date]={'NoClearingDate'}&amp;gt;}[Amount - GC]),'FALSE'&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;),'FALSE')&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;,Dimension1, Dimension2, Dimension3, ...)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2018 15:17:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Aggregating-at-Dimension-level-which-is-not-present-in-Staright/m-p/114822#M7958</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-07-24T15:17:55Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregating at Dimension level which is not present in Staright Table.</title>
      <link>https://community.qlik.com/t5/App-Development/Aggregating-at-Dimension-level-which-is-not-present-in-Staright/m-p/114823#M7959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have tried the same before I post this discussion. But i dint get &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2018 06:23:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Aggregating-at-Dimension-level-which-is-not-present-in-Staright/m-p/114823#M7959</guid>
      <dc:creator>rajkumart</dc:creator>
      <dc:date>2018-07-25T06:23:04Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregating at Dimension level which is not present in Staright Table.</title>
      <link>https://community.qlik.com/t5/App-Development/Aggregating-at-Dimension-level-which-is-not-present-in-Staright/m-p/114824#M7960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This way I got a solution&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;[G/L Account]={'0000121240','0000121108'},[Clearing Date]={'NoClearingDate'}&amp;gt;}&lt;/P&gt;&lt;P&gt;if(date([Net Due Date])-[Report Creation date]&amp;gt;=-15 and date([Net Due Date])-[Report Creation date]&amp;lt;0,&lt;/P&gt;&lt;P&gt;[Amount - GC]))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Screenshot (195).png" class="jive-image image-1" src="/legacyfs/online/208732_Screenshot (195).png" style="height: 349px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2018 06:23:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Aggregating-at-Dimension-level-which-is-not-present-in-Staright/m-p/114824#M7960</guid>
      <dc:creator>rajkumart</dc:creator>
      <dc:date>2018-07-25T06:23:58Z</dc:date>
    </item>
  </channel>
</rss>

