<?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 Pivot showing Percentage of row parent total without changing with filter in Row or Column in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Pivot-showing-Percentage-of-row-parent-total-without-changing/m-p/1891650#M73477</link>
    <description>&lt;P&gt;Hi Experts,&lt;/P&gt;
&lt;P&gt;I am facing issue with change in the % when the filter with values in Column.&lt;/P&gt;
&lt;P&gt;Below is the sample and out put that i have now.&lt;/P&gt;
&lt;TABLE width="713"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="154"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD width="116"&gt;Totals&lt;/TD&gt;
&lt;TD colspan="3" width="218"&gt;Header&lt;/TD&gt;
&lt;TD width="84"&gt;Totals&lt;/TD&gt;
&lt;TD colspan="2" width="141"&gt;Items&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;UID&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;Match&lt;/TD&gt;
&lt;TD&gt;Mismatch&lt;/TD&gt;
&lt;TD&gt;Missing&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;Match&lt;/TD&gt;
&lt;TD&gt;Mismatch&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;000000337102&lt;/TD&gt;
&lt;TD&gt;100.00%&lt;/TD&gt;
&lt;TD&gt;57.14%&lt;/TD&gt;
&lt;TD&gt;14.29%&lt;/TD&gt;
&lt;TD&gt;28.57%&lt;/TD&gt;
&lt;TD&gt;100.00%&lt;/TD&gt;
&lt;TD&gt;83.33%&lt;/TD&gt;
&lt;TD&gt;16.67%&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;000000337107&lt;/TD&gt;
&lt;TD&gt;100.00%&lt;/TD&gt;
&lt;TD&gt;85.71%&lt;/TD&gt;
&lt;TD&gt;0.00%&lt;/TD&gt;
&lt;TD&gt;14.29%&lt;/TD&gt;
&lt;TD&gt;100.00%&lt;/TD&gt;
&lt;TD&gt;83.33%&lt;/TD&gt;
&lt;TD&gt;16.67%&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;Grand Total&lt;/TD&gt;
&lt;TD&gt;100.00%&lt;/TD&gt;
&lt;TD&gt;71.43%&lt;/TD&gt;
&lt;TD&gt;7.14%&lt;/TD&gt;
&lt;TD&gt;21.43%&lt;/TD&gt;
&lt;TD&gt;100.00%&lt;/TD&gt;
&lt;TD&gt;83.33%&lt;/TD&gt;
&lt;TD&gt;16.67%&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Everything working fine. If i select any value from UID it is showing the same value, but If I select any values from Header/Items (Match/Mismatch/Missing) i see % gets changed. So I should see same value as above no change in the % if there is ant filter.&lt;/P&gt;
&lt;P&gt;I have set expression as below;&lt;/P&gt;
&lt;P&gt;Count({$&amp;lt; STEP = {'VAL'}, Field 2-= {'Amount helper'}, Result -={'NA'}&amp;gt;}[Registration ID]) /&lt;BR /&gt;Count({$&amp;lt; STEP= {'VAL'}, Field 2 -= {'Amount helper'},Result -={'NA'}&amp;gt;} Total&amp;lt;UID, Field_Type &amp;gt; [Registration ID])&lt;/P&gt;
&lt;P&gt;Basically i am looking for a Pivot where Filter should be possible but it should not change the values or % when it is filtered.&lt;/P&gt;
&lt;P&gt;Attached Sample data&lt;/P&gt;</description>
    <pubDate>Thu, 10 Feb 2022 17:21:55 GMT</pubDate>
    <dc:creator>RC_121985</dc:creator>
    <dc:date>2022-02-10T17:21:55Z</dc:date>
    <item>
      <title>Pivot showing Percentage of row parent total without changing with filter in Row or Column</title>
      <link>https://community.qlik.com/t5/App-Development/Pivot-showing-Percentage-of-row-parent-total-without-changing/m-p/1891650#M73477</link>
      <description>&lt;P&gt;Hi Experts,&lt;/P&gt;
