<?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 Total Issue in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Pivot-Table-Total-Issue/m-p/1997389#M82602</link>
    <description>&lt;P&gt;HI&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/159840"&gt;@Karthick30&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;First thing to try is the totaling function&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mark6505_0-1666853058983.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/92265iE0688B6C9ABD767F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="mark6505_0-1666853058983.png" alt="mark6505_0-1666853058983.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Change to sum.&lt;/P&gt;</description>
    <pubDate>Thu, 27 Oct 2022 06:44:30 GMT</pubDate>
    <dc:creator>Mark_Little</dc:creator>
    <dc:date>2022-10-27T06:44:30Z</dc:date>
    <item>
      <title>Pivot Table Total Issue</title>
      <link>https://community.qlik.com/t5/App-Development/Pivot-Table-Total-Issue/m-p/1997247#M82579</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;I am using Pivot table. In that measure, I am giving If condition and result is coming fine.. but total is coming as 0.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Karthick30_0-1666805214994.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/92243i8B90A7A8C266CF82/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Karthick30_0-1666805214994.png" alt="Karthick30_0-1666805214994.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Oct 2022 17:27:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Pivot-Table-Total-Issue/m-p/1997247#M82579</guid>
      <dc:creator>Karthick30</dc:creator>
      <dc:date>2022-10-26T17:27:28Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table Total Issue</title>
      <link>https://community.qlik.com/t5/App-Development/Pivot-Table-Total-Issue/m-p/1997352#M82597</link>
      <description>&lt;P&gt;You're holding back some important information.&amp;nbsp; What does your measure expression look like and what are the names of the dimensions in your pivot table?&lt;/P&gt;
&lt;P&gt;You do mention that&amp;nbsp; you have an IF statement.&amp;nbsp; Could it be that the if statement returns null()/false when you have more than one dimension values on one row.&lt;/P&gt;
&lt;P&gt;Try to get your expression to work using no dimensions in your table, then it will probably work when you add dimensions afterwards.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Oct 2022 04:31:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Pivot-Table-Total-Issue/m-p/1997352#M82597</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2022-10-27T04:31:59Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table Total Issue</title>
      <link>https://community.qlik.com/t5/App-Development/Pivot-Table-Total-Issue/m-p/1997366#M82599</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/25001"&gt;@Vegar&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Please find the measure value as below&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;f(A='India',sum({&amp;lt;B={'Annual Plan'},A={'India'}&amp;gt;}L)/1000 - below(sum({&amp;lt;B={'Annual Plan'}&amp;gt;}L)/1000) - below(below(sum({&amp;lt;B={'Annual Plan'}&amp;gt;}L)/1000)),&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;sum( {&amp;lt;B={'Annual Plan'}&amp;gt;}L)/1000)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;L is the value we are summing&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Result I am getting is&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Karthick30_0-1666848761951.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/92258iC2974B67A76DB540/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Karthick30_0-1666848761951.png" alt="Karthick30_0-1666848761951.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;3088 Total is not correct. Actual total is 2908.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Oct 2022 05:34:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Pivot-Table-Total-Issue/m-p/1997366#M82599</guid>
      <dc:creator>Karthick30</dc:creator>
      <dc:date>2022-10-27T05:34:36Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table Total Issue</title>
      <link>https://community.qlik.com/t5/App-Development/Pivot-Table-Total-Issue/m-p/1997389#M82602</link>
      <description>&lt;P&gt;HI&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/159840"&gt;@Karthick30&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;First thing to try is the totaling function&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mark6505_0-1666853058983.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/92265iE0688B6C9ABD767F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="mark6505_0-1666853058983.png" alt="mark6505_0-1666853058983.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Change to sum.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Oct 2022 06:44:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Pivot-Table-Total-Issue/m-p/1997389#M82602</guid>
      <dc:creator>Mark_Little</dc:creator>
      <dc:date>2022-10-27T06:44:30Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table Total Issue</title>
      <link>https://community.qlik.com/t5/App-Development/Pivot-Table-Total-Issue/m-p/1997399#M82604</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/29012"&gt;@Mark_Little&lt;/a&gt;&amp;nbsp;. we dont have that option in Pivot table. Its available only in Normal native chart.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Oct 2022 06:55:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Pivot-Table-Total-Issue/m-p/1997399#M82604</guid>
      <dc:creator>Karthick30</dc:creator>
      <dc:date>2022-10-27T06:55:03Z</dc:date>
    </item>
  </channel>
</rss>

