<?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: Pivot Table Totals giving Zero in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Pivot-Table-Totals-giving-Zero/m-p/2018381#M84104</link>
    <description>&lt;P&gt;Correct, I&amp;nbsp; want to display the final YTD, I tried it using secondarydimensionality() but the problem is all the columns have secondarydimensionality=0 so it just shows the same value for all columns.&lt;/P&gt;</description>
    <pubDate>Tue, 20 Dec 2022 08:02:13 GMT</pubDate>
    <dc:creator>Kritika_Dhanbhar</dc:creator>
    <dc:date>2022-12-20T08:02:13Z</dc:date>
    <item>
      <title>Pivot Table Totals giving Zero</title>
      <link>https://community.qlik.com/t5/App-Development/Pivot-Table-Totals-giving-Zero/m-p/2018266#M84082</link>
      <description>&lt;P&gt;hello,&lt;/P&gt;
&lt;P&gt;I have certain calculated columns for YTD by month. When I am enabling the Pivot table totals it shows the correct values for columns that do not need YTD but zero for the columns using an expression for YTD. Any idea why is this happening?&lt;/P&gt;
&lt;P&gt;I have used functions above(),sum(),RowNo() for calculating YTD&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 19 Dec 2022 22:53:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Pivot-Table-Totals-giving-Zero/m-p/2018266#M84082</guid>
      <dc:creator>Kritika_Dhanbhar</dc:creator>
      <dc:date>2022-12-19T22:53:55Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table Totals giving Zero</title>
      <link>https://community.qlik.com/t5/App-Development/Pivot-Table-Totals-giving-Zero/m-p/2018303#M84084</link>
      <description>&lt;P&gt;can you post the expression you used??&lt;/P&gt;</description>
      <pubDate>Tue, 20 Dec 2022 04:14:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Pivot-Table-Totals-giving-Zero/m-p/2018303#M84084</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2022-12-20T04:14:18Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table Totals giving Zero</title>
      <link>https://community.qlik.com/t5/App-Development/Pivot-Table-Totals-giving-Zero/m-p/2018318#M84088</link>
      <description>&lt;P&gt;for 2nd and 3rd col it is: RangeSum (above(sum([collected gallons]),0,RowNo()))-----(col is different for 3rd but expression is the same)&lt;/P&gt;
&lt;P&gt;for 4th col:&amp;nbsp; RangeSum (above(sum([collected gallons),0,RowNo()))-RangeSum (above(sum([Strt_Collec]),0,RowNo()))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Dec 2022 05:07:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Pivot-Table-Totals-giving-Zero/m-p/2018318#M84088</guid>
      <dc:creator>Kritika_Dhanbhar</dc:creator>
      <dc:date>2022-12-20T05:07:17Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table Totals giving Zero</title>
      <link>https://community.qlik.com/t5/App-Development/Pivot-Table-Totals-giving-Zero/m-p/2018355#M84100</link>
      <description>&lt;P&gt;this is a cumulative sum ! why would you total a cumulative sum ??&amp;nbsp;&lt;/P&gt;
&lt;P&gt;you might just show actual YTD using dimensionality()&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;= if( secondarydimensionality() =0&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;,&amp;nbsp; sum([collected gallons])&amp;nbsp; &amp;nbsp;//on total row&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;,&amp;nbsp;RangeSum (above(sum([collected gallons]),0,RowNo()))&amp;nbsp; )&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Dec 2022 07:03:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Pivot-Table-Totals-giving-Zero/m-p/2018355#M84100</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2022-12-20T07:03:04Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table Totals giving Zero</title>
      <link>https://community.qlik.com/t5/App-Development/Pivot-Table-Totals-giving-Zero/m-p/2018381#M84104</link>
      <description>&lt;P&gt;Correct, I&amp;nbsp; want to display the final YTD, I tried it using secondarydimensionality() but the problem is all the columns have secondarydimensionality=0 so it just shows the same value for all columns.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Dec 2022 08:02:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Pivot-Table-Totals-giving-Zero/m-p/2018381#M84104</guid>
      <dc:creator>Kritika_Dhanbhar</dc:creator>
      <dc:date>2022-12-20T08:02:13Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table Totals giving Zero</title>
      <link>https://community.qlik.com/t5/App-Development/Pivot-Table-Totals-giving-Zero/m-p/2018390#M84105</link>
      <description>&lt;P&gt;just add dimensionality() or secondary&lt;SPAN&gt;dimensionality&lt;/SPAN&gt;() as a measure and check the number shown for the total row&lt;/P&gt;
&lt;P&gt;then use accordingly&lt;/P&gt;</description>
      <pubDate>Tue, 20 Dec 2022 08:29:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Pivot-Table-Totals-giving-Zero/m-p/2018390#M84105</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2022-12-20T08:29:19Z</dc:date>
    </item>
  </channel>
</rss>

