<?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 Rangesum before total is not coming in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Rangesum-before-total-is-not-coming/m-p/68409#M11250</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 have a pivot table, in which there are three dimension like SBU, Territory, Salesperson and month (month has partial sum ticked in Presentation tab)&lt;/P&gt;&lt;P&gt;and there are some expressions like MTD,PYTD,MTD VS MTD % and YTD vs PYTD%&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have pick up Month dimension and pivoting it in rows like below:&lt;/P&gt;&lt;P&gt;&lt;IMG border="0" class="jive-image image-1" height="64" src="https://community.qlik.com/legacyfs/online/204535_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" width="1244" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In YTD Vs PYTD % I have applied expression as per below and its result comes fine&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/204542_pastedImage_1.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but when I see into Total column its shows me dash '-' like below:&lt;/P&gt;&lt;P&gt;&lt;IMG border="0" class="jive-image image-3" height="73" src="https://community.qlik.com/legacyfs/online/204543_pastedImage_2.png" style="max-height: 900px; max-width: 1200px;" width="1027" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If anyone have any idea about these problem.&lt;/P&gt;&lt;P&gt;Please help me to resolve it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Jun 2018 08:10:49 GMT</pubDate>
    <dc:creator>infosense_devel</dc:creator>
    <dc:date>2018-06-07T08:10:49Z</dc:date>
    <item>
      <title>Rangesum before total is not coming</title>
      <link>https://community.qlik.com/t5/QlikView/Rangesum-before-total-is-not-coming/m-p/68409#M11250</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 have a pivot table, in which there are three dimension like SBU, Territory, Salesperson and month (month has partial sum ticked in Presentation tab)&lt;/P&gt;&lt;P&gt;and there are some expressions like MTD,PYTD,MTD VS MTD % and YTD vs PYTD%&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have pick up Month dimension and pivoting it in rows like below:&lt;/P&gt;&lt;P&gt;&lt;IMG border="0" class="jive-image image-1" height="64" src="https://community.qlik.com/legacyfs/online/204535_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" width="1244" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In YTD Vs PYTD % I have applied expression as per below and its result comes fine&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/204542_pastedImage_1.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but when I see into Total column its shows me dash '-' like below:&lt;/P&gt;&lt;P&gt;&lt;IMG border="0" class="jive-image image-3" height="73" src="https://community.qlik.com/legacyfs/online/204543_pastedImage_2.png" style="max-height: 900px; max-width: 1200px;" width="1027" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If anyone have any idea about these problem.&lt;/P&gt;&lt;P&gt;Please help me to resolve it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2018 08:10:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rangesum-before-total-is-not-coming/m-p/68409#M11250</guid>
      <dc:creator>infosense_devel</dc:creator>
      <dc:date>2018-06-07T08:10:49Z</dc:date>
    </item>
    <item>
      <title>Re: Rangesum before total is not coming</title>
      <link>https://community.qlik.com/t5/QlikView/Rangesum-before-total-is-not-coming/m-p/68410#M11251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe you need an aggr() around your expression like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum(aggr(YourExpression, Dim1, Dim2, ...))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2018 08:41:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rangesum-before-total-is-not-coming/m-p/68410#M11251</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2018-06-07T08:41:42Z</dc:date>
    </item>
  </channel>
</rss>

