<?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 Show sum total on all rows in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Show-sum-total-on-all-rows/m-p/1729847#M722199</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have the following expression with Set analysis which is working well and giving the individual values required:&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;Location = {'UKInv'},[Retailer Name] = {'&lt;EM&gt;Brand&lt;/EM&gt;'}&amp;gt;}[Stock In House])&lt;/P&gt;&lt;P&gt;I now need a column next to this which required the the total of the above.&lt;/P&gt;&lt;P&gt;In the below simple example the above return 2,8,2 and i need an expression to give the total= 14 on each line&lt;/P&gt;&lt;P&gt;e.g.&lt;/P&gt;&lt;P&gt;Above SUM&amp;nbsp; &amp;nbsp; TOTAL SUM&lt;BR /&gt;2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;14&lt;BR /&gt;8&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;14&lt;BR /&gt;2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;14&lt;/P&gt;&lt;P&gt;Please can someone assist in making an expression to give me the total from this:&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;Location = {'UKInv'},[Retailer Name] = {'&lt;EM&gt;Brand&lt;/EM&gt;'}&amp;gt;}[Stock In House])&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 00:17:01 GMT</pubDate>
    <dc:creator>davyqliks</dc:creator>
    <dc:date>2024-11-16T00:17:01Z</dc:date>
    <item>
      <title>Show sum total on all rows</title>
      <link>https://community.qlik.com/t5/QlikView/Show-sum-total-on-all-rows/m-p/1729847#M722199</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have the following expression with Set analysis which is working well and giving the individual values required:&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;Location = {'UKInv'},[Retailer Name] = {'&lt;EM&gt;Brand&lt;/EM&gt;'}&amp;gt;}[Stock In House])&lt;/P&gt;&lt;P&gt;I now need a column next to this which required the the total of the above.&lt;/P&gt;&lt;P&gt;In the below simple example the above return 2,8,2 and i need an expression to give the total= 14 on each line&lt;/P&gt;&lt;P&gt;e.g.&lt;/P&gt;&lt;P&gt;Above SUM&amp;nbsp; &amp;nbsp; TOTAL SUM&lt;BR /&gt;2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;14&lt;BR /&gt;8&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;14&lt;BR /&gt;2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;14&lt;/P&gt;&lt;P&gt;Please can someone assist in making an expression to give me the total from this:&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;Location = {'UKInv'},[Retailer Name] = {'&lt;EM&gt;Brand&lt;/EM&gt;'}&amp;gt;}[Stock In House])&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 00:17:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-sum-total-on-all-rows/m-p/1729847#M722199</guid>
      <dc:creator>davyqliks</dc:creator>
      <dc:date>2024-11-16T00:17:01Z</dc:date>
    </item>
    <item>
      <title>Re: Show sum total on all rows</title>
      <link>https://community.qlik.com/t5/QlikView/Show-sum-total-on-all-rows/m-p/1729855#M722200</link>
      <description>&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;have you tried&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Sum({$&amp;lt;Location = {'UKInv'},[Retailer Name] = {'Brand'}&amp;gt;}total [Stock In House])&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 22 Jul 2020 11:11:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-sum-total-on-all-rows/m-p/1729855#M722200</guid>
      <dc:creator>lironbaram</dc:creator>
      <dc:date>2020-07-22T11:11:10Z</dc:date>
    </item>
    <item>
      <title>Re: Show sum total on all rows</title>
      <link>https://community.qlik.com/t5/QlikView/Show-sum-total-on-all-rows/m-p/1729858#M722201</link>
      <description>&lt;P&gt;Thank you so much for this and your quick response. This has worked perfectly.&lt;/P&gt;&lt;P&gt;Thanks, i knew i had to get a total in there but wasted so much time trying to get the positioning right with no error.&lt;/P&gt;&lt;P&gt;Much Appreciated...Stay safe and Thanks again.&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jul 2020 11:23:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-sum-total-on-all-rows/m-p/1729858#M722201</guid>
      <dc:creator>davyqliks</dc:creator>
      <dc:date>2020-07-22T11:23:36Z</dc:date>
    </item>
    <item>
      <title>Re: Show sum total on all rows</title>
      <link>https://community.qlik.com/t5/QlikView/Show-sum-total-on-all-rows/m-p/1729930#M722202</link>
      <description>&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;I wonder if you could help again.&lt;/P&gt;&lt;P&gt;When using the given expression:&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;Location = {'UKInv'},[Retailer Name] = {'Brand'}&amp;gt;}total [Stock In House])&lt;/P&gt;&lt;P&gt;i also need to 'filter'/split the total by 2 dimensions&lt;/P&gt;&lt;P&gt;Item Code and Size Table.&lt;/P&gt;&lt;P&gt;This is so that i get the total sum of the stock in house by location and retailer name, But, a total for each change in item code and Size Table.&lt;/P&gt;&lt;P&gt;The expression above works great when i make those 2 filters however there are too many to fix like [Item Code] = {''item name} etc&lt;/P&gt;&lt;P&gt;Is there a way to filter the total in the given expression using those 2 dimensions?&lt;/P&gt;&lt;P&gt;so i get like below;&lt;/P&gt;&lt;P&gt;Item code&amp;nbsp; &amp;nbsp; Size Table&amp;nbsp; &amp;nbsp; qty&amp;nbsp; &amp;nbsp; &amp;nbsp; total&lt;/P&gt;&lt;P&gt;A&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; A B&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 14&lt;BR /&gt;A&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; AB&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;10&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;14&lt;BR /&gt;A&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; AB&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 14&lt;BR /&gt;b&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;bb&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;10&lt;BR /&gt;b&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;bb&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;8&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;10&lt;/P&gt;&lt;P&gt;Thanks Again&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6330"&gt;@lironbaram&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jul 2020 14:26:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-sum-total-on-all-rows/m-p/1729930#M722202</guid>
      <dc:creator>davyqliks</dc:creator>
      <dc:date>2020-07-22T14:26:52Z</dc:date>
    </item>
    <item>
      <title>Re: Show sum total on all rows</title>
      <link>https://community.qlik.com/t5/QlikView/Show-sum-total-on-all-rows/m-p/1729944#M722203</link>
      <description>&lt;P&gt;&amp;nbsp;hi this should work&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Sum({$&amp;lt;Location = {'UKInv'},[Retailer Name] = {'Brand'}&amp;gt;}total&amp;lt;[Item Code],[Size Table]&amp;gt; [Stock In House])&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 22 Jul 2020 14:49:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-sum-total-on-all-rows/m-p/1729944#M722203</guid>
      <dc:creator>lironbaram</dc:creator>
      <dc:date>2020-07-22T14:49:16Z</dc:date>
    </item>
    <item>
      <title>Re: Show sum total on all rows</title>
      <link>https://community.qlik.com/t5/QlikView/Show-sum-total-on-all-rows/m-p/1729950#M722204</link>
      <description>&lt;P&gt;SERIOUSLY!!&lt;/P&gt;&lt;P&gt;As easy as that, the more i think i know the less i do.&lt;/P&gt;&lt;P&gt;You have massively helped me out today&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6330"&gt;@lironbaram&lt;/a&gt;&amp;nbsp;... i cannot thank you enough!&lt;/P&gt;&lt;P&gt;Thanks so much, enjoy the rest of your day.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jul 2020 14:59:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-sum-total-on-all-rows/m-p/1729950#M722204</guid>
      <dc:creator>davyqliks</dc:creator>
      <dc:date>2020-07-22T14:59:37Z</dc:date>
    </item>
  </channel>
</rss>

