<?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: Total Aggrupation on same expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Total-Aggrupation-on-same-expression/m-p/930621#M321772</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Mariana,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached is the application with solution of your query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kamal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Sep 2015 06:13:49 GMT</pubDate>
    <dc:creator>kamalqlik</dc:creator>
    <dc:date>2015-09-11T06:13:49Z</dc:date>
    <item>
      <title>Total Aggrupation on same expression</title>
      <link>https://community.qlik.com/t5/QlikView/Total-Aggrupation-on-same-expression/m-p/930618#M321769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was wondering if you guys have any idea how i could represent different groups of Data by grouping the same expression.&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got a table that has the account number and the value on the account.&lt;/P&gt;&lt;P&gt;My current table shows information on different levels (pivot table), and has one expression, that the sum(Value).&lt;/P&gt;&lt;P&gt;This way, when u drill down you get to the account and the value.&lt;/P&gt;&lt;P&gt;I need to group like a range of accounts and show the total of that account, and then another range of accounts with another total, but not in different expresions so i dont have a lot of zeros on the accounts that are not grouped on each expression.&lt;/P&gt;&lt;P&gt;(Table of example)&lt;/P&gt;&lt;P&gt;Currently at the end of the pivot table it looks like:&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Acc&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Value&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;11&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;12&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;13&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;21&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;22&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;23&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;31&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to have:&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Acc&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Value&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;11&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;4&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;12&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;5&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;13&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Total 1's&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;10&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;21&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;22&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;23&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Total 2's&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;6&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;31&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Total 3's&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Grand Total&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;17&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there anyway of doing this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am I explaining my self correctly?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2015 23:09:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Total-Aggrupation-on-same-expression/m-p/930618#M321769</guid>
      <dc:creator />
      <dc:date>2015-09-10T23:09:11Z</dc:date>
    </item>
    <item>
      <title>Re: Total Aggrupation on same expression</title>
      <link>https://community.qlik.com/t5/QlikView/Total-Aggrupation-on-same-expression/m-p/930619#M321770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps you can simply create an extra field in the script, i.e. left(Acc,1) as Group, and add that new field as dimension to your pivot table. Or perhaps you want to create something like the P&amp;amp;L statement as described in this blog post: &lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2012/08/10/how-intervalmatch-solved-my-profit-and-loss-dilemma" style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3778c7;"&gt;How IntervalMatch Solved My Profit and Loss Dilemma&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Sep 2015 05:20:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Total-Aggrupation-on-same-expression/m-p/930619#M321770</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-09-11T05:20:28Z</dc:date>
    </item>
    <item>
      <title>Re: Total Aggrupation on same expression</title>
      <link>https://community.qlik.com/t5/QlikView/Total-Aggrupation-on-same-expression/m-p/930620#M321771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2015-09-11 #2.PNG" class="jive-image image-1" src="/legacyfs/online/98602_2015-09-11 #2.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Sep 2015 06:06:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Total-Aggrupation-on-same-expression/m-p/930620#M321771</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-09-11T06:06:43Z</dc:date>
    </item>
    <item>
      <title>Re: Total Aggrupation on same expression</title>
      <link>https://community.qlik.com/t5/QlikView/Total-Aggrupation-on-same-expression/m-p/930621#M321772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Mariana,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached is the application with solution of your query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kamal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Sep 2015 06:13:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Total-Aggrupation-on-same-expression/m-p/930621#M321772</guid>
      <dc:creator>kamalqlik</dc:creator>
      <dc:date>2015-09-11T06:13:49Z</dc:date>
    </item>
    <item>
      <title>Re: Total Aggrupation on same expression</title>
      <link>https://community.qlik.com/t5/QlikView/Total-Aggrupation-on-same-expression/m-p/930622#M321773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks this solved it perfectly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the other solutions where a little more difficult to implement with my data model, thats why i mark you correct answer, but thanks to everyone.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Sep 2015 15:08:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Total-Aggrupation-on-same-expression/m-p/930622#M321773</guid>
      <dc:creator />
      <dc:date>2015-09-11T15:08:40Z</dc:date>
    </item>
  </channel>
</rss>