&lt;P&gt;I am facing issue with change in the % when the filter with values in Column.&lt;/P&gt;
&lt;P&gt;Below is the sample and out put that i have now.&lt;/P&gt;
&lt;TABLE width="713"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="154"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD width="116"&gt;Totals&lt;/TD&gt;
&lt;TD colspan="3" width="218"&gt;Header&lt;/TD&gt;
&lt;TD width="84"&gt;Totals&lt;/TD&gt;
&lt;TD colspan="2" width="141"&gt;Items&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;UID&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;Match&lt;/TD&gt;
&lt;TD&gt;Mismatch&lt;/TD&gt;
&lt;TD&gt;Missing&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;Match&lt;/TD&gt;
&lt;TD&gt;Mismatch&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;000000337102&lt;/TD&gt;
&lt;TD&gt;100.00%&lt;/TD&gt;
&lt;TD&gt;57.14%&lt;/TD&gt;
&lt;TD&gt;14.29%&lt;/TD&gt;
&lt;TD&gt;28.57%&lt;/TD&gt;
&lt;TD&gt;100.00%&lt;/TD&gt;
&lt;TD&gt;83.33%&lt;/TD&gt;
&lt;TD&gt;16.67%&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;000000337107&lt;/TD&gt;
&lt;TD&gt;100.00%&lt;/TD&gt;
&lt;TD&gt;85.71%&lt;/TD&gt;
&lt;TD&gt;0.00%&lt;/TD&gt;
&lt;TD&gt;14.29%&lt;/TD&gt;
&lt;TD&gt;100.00%&lt;/TD&gt;
&lt;TD&gt;83.33%&lt;/TD&gt;
&lt;TD&gt;16.67%&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;Grand Total&lt;/TD&gt;
&lt;TD&gt;100.00%&lt;/TD&gt;
&lt;TD&gt;71.43%&lt;/TD&gt;
&lt;TD&gt;7.14%&lt;/TD&gt;
&lt;TD&gt;21.43%&lt;/TD&gt;
&lt;TD&gt;100.00%&lt;/TD&gt;
&lt;TD&gt;83.33%&lt;/TD&gt;
&lt;TD&gt;16.67%&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Everything working fine. If i select any value from UID it is showing the same value, but If I select any values from Header/Items (Match/Mismatch/Missing) i see % gets changed. So I should see same value as above no change in the % if there is ant filter.&lt;/P&gt;
&lt;P&gt;I have set expression as below;&lt;/P&gt;
&lt;P&gt;Count({$&amp;lt; STEP = {'VAL'}, Field 2-= {'Amount helper'}, Result -={'NA'}&amp;gt;}[Registration ID]) /&lt;BR /&gt;Count({$&amp;lt; STEP= {'VAL'}, Field 2 -= {'Amount helper'},Result -={'NA'}&amp;gt;} Total&amp;lt;UID, Field_Type &amp;gt; [Registration ID])&lt;/P&gt;
&lt;P&gt;Basically i am looking for a Pivot where Filter should be possible but it should not change the values or % when it is filtered.&lt;/P&gt;
&lt;P&gt;Attached Sample data&lt;/P&gt;</description>
      <pubDate>Thu, 10 Feb 2022 17:21:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Pivot-showing-Percentage-of-row-parent-total-without-changing/m-p/1891650#M73477</guid>
      <dc:creator>RC_121985</dc:creator>
      <dc:date>2022-02-10T17:21:55Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot showing Percentage of row parent total without changing with filter in Row or Column</title>
      <link>https://community.qlik.com/t5/App-Development/Pivot-showing-Percentage-of-row-parent-total-without-changing/m-p/1891804#M73489</link>
      <description>&lt;P&gt;&lt;SPAN&gt;What if you disregard selections on those &lt;FONT color="#FF0000"&gt;2 fields&lt;/FONT&gt;?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Count({$&amp;lt; STEP = {'VAL'}, Field 2-= {'Amount helper'}, Result -={'NA'}&lt;FONT color="#FF0000"&gt;,Header=,Items=&lt;/FONT&gt;&amp;gt;}[Registration ID]) /&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Count({$&amp;lt; STEP= {'VAL'}, Field 2 -= {'Amount helper'},Result -={'NA'}&lt;FONT color="#FF0000"&gt;,Header=,Items=&lt;/FONT&gt;&amp;gt;} Total&amp;lt;UID, Field_Type &amp;gt; [Registration ID])&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Feb 2022 05:38:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Pivot-showing-Percentage-of-row-parent-total-without-changing/m-p/1891804#M73489</guid>
      <dc:creator>albertovarela</dc:creator>
      <dc:date>2022-02-11T05:38:52Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot showing Percentage of row parent total without changing with filter in Row or Column</title>
      <link>https://community.qlik.com/t5/App-Development/Pivot-showing-Percentage-of-row-parent-total-without-changing/m-p/1891807#M73490</link>
      <description>&lt;P&gt;Hi Alberto,&lt;/P&gt;
