<?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 filter measure based on % in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Pivot-table-filter-measure-based-on/m-p/1548459#M39496</link>
    <description>&lt;P&gt;Got the sample to work by the following revised dimension. This way, the row adds to 100% across. And if I had two columns, I would add the second column separated by a comma where &amp;lt;Category&amp;gt; is listed in the expression below. Thanks for your earlier help!!&lt;/P&gt;&lt;P&gt;IF(&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;AGGR(nodistinct Sum({&amp;lt;Division={'North America'}&amp;gt;}&amp;nbsp; Share)/Sum(total &amp;lt;Category&amp;gt; Share), Category)&lt;BR /&gt;&amp;nbsp;&amp;gt;=0.20,&lt;BR /&gt;Category)&lt;/P&gt;</description>
    <pubDate>Sun, 24 Feb 2019 19:47:08 GMT</pubDate>
    <dc:creator>newuser</dc:creator>
    <dc:date>2019-02-24T19:47:08Z</dc:date>
    <item>
      <title>Pivot table filter measure based on %</title>
      <link>https://community.qlik.com/t5/App-Development/Pivot-table-filter-measure-based-on/m-p/1548389#M39490</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hello - In the example&amp;nbsp;below, if I wanted to filter for CategoryName having % North America &amp;gt; 20%, is that possible? I was trying to see if set analysis would help this filter, but I couldn’t see how. Then I saw some other posts about filtering pivot tables, but that was based on a dimension or column. Here I need to filter a pivot table based on a measure value for a &amp;nbsp;specific column value (in this case, North America&amp;nbsp; 20%)&amp;nbsp;… If that makes any sense. Thanks.&lt;/P&gt;&lt;P&gt;sense.&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Pivot_Filter_Measure_2019-02-23_23-45-44.jpg" style="width: 570px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/6643i3D9661E52CB7E012/image-size/large?v=v2&amp;amp;px=999" role="button" title="Pivot_Filter_Measure_2019-02-23_23-45-44.jpg" alt="Pivot_Filter_Measure_2019-02-23_23-45-44.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 24 Feb 2019 04:57:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Pivot-table-filter-measure-based-on/m-p/1548389#M39490</guid>
      <dc:creator>newuser</dc:creator>
      <dc:date>2019-02-24T04:57:14Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table filter measure based on %</title>
      <link>https://community.qlik.com/t5/App-Development/Pivot-table-filter-measure-based-on/m-p/1548427#M39492</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;There two ways to &lt;SPAN class="lia-message-read"&gt;filter measure based on %&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;One is to use filterpane,the other is use aggr function and set Analysis in dimension.&lt;/P&gt;&lt;P&gt;I attached sample qvf. Please check this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 24 Feb 2019 10:07:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Pivot-table-filter-measure-based-on/m-p/1548427#M39492</guid>
      <dc:creator>ryo_okabe</dc:creator>
      <dc:date>2019-02-24T10:07:30Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table filter measure based on %</title>
      <link>https://community.qlik.com/t5/App-Development/Pivot-table-filter-measure-based-on/m-p/1548456#M39495</link>
      <description>&lt;P&gt;Thanks for your feedback. Question on the .qvf: in the second pivot table, I expected the %'s to add to 100% across? They don't? In fact, I expected the %'s across for the filtered rows to be the same as what shows in the 1st pivot table above, for those same filtered rows?&lt;/P&gt;&lt;P&gt;Secondly, if year was an additional column (1st level column), then I assume the same set expression syntax could be applied with minor tweak below? Added "yr":&lt;/P&gt;&lt;P&gt;IF(&lt;BR /&gt;&amp;nbsp;Aggr(nodistinct&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;Sum({&amp;lt;Division={'North America'}&amp;gt;}Share)/Sum({&amp;lt;Division={'North America'}&amp;gt;} total &amp;lt;Division, yr&amp;gt; Share)&lt;BR /&gt;&amp;nbsp;,Category)&amp;gt;=0.2,&lt;BR /&gt;Category)&lt;/P&gt;</description>
      <pubDate>Sun, 24 Feb 2019 18:53:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Pivot-table-filter-measure-based-on/m-p/1548456#M39495</guid>
      <dc:creator>newuser</dc:creator>
      <dc:date>2019-02-24T18:53:06Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table filter measure based on %</title>
      <link>https://community.qlik.com/t5/App-Development/Pivot-table-filter-measure-based-on/m-p/1548459#M39496</link>
      <description>&lt;P&gt;Got the sample to work by the following revised dimension. This way, the row adds to 100% across. And if I had two columns, I would add the second column separated by a comma where &amp;lt;Category&amp;gt; is listed in the expression below. Thanks for your earlier help!!&lt;/P&gt;&lt;P&gt;IF(&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;AGGR(nodistinct Sum({&amp;lt;Division={'North America'}&amp;gt;}&amp;nbsp; Share)/Sum(total &amp;lt;Category&amp;gt; Share), Category)&lt;BR /&gt;&amp;nbsp;&amp;gt;=0.20,&lt;BR /&gt;Category)&lt;/P&gt;</description>
      <pubDate>Sun, 24 Feb 2019 19:47:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Pivot-table-filter-measure-based-on/m-p/1548459#M39496</guid>
      <dc:creator>newuser</dc:creator>
      <dc:date>2019-02-24T19:47:08Z</dc:date>
    </item>
  </channel>
</rss>

