<?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: RangeSum expression with Grand total for Dimension. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/RangeSum-expression-with-Grand-total-for-Dimension/m-p/46546#M7740</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have presented my issue by simplifying it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but assume that if i have requirement to show total column at right side of my total then?&lt;/P&gt;&lt;P&gt;can we achieve it with rangesum() in expression?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Jun 2018 19:39:46 GMT</pubDate>
    <dc:creator>infosense_devel</dc:creator>
    <dc:date>2018-06-19T19:39:46Z</dc:date>
    <item>
      <title>RangeSum expression with Grand total for Dimension.</title>
      <link>https://community.qlik.com/t5/QlikView/RangeSum-expression-with-Grand-total-for-Dimension/m-p/46544#M7738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;i have scenario where i have pivot table with two dimension and one expression.&lt;/P&gt;&lt;P&gt;in expression we are using Rangesum()&amp;nbsp; as per below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=RangeSum(Before(Sum({&amp;lt;Common_Month = ,REC_TYPE = {InvoiceDateRec}&amp;gt;} (RAGLDA_ACCTD_AMOUNT * XRATE_CONST * RATE)), 0, ColumnNo()))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my table layout is as per below.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I need Month Wise total column at right side of the table.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="table.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/205614_table.png" style="height: 237px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have checked "Show partial Sum" check box on "presentation" tab of property, but still i am not able to see column wise total.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="property.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/205615_property.png" style="height: 553px; width: 620px;" /&gt;&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>Tue, 19 Jun 2018 12:35:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RangeSum-expression-with-Grand-total-for-Dimension/m-p/46544#M7738</guid>
      <dc:creator>infosense_devel</dc:creator>
      <dc:date>2018-06-19T12:35:32Z</dc:date>
    </item>
    <item>
      <title>Re: RangeSum expression with Grand total for Dimension.</title>
      <link>https://community.qlik.com/t5/QlikView/RangeSum-expression-with-Grand-total-for-Dimension/m-p/46545#M7739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Isn't the Jun value (in the above screenshot) the total value you would see?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2018 12:41:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RangeSum-expression-with-Grand-total-for-Dimension/m-p/46545#M7739</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-06-19T12:41:15Z</dc:date>
    </item>
    <item>
      <title>Re: RangeSum expression with Grand total for Dimension.</title>
      <link>https://community.qlik.com/t5/QlikView/RangeSum-expression-with-Grand-total-for-Dimension/m-p/46546#M7740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have presented my issue by simplifying it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but assume that if i have requirement to show total column at right side of my total then?&lt;/P&gt;&lt;P&gt;can we achieve it with rangesum() in expression?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2018 19:39:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RangeSum-expression-with-Grand-total-for-Dimension/m-p/46546#M7740</guid>
      <dc:creator>infosense_devel</dc:creator>
      <dc:date>2018-06-19T19:39:46Z</dc:date>
    </item>
    <item>
      <title>Re: RangeSum expression with Grand total for Dimension.</title>
      <link>https://community.qlik.com/t5/QlikView/RangeSum-expression-with-Grand-total-for-Dimension/m-p/46547#M7741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not entirely sure it would show, bit it can be done using Dimensionality() function.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-7969"&gt;How to use - Dimensionality()&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-8006"&gt;The second dimension... or how to use secondarydimensionality()&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2018 19:44:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RangeSum-expression-with-Grand-total-for-Dimension/m-p/46547#M7741</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-06-19T19:44:46Z</dc:date>
    </item>
  </channel>
</rss>