&lt;P&gt;Thanks for your reply. Expression you provided is not giving me the desired output. 2 Fields in Red are the Values from "Field_Type", these are not Fields.&lt;/P&gt;
&lt;P&gt;So Do you want me try as below?&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Count({$&amp;lt; STEP = {'VAL'}, Field 2-= {'Amount helper'}, Result -={'NA'}&lt;FONT color="#FF0000"&gt;,Field_Type=&lt;/FONT&gt;&amp;gt;}[Registration ID]) /&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Count({$&amp;lt; STEP= {'VAL'}, Field 2 -= {'Amount helper'},Result -={'NA'}&lt;FONT color="#FF0000"&gt;,Field_Type=&lt;/FONT&gt;&amp;gt;} Total&amp;lt;UID, Field_Type &amp;gt; [Registration ID])&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;?&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Feb 2022 05:59:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Pivot-showing-Percentage-of-row-parent-total-without-changing/m-p/1891807#M73490</guid>
      <dc:creator>RC_121985</dc:creator>
      <dc:date>2022-02-11T05:59:11Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot showing Percentage of row parent total without changing with filter in Row or Column</title>
      <link>https://community.qlik.com/t5/App-Development/Pivot-showing-Percentage-of-row-parent-total-without-changing/m-p/1892282#M73530</link>
      <description>&lt;P&gt;Any other way to do this?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 13 Feb 2022 04:21:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Pivot-showing-Percentage-of-row-parent-total-without-changing/m-p/1892282#M73530</guid>
      <dc:creator>RC_121985</dc:creator>
      <dc:date>2022-02-13T04:21:48Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot showing Percentage of row parent total without changing with filter in Row or Column</title>
      <link>https://community.qlik.com/t5/App-Development/Pivot-showing-Percentage-of-row-parent-total-without-changing/m-p/1892973#M73630</link>
      <description>&lt;P&gt;I some how got the result, But Not completely happy. I have set expression as below and for filtering Managed it with Vizlib Pivot.&lt;/P&gt;
&lt;P&gt;if(GetSelectedCount(Result)&amp;gt;0,&lt;/P&gt;
&lt;P&gt;(Count({$&amp;lt; STEP = {'VAL'},Field 2 -= {'Amount helper'},Result -={''}&amp;gt;}[Registration ID])&lt;BR /&gt;/&lt;BR /&gt;Count({1&amp;lt; STEP = {'VAL'},Field 2 -= {'Amount helper'},Result -={''}&amp;gt;}total&amp;lt;UID, Field_Type&amp;gt;[Registration ID])),&lt;/P&gt;
&lt;P&gt;(Count({$&amp;lt; STEP = {'VAL'},Field 2 -= {'Amount helper'},Result -={''}&amp;gt;}[Registration ID])&lt;BR /&gt;/&lt;BR /&gt;Count({$&amp;lt; STEP = {'VAL'},Field 2 -= {'Amount helper'},Result -={''}&amp;gt;}total&amp;lt;UID, Field_Type &amp;gt;[Registration ID])))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If any one have any other solution please let me know. I want set analysis to Calculate the % even after Filter.&lt;/P&gt;
&lt;P&gt;Till then setting this as a solution&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Feb 2022 16:19:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Pivot-showing-Percentage-of-row-parent-total-without-changing/m-p/1892973#M73630</guid>
      <dc:creator>RC_121985</dc:creator>
      <dc:date>2022-02-15T16:19:16Z</dc:date>
    </item>
  </channel>
</rss>

