<?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: Aggregation to different levels in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Aggregation-to-different-levels/m-p/779131#M276162</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;also when i have F etc should this be the name of the attribute?&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Nov 2014 18:13:13 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-11-19T18:13:13Z</dc:date>
    <item>
      <title>Aggregation to different levels</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregation-to-different-levels/m-p/779126#M276157</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 a sheet in my QV that has several dimensions and three measures.&amp;nbsp; I want to be able to aggregate two of the measures to a set of dimensions and the one measure to another set.&amp;nbsp; So for example I have dimensions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A&lt;/P&gt;&lt;P&gt;B&lt;/P&gt;&lt;P&gt;C&lt;/P&gt;&lt;P&gt;D&lt;/P&gt;&lt;P&gt;E&lt;/P&gt;&lt;P&gt;F&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and measures 1,2 3.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want measure 1 to work across all dimensions and measures 2 and 3 to work across only A, B, C.&amp;nbsp; So if lets say the user selects something from dimension F measures 2 and 3 should not aggregate to to that level. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 14:24:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregation-to-different-levels/m-p/779126#M276157</guid>
      <dc:creator />
      <dc:date>2014-11-19T14:24:47Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregation to different levels</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregation-to-different-levels/m-p/779127#M276158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you use the total qualifier but exclude the dimensions you want it to calculate over, it should work, so:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum(TOTAL &amp;lt;'A', 'B', 'C'&amp;gt; 2) to sum measure 2 for example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 14:30:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregation-to-different-levels/m-p/779127#M276158</guid>
      <dc:creator>morganaaron</dc:creator>
      <dc:date>2014-11-19T14:30:47Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregation to different levels</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregation-to-different-levels/m-p/779128#M276159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;so I have the following as a variable currenty SUM({&amp;lt;[P&amp;amp;L Classification]={Income}, RecordType={SLR}&amp;gt;}[Actual]).&amp;nbsp; So based on your example do i need to extend this so that the dims A, B and C are included?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 14:52:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregation-to-different-levels/m-p/779128#M276159</guid>
      <dc:creator />
      <dc:date>2014-11-19T14:52:21Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregation to different levels</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregation-to-different-levels/m-p/779129#M276160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes - if you're already using set analysis, there's an easier way to do it, if you include:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;[P&amp;amp;L Classification]={'Income'}, RecordType={'SLR'}, F=&amp;gt;}Actual)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That last "F=" will mean it ignores any selections made in the dimension F. You can keep adding those so "F=, E=, D=' and it will ignore any selections over those dimensions.&lt;/P&gt;&lt;P&gt;SUM({&amp;lt;[P&amp;amp;L Classification]={Income}, RecordType={SLR}&amp;gt;}[Actual]). &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 15:12:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregation-to-different-levels/m-p/779129#M276160</guid>
      <dc:creator>morganaaron</dc:creator>
      <dc:date>2014-11-19T15:12:02Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregation to different levels</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregation-to-different-levels/m-p/779130#M276161</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: 12px; background-color: #f6f6f6;"&gt;so in your example do you mean like this&lt;BR /&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: 12px; background-color: #f6f6f6;"&gt;&lt;BR /&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: 12px; background-color: #f6f6f6;"&gt;Sum({&amp;lt;[P&amp;amp;L Classification]={'Income'}, RecordType={'SLR'}, F=&amp;gt;, E=&amp;gt;, D=&amp;gt;}Actual}&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 18:03:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregation-to-different-levels/m-p/779130#M276161</guid>
      <dc:creator />
      <dc:date>2014-11-19T18:03:59Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregation to different levels</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregation-to-different-levels/m-p/779131#M276162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;also when i have F etc should this be the name of the attribute?&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 18:13:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregation-to-different-levels/m-p/779131#M276162</guid>
      <dc:creator />
      <dc:date>2014-11-19T18:13:13Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregation to different levels</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregation-to-different-levels/m-p/779132#M276163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's correct, assuming F, E and D are the names of dimensions that you don't want the figures to be affected by.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Nov 2014 08:09:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregation-to-different-levels/m-p/779132#M276163</guid>
      <dc:creator>morganaaron</dc:creator>
      <dc:date>2014-11-20T08:09:06Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregation to different levels</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregation-to-different-levels/m-p/779133#M276164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to ignore the Dimensions F,D &amp;amp; E then its better not to include them in Set analysis. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This final expression should be like this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;Sum({&amp;lt;[P&amp;amp;L Classification]={'Income'}, RecordType={'SLR'}&amp;gt;}Actual)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Nov 2014 08:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregation-to-different-levels/m-p/779133#M276164</guid>
      <dc:creator>ashwanin</dc:creator>
      <dc:date>2014-11-20T08:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregation to different levels</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregation-to-different-levels/m-p/779134#M276165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think he said he doesn't want a selection in a Dimension F for example to affect the figure, which it would do unless it's put in a total statement or removed from the set in a set analysis statement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Nov 2014 08:41:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregation-to-different-levels/m-p/779134#M276165</guid>
      <dc:creator>morganaaron</dc:creator>
      <dc:date>2014-11-20T08:41:00Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregation to different levels</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregation-to-different-levels/m-p/779135#M276166</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;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;Sum({&amp;lt;[P&amp;amp;L Classification]={'Income'}, RecordType={'SLR'}, F=, E=, D=&amp;gt;} TOTAL &amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;A, B, C&lt;/SPAN&gt;&amp;gt;Actual}&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: 12px; background-color: #f6f6f6;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 12px; background-color: #f6f6f6; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;In the above expression, D, E F selections are not consider and A,B,C dimensions are not considered.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 12px; background-color: #f6f6f6; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 12px; background-color: #f6f6f6; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Hope this helps you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 12px; background-color: #f6f6f6; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 12px; background-color: #f6f6f6; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 12px; background-color: #f6f6f6; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;jagan.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Nov 2014 08:48:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregation-to-different-levels/m-p/779135#M276166</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-11-20T08:48:21Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregation to different levels</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregation-to-different-levels/m-p/779136#M276167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry you say in this example '&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt; D, E F selections are not consider and A,B,C dimensions are not considered.'.&amp;nbsp; Which ones will be considered? &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Nov 2014 15:17:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregation-to-different-levels/m-p/779136#M276167</guid>
      <dc:creator />
      <dc:date>2014-11-20T15:17:18Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregation to different levels</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregation-to-different-levels/m-p/779137#M276168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thats worked. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can i apply the same principle to this: count( distinct JoinKey)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Nov 2014 15:39:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregation-to-different-levels/m-p/779137#M276168</guid>
      <dc:creator />
      <dc:date>2014-11-20T15:39:27Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregation to different levels</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregation-to-different-levels/m-p/779138#M276169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes - most functional expressions (max, min, count, sum etc.) you can apply set analysis to, and so within that you can exclude fields from the set like shown - same goes with the total qualifier!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Nov 2014 16:13:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregation-to-different-levels/m-p/779138#M276169</guid>
      <dc:creator>morganaaron</dc:creator>
      <dc:date>2014-11-20T16:13:01Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregation to different levels</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregation-to-different-levels/m-p/779139#M276170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;okay I tried it but i think I may have my syntax wrong.&amp;nbsp; COuld you give me an example with my &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;count( distinct JoinKey) please&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Nov 2014 16:21:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregation-to-different-levels/m-p/779139#M276170</guid>
      <dc:creator />
      <dc:date>2014-11-20T16:21:49Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Aggregation to different levels</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregation-to-different-levels/m-p/779140#M276171</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;Can you attach some sample data and your required output?&amp;nbsp; It would be easier and understand and give solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2014 02:11:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregation-to-different-levels/m-p/779140#M276171</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-11-21T02:11:08Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Aggregation to different levels</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregation-to-different-levels/m-p/779141#M276172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;so pretty&amp;nbsp; much want to do the same as the other example (which works) but now on another expression which is currently set at:&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;count( distinct JoinKey).&amp;nbsp; So in this example, I would want it to not apply to dimensions E, F&amp;nbsp; but apply A, B, C, D.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2014 08:34:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregation-to-different-levels/m-p/779141#M276172</guid>
      <dc:creator />
      <dc:date>2014-11-21T08:34:53Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregation to different levels</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregation-to-different-levels/m-p/779142#M276173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can i post the example QVW if you could take a look at? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 10:39:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregation-to-different-levels/m-p/779142#M276173</guid>
      <dc:creator />
      <dc:date>2014-11-26T10:39:32Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregation to different levels</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregation-to-different-levels/m-p/779143#M276174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go for it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2014 10:42:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregation-to-different-levels/m-p/779143#M276174</guid>
      <dc:creator>morganaaron</dc:creator>
      <dc:date>2014-11-26T10:42:53Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregation to different levels</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregation-to-different-levels/m-p/779144#M276175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this is the expression I have but it is showing as incorrect syntax. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count({distinct JoinKey}),{[Expense Code Description]=, CostCentreDescription2=, CostCentreDescription3=, CostAnalysisDescription=, CostClassificationDescription=&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Nov 2014 13:34:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregation-to-different-levels/m-p/779144#M276175</guid>
      <dc:creator />
      <dc:date>2014-11-28T13:34:45Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregation to different levels</title>
      <link>https://community.qlik.com/t5/QlikView/Aggregation-to-different-levels/m-p/779145#M276176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;count({&amp;lt; [Expense Code Description]=, CostCentreDescription2=, CostCentreDescription3=, CostAnalysisDescription=, CostClassificationDescription= &amp;gt;} D&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;istinct JoinKey)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Dec 2014 05:16:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Aggregation-to-different-levels/m-p/779145#M276176</guid>
      <dc:creator>ashwanin</dc:creator>
      <dc:date>2014-12-01T05:16:13Z</dc:date>
    </item>
  </channel>
</rss>

