<?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: Sum and Count at the bottom of the same table. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Sum-and-Count-at-the-bottom-of-the-same-table/m-p/940273#M324318</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;Script changes:&lt;/P&gt;&lt;P&gt;Table:&lt;/P&gt;&lt;P&gt;LOAD [Item No.], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Description, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [0-1M], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [2-3M], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [4-6M], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [7-12M], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [13-24M], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [25 - 36M], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [&amp;gt;36M], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TotalInventory&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;Requirement.xlsx&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate(Table)&lt;/P&gt;&lt;P&gt;ADD ONLY LOAD&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;INLINE [&lt;/P&gt;&lt;P&gt;Item No.&lt;/P&gt;&lt;P&gt;'Sum'&lt;/P&gt;&lt;P&gt;'Count'&lt;/P&gt;&lt;P&gt;'Percentage'];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chart level changes:&lt;/P&gt;&lt;P&gt;Disabled all totals&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression: &lt;/P&gt;&lt;P&gt;=If( [Item No.] = 'Sum', &lt;/P&gt;&lt;P&gt;Num(Sum(TOTAL [0-1M]), '#,##0.000'),&lt;/P&gt;&lt;P&gt;If( [Item No.] = 'Count', &lt;/P&gt;&lt;P&gt;Num(Count(TOTAL [0-1M]), '#,##0.000'),&lt;/P&gt;&lt;P&gt;Num(Count(TOTAL [0-1M])/Count(TOTAL [0-1M]), '#,##0.000')))&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>Tue, 01 Sep 2015 09:30:15 GMT</pubDate>
    <dc:creator>jagan</dc:creator>
    <dc:date>2015-09-01T09:30:15Z</dc:date>
    <item>
      <title>Sum and Count at the bottom of the same table.</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-and-Count-at-the-bottom-of-the-same-table/m-p/940245#M324290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all&lt;/P&gt;&lt;P&gt;I have requirement in which I need count of items and sum of items in the bottom row as mentioned in the image in a straight or pivot table.&lt;/P&gt;&lt;P&gt;But in Single object not in multiple objects.&lt;/P&gt;&lt;P&gt;Please suggest me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 828px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" width="152"&gt;&lt;/TD&gt;&lt;TD class="xl63" width="90"&gt;&lt;/TD&gt;&lt;TD class="xl63" width="89"&gt;&lt;/TD&gt;&lt;TD class="xl63" width="78"&gt;&lt;/TD&gt;&lt;TD class="xl63" width="64"&gt;&lt;/TD&gt;&lt;TD class="xl63" width="64"&gt;&lt;/TD&gt;&lt;TD class="xl63" width="64"&gt;&lt;/TD&gt;&lt;TD class="xl63" width="64"&gt;&lt;/TD&gt;&lt;TD class="xl63" width="64"&gt;&lt;/TD&gt;&lt;TD class="xl63" width="99"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Aug 2015 10:23:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-and-Count-at-the-bottom-of-the-same-table/m-p/940245#M324290</guid>
      <dc:creator>rahulsud007</dc:creator>
      <dc:date>2015-08-31T10:23:18Z</dc:date>
    </item>
    <item>
      <title>Re: Sum and Count at the bottom of the same table.</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-and-Count-at-the-bottom-of-the-same-table/m-p/940246#M324291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can&amp;nbsp; select only one option i hope either total or count&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="97441" alt="Untitled.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/97441_Untitled.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Aug 2015 10:28:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-and-Count-at-the-bottom-of-the-same-table/m-p/940246#M324291</guid>
      <dc:creator>gautik92</dc:creator>
      <dc:date>2015-08-31T10:28:26Z</dc:date>
    </item>
    <item>
      <title>Re: Sum and Count at the bottom of the same table.</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-and-Count-at-the-bottom-of-the-same-table/m-p/940247#M324292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rahul&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;create another chart for count with same dimensions and put it under that .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Aug 2015 10:29:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-and-Count-at-the-bottom-of-the-same-table/m-p/940247#M324292</guid>
      <dc:creator>mightyqlikers</dc:creator>
      <dc:date>2015-08-31T10:29:57Z</dc:date>
    </item>
    <item>
      <title>Re: Sum and Count at the bottom of the same table.</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-and-Count-at-the-bottom-of-the-same-table/m-p/940248#M324293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;STRONG style="color: #3d3d3d; font-family: inherit; line-height: 1.5em; font-style: inherit; font-size: 11.6999998092651px;"&gt;&lt;A href="https://community.qlik.com/people/gautik92"&gt;gautik92&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your quick response,&amp;nbsp; unfortunately I need both the fields sum as well as count.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Aug 2015 10:32:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-and-Count-at-the-bottom-of-the-same-table/m-p/940248#M324293</guid>
      <dc:creator>rahulsud007</dc:creator>
      <dc:date>2015-08-31T10:32:49Z</dc:date>
    </item>
    <item>
      <title>Re: Sum and Count at the bottom of the same table.</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-and-Count-at-the-bottom-of-the-same-table/m-p/940249#M324294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sam,&lt;/P&gt;&lt;P&gt;but I need it in single Object and that too in tabular format. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Aug 2015 10:33:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-and-Count-at-the-bottom-of-the-same-table/m-p/940249#M324294</guid>
      <dc:creator>rahulsud007</dc:creator>
      <dc:date>2015-08-31T10:33:53Z</dc:date>
    </item>
    <item>
      <title>Re: Sum and Count at the bottom of the same table.</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-and-Count-at-the-bottom-of-the-same-table/m-p/940250#M324295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;not possible &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Aug 2015 10:35:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-and-Count-at-the-bottom-of-the-same-table/m-p/940250#M324295</guid>
      <dc:creator>gautik92</dc:creator>
      <dc:date>2015-08-31T10:35:32Z</dc:date>
    </item>
    <item>
      <title>Re: Sum and Count at the bottom of the same table.</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-and-Count-at-the-bottom-of-the-same-table/m-p/940251#M324296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there any alternative, suppose v can do anything in back end to achieve this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Aug 2015 10:51:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-and-Count-at-the-bottom-of-the-same-table/m-p/940251#M324296</guid>
      <dc:creator>rahulsud007</dc:creator>
      <dc:date>2015-08-31T10:51:46Z</dc:date>
    </item>
    <item>
      <title>Re: Sum and Count at the bottom of the same table.</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-and-Count-at-the-bottom-of-the-same-table/m-p/940252#M324297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately it is not possible&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Aug 2015 10:54:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-and-Count-at-the-bottom-of-the-same-table/m-p/940252#M324297</guid>
      <dc:creator>gautik92</dc:creator>
      <dc:date>2015-08-31T10:54:34Z</dc:date>
    </item>
    <item>
      <title>Re: Sum and Count at the bottom of the same table.</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-and-Count-at-the-bottom-of-the-same-table/m-p/940253#M324298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i hope you can create another chart &lt;/P&gt;&lt;P&gt;allign it properly bottom of first chart.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Aug 2015 10:59:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-and-Count-at-the-bottom-of-the-same-table/m-p/940253#M324298</guid>
      <dc:creator>mightyqlikers</dc:creator>
      <dc:date>2015-08-31T10:59:55Z</dc:date>
    </item>
    <item>
      <title>Re: Sum and Count at the bottom of the same table.</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-and-Count-at-the-bottom-of-the-same-table/m-p/940254#M324299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you can try to create (let's call it this way) "synthetic dimension". So field call "Total" in your load script. You can make it look like a default Total row by changing the Text format options in both dimensions and expressions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The way I prefer is to concatenate a template table with 0 values as all of the dimensions. Have a look at the QVW, maybe it will be of any use to you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Aug 2015 11:03:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-and-Count-at-the-bottom-of-the-same-table/m-p/940254#M324299</guid>
      <dc:creator>kuczynska</dc:creator>
      <dc:date>2015-08-31T11:03:06Z</dc:date>
    </item>
    <item>
      <title>Re: Sum and Count at the bottom of the same table.</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-and-Count-at-the-bottom-of-the-same-table/m-p/940255#M324300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you trying to get this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/97474_Capture.PNG" style="height: 175px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Sum I used the Total on Dimension Limits tab:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/97475_Capture.PNG" style="height: 426px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt; For Count I used the Total on the Expression tab and gave it the label on Presentation tab:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/97476_Capture.PNG" style="height: 534px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="image-4 jive-image" src="https://community.qlik.com/legacyfs/online/97477_Capture.PNG" style="height: 378px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Aug 2015 14:52:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-and-Count-at-the-bottom-of-the-same-table/m-p/940255#M324300</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-08-31T14:52:20Z</dc:date>
    </item>
    <item>
      <title>Re: Sum and Count at the bottom of the same table.</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-and-Count-at-the-bottom-of-the-same-table/m-p/940256#M324301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny n &lt;A href="https://community.qlik.com/qlik-users/201164"&gt;Kuczynska&lt;/A&gt;, I need count of only the values present greater than 0. !&lt;IMG alt="1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/97515_1.png" style="height: 240px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Sep 2015 04:39:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-and-Count-at-the-bottom-of-the-same-table/m-p/940256#M324301</guid>
      <dc:creator>rahulsud007</dc:creator>
      <dc:date>2015-09-01T04:39:19Z</dc:date>
    </item>
    <item>
      <title>Re: Sum and Count at the bottom of the same table.</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-and-Count-at-the-bottom-of-the-same-table/m-p/940257#M324302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/97529_Capture.PNG" style="height: 168px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Changed the expressions a little bit:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression1: &lt;STRONG&gt;=If(Sum([0-1M]) &amp;lt;&amp;gt; 0, Sum([0-1M])) &lt;/STRONG&gt;(from &lt;STRONG style="font-size: 13.3333330154419px;"&gt;Sum([0-1M])&lt;/STRONG&gt;)&lt;/P&gt;&lt;P&gt;and so on....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also changed the Null Symbol from - to 0.000 and made it right justified on presentation tab:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/97530_Capture.PNG" style="height: 540px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Sep 2015 04:56:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-and-Count-at-the-bottom-of-the-same-table/m-p/940257#M324302</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-09-01T04:56:18Z</dc:date>
    </item>
    <item>
      <title>Re: Sum and Count at the bottom of the same table.</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-and-Count-at-the-bottom-of-the-same-table/m-p/940258#M324303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That was very helpful, Sunny.&lt;/P&gt;&lt;P&gt;Is it possible to have a percentage column below count where the formula is total of 0-1M / total inventory for 0-1 M and total of 0-2M/total Inventory for 0-2 n so on..?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Sep 2015 05:31:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-and-Count-at-the-bottom-of-the-same-table/m-p/940258#M324303</guid>
      <dc:creator>rahulsud007</dc:creator>
      <dc:date>2015-09-01T05:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: Sum and Count at the bottom of the same table.</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-and-Count-at-the-bottom-of-the-same-table/m-p/940259#M324304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think we can have 3 Total columns, I can recommend another solution where you can have three totals in the one row instead of 3. Do you think that would work???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Sep 2015 05:36:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-and-Count-at-the-bottom-of-the-same-table/m-p/940259#M324304</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-09-01T05:36:14Z</dc:date>
    </item>
    <item>
      <title>Re: Sum and Count at the bottom of the same table.</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-and-Count-at-the-bottom-of-the-same-table/m-p/940260#M324305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please suggest, Lets me see it works or not&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Sep 2015 05:45:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-and-Count-at-the-bottom-of-the-same-table/m-p/940260#M324305</guid>
      <dc:creator>rahulsud007</dc:creator>
      <dc:date>2015-09-01T05:45:41Z</dc:date>
    </item>
    <item>
      <title>Re: Sum and Count at the bottom of the same table.</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-and-Count-at-the-bottom-of-the-same-table/m-p/940261#M324306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny !&lt;IMG alt="1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/97516_1.png" style="height: 240px; width: 620px;" /&gt;, the third total should take the formula as I have mentioned&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Sep 2015 05:49:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-and-Count-at-the-bottom-of-the-same-table/m-p/940261#M324306</guid>
      <dc:creator>rahulsud007</dc:creator>
      <dc:date>2015-09-01T05:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: Sum and Count at the bottom of the same table.</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-and-Count-at-the-bottom-of-the-same-table/m-p/940262#M324307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is the alternative method I was talking about:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression1:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=If(Dimensionality() = 0, Num(Sum([0-1M]), '#,##0.000') &amp;amp; Chr(10) &amp;amp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Num(Count([0-1M]), '#,##0.000') &amp;amp; Chr(10) &amp;amp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Num(Sum([0-1M])/Sum(TotalInventory), '#,##0.00%'),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; Num(Sum([0-1M]), '#,##0.000'))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Output:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/97531_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Only drawback here is that since we need three totals at the bottom, the complete chart needs to have cell height of 3:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/97535_Capture.PNG" style="height: 537px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also attaching the qvw for reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Sep 2015 05:56:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-and-Count-at-the-bottom-of-the-same-table/m-p/940262#M324307</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-09-01T05:56:41Z</dc:date>
    </item>
    <item>
      <title>Re: Sum and Count at the bottom of the same table.</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-and-Count-at-the-bottom-of-the-same-table/m-p/940263#M324308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny, &lt;/P&gt;&lt;P&gt;Thanks a lot for your help.&lt;/P&gt;&lt;P&gt;Your mentioned solution worked well in QV but when we extract to Excel we need to Manually wrap the column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any Similar solution where we just need to pull the data to excel and it will be in similar format.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Sep 2015 06:51:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-and-Count-at-the-bottom-of-the-same-table/m-p/940263#M324308</guid>
      <dc:creator>rahulsud007</dc:creator>
      <dc:date>2015-09-01T06:51:06Z</dc:date>
    </item>
    <item>
      <title>Re: Sum and Count at the bottom of the same table.</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-and-Count-at-the-bottom-of-the-same-table/m-p/940264#M324309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Rahul - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately, these are the only two methods I knew to show more than two totals in a table. If there is a third method, I would be more than happy to know about it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope someone can help you out with this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Sep 2015 07:01:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-and-Count-at-the-bottom-of-the-same-table/m-p/940264#M324309</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-09-01T07:01:32Z</dc:date>
    </item>
  </channel>
</rss>

