<?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: Show total row wise in pivot table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Show-total-row-wise-in-pivot-table/m-p/1337606#M412449</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kaushik....this expression did not work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Jul 2017 09:08:59 GMT</pubDate>
    <dc:creator>yashcena</dc:creator>
    <dc:date>2017-07-06T09:08:59Z</dc:date>
    <item>
      <title>Show total row wise in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Show-total-row-wise-in-pivot-table/m-p/1337604#M412447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a pivot table which shows the count of test cases and I'm showing it horizontally.&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="169266" alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/169266_Capture.JPG" style="height: 113px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;(image from an excel export)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to show the percentage row wise. Instead, it is calculating the percentage column-wise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, in CR4701 US130543 there are 12 test cases and all of them are in Pass state. So the pass percentage should be 100%. Instead, it is calculating the percentage by taking all the 'Pass' test cases i.e. 195 [(12/195)*100]. It should calculate only for that particular CR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way to do that? I hope I have made my requirement clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression&lt;SPAN style="text-decoration: underline;"&gt; for &lt;/SPAN&gt;count&lt;SPAN style="text-decoration: underline;"&gt;:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;count(TestCaseID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Expression for Percentage:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;count(TestCaseID)/count(total(TestCaseID))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(I think for the % expression, the denominator is wrong.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;YASH&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2017 07:13:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-total-row-wise-in-pivot-table/m-p/1337604#M412447</guid>
      <dc:creator>yashcena</dc:creator>
      <dc:date>2017-07-06T07:13:23Z</dc:date>
    </item>
    <item>
      <title>Re: Show total row wise in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Show-total-row-wise-in-pivot-table/m-p/1337605#M412448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;count(TestCaseID)/count(total&amp;lt;TestCaseCRs&amp;gt;(TestCaseID))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Kaushik Solanki&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2017 07:24:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-total-row-wise-in-pivot-table/m-p/1337605#M412448</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2017-07-06T07:24:12Z</dc:date>
    </item>
    <item>
      <title>Re: Show total row wise in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Show-total-row-wise-in-pivot-table/m-p/1337606#M412449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kaushik....this expression did not work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2017 09:08:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-total-row-wise-in-pivot-table/m-p/1337606#M412449</guid>
      <dc:creator>yashcena</dc:creator>
      <dc:date>2017-07-06T09:08:59Z</dc:date>
    </item>
    <item>
      <title>Re: Show total row wise in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Show-total-row-wise-in-pivot-table/m-p/1337607#M412450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be these:&lt;/P&gt;&lt;P&gt;Count(TestCaseID)/Count(total &amp;lt;DIM1&amp;gt; TestCaseID)&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;Count(TestCaseID)/Count(total &amp;lt;DIM1, DIM2&amp;gt; TestCaseID)&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;if(dimensionality()=0, Count(TestCaseID)/Count(total &amp;lt;DimA&amp;gt; TestCaseID), sum(TestCaseID)) // (Think so)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2017 09:30:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-total-row-wise-in-pivot-table/m-p/1337607#M412450</guid>
      <dc:creator>BalaBhaskar_Qlik</dc:creator>
      <dc:date>2017-07-06T09:30:22Z</dc:date>
    </item>
    <item>
      <title>Re: Show total row wise in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Show-total-row-wise-in-pivot-table/m-p/1337608#M412451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you be able to share the sample file?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2017 09:30:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-total-row-wise-in-pivot-table/m-p/1337608#M412451</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2017-07-06T09:30:38Z</dc:date>
    </item>
    <item>
      <title>Re: Show total row wise in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Show-total-row-wise-in-pivot-table/m-p/1337609#M412452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-1290"&gt;Preparing examples for Upload - Reduction and Data Scrambling&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2017 09:32:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-total-row-wise-in-pivot-table/m-p/1337609#M412452</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2017-07-06T09:32:45Z</dc:date>
    </item>
    <item>
      <title>Re: Show total row wise in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Show-total-row-wise-in-pivot-table/m-p/1337610#M412453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not able to find the option to attach .qvw. Drag and drop also didnt work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2017 10:08:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-total-row-wise-in-pivot-table/m-p/1337610#M412453</guid>
      <dc:creator>yashcena</dc:creator>
      <dc:date>2017-07-06T10:08:12Z</dc:date>
    </item>
    <item>
      <title>Re: Show total row wise in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Show-total-row-wise-in-pivot-table/m-p/1337611#M412454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bala..i tried this expression but it didnt work. Kaushik had already asked me to try 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, 06 Jul 2017 10:08:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-total-row-wise-in-pivot-table/m-p/1337611#M412454</guid>
      <dc:creator>yashcena</dc:creator>
      <dc:date>2017-07-06T10:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: Show total row wise in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Show-total-row-wise-in-pivot-table/m-p/1337612#M412455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the attached app.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2017 10:15:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-total-row-wise-in-pivot-table/m-p/1337612#M412455</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2017-07-06T10:15:39Z</dc:date>
    </item>
    <item>
      <title>Re: Show total row wise in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Show-total-row-wise-in-pivot-table/m-p/1337613#M412456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look here&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-16454"&gt;Uploading a Sample&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2017 11:25:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-total-row-wise-in-pivot-table/m-p/1337613#M412456</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-07-06T11:25:22Z</dc:date>
    </item>
    <item>
      <title>Re: Show total row wise in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Show-total-row-wise-in-pivot-table/m-p/1337614#M412457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you resolved the issue, post the solution. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Sep 2018 14:56:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-total-row-wise-in-pivot-table/m-p/1337614#M412457</guid>
      <dc:creator>BalaBhaskar_Qlik</dc:creator>
      <dc:date>2018-09-02T14:56:00Z</dc:date>
    </item>
  </channel>
</rss>

