<?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 on Column in Visualization and Usability</title>
    <link>https://community.qlik.com/t5/Visualization-and-Usability/Pivot-Table-Filter-on-Column/m-p/74787#M15744</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for answering.&amp;nbsp; I am familiar with programming but have not done scripts in Qlik Sense.&amp;nbsp;&amp;nbsp; Guess I need a UI solution.&amp;nbsp; But I will try to implement your script solution (Also as a way to learn Qlik Sense Script).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reading your script, how do I make "C" to be user selected?&amp;nbsp; I imagine I need to have user select on the product dimension and pass the user selection to the script?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Feb 2018 21:46:26 GMT</pubDate>
    <dc:creator>zhbuyiqlik</dc:creator>
    <dc:date>2018-02-22T21:46:26Z</dc:date>
    <item>
      <title>Pivot Table Filter on Column</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Pivot-Table-Filter-on-Column/m-p/74783#M15740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like to do the following in Qlik Sense.&amp;nbsp; I am wondering if there is a way to do it using a pivot table.&amp;nbsp;&amp;nbsp; Alternatively, I can produce a straight table, and do the same operation.&amp;nbsp;&amp;nbsp; But I'd prefer to use pivot table to do it.&amp;nbsp; Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created a pivot table using like table 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table 1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 518px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl83" colspan="2" height="20" width="156"&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Region&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;A&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;B&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;C&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;North&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1000&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1000&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;East&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2000&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;50&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;West&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;200&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;South&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1000&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I want to filter on product C so that only show rows where sales for C is greater than 0.&amp;nbsp; &lt;SPAN style="text-decoration: underline;"&gt;I want the product selection to be user defined.&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; i.e. If the user select product A, then we would filter on A using the same condition.&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table 2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 518px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl83" colspan="2" height="20" width="156"&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid #000000; width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Region&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;A&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;B&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;C&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;North&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1000&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1000&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;West&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;200&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2000&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Feb 2018 21:07:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Pivot-Table-Filter-on-Column/m-p/74783#M15740</guid>
      <dc:creator>zhbuyiqlik</dc:creator>
      <dc:date>2018-02-22T21:07:44Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table Filter on Column</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Pivot-Table-Filter-on-Column/m-p/74784#M15741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One Question - You want to do this in the main script or UI?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Feb 2018 21:39:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Pivot-Table-Filter-on-Column/m-p/74784#M15741</guid>
      <dc:creator>isingh30</dc:creator>
      <dc:date>2018-02-22T21:39:10Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table Filter on Column</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Pivot-Table-Filter-on-Column/m-p/74785#M15742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Main Script - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Temp:&lt;/P&gt;&lt;P&gt;LOAD Region, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; A, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; C&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1)where C &amp;gt; 0;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Feb 2018 21:40:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Pivot-Table-Filter-on-Column/m-p/74785#M15742</guid>
      <dc:creator>isingh30</dc:creator>
      <dc:date>2018-02-22T21:40:42Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table Filter on Column</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Pivot-Table-Filter-on-Column/m-p/74786#M15743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;alter ur measure as :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;Region={'North','West'}&amp;gt;}Measure)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Feb 2018 21:46:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Pivot-Table-Filter-on-Column/m-p/74786#M15743</guid>
      <dc:creator>OmarBenSalem</dc:creator>
      <dc:date>2018-02-22T21:46:15Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table Filter on Column</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Pivot-Table-Filter-on-Column/m-p/74787#M15744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for answering.&amp;nbsp; I am familiar with programming but have not done scripts in Qlik Sense.&amp;nbsp;&amp;nbsp; Guess I need a UI solution.&amp;nbsp; But I will try to implement your script solution (Also as a way to learn Qlik Sense Script).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reading your script, how do I make "C" to be user selected?&amp;nbsp; I imagine I need to have user select on the product dimension and pass the user selection to the script?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Feb 2018 21:46:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Pivot-Table-Filter-on-Column/m-p/74787#M15744</guid>
      <dc:creator>zhbuyiqlik</dc:creator>
      <dc:date>2018-02-22T21:46:26Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table Filter on Column</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Pivot-Table-Filter-on-Column/m-p/74788#M15745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, &lt;/P&gt;&lt;P&gt;1.&amp;nbsp; Is this just going to give me the sum of North and West?&amp;nbsp; I need the North and West rows listed separately.&lt;/P&gt;&lt;P&gt;2.&amp;nbsp; Can I do this based on user selection?&amp;nbsp;&amp;nbsp; --i.e. If user select C, it will filter based on the condition measure (C) &amp;gt; 0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Feb 2018 21:48:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Pivot-Table-Filter-on-Column/m-p/74788#M15745</guid>
      <dc:creator>zhbuyiqlik</dc:creator>
      <dc:date>2018-02-22T21:48:48Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table Filter on Column</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Pivot-Table-Filter-on-Column/m-p/74789#M15746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1)It will give u only North and West (seperately) if u add ur Region dimension as a dimension in ur table as shown.&lt;/P&gt;&lt;P&gt;2)Qlik will always show only the dimensions/values associated to the user selection; unless u force it to show sthing specific&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ps: try it, and u'll see&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Feb 2018 21:52:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Pivot-Table-Filter-on-Column/m-p/74789#M15746</guid>
      <dc:creator>OmarBenSalem</dc:creator>
      <dc:date>2018-02-22T21:52:19Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table Filter on Column</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Pivot-Table-Filter-on-Column/m-p/74790#M15747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I recommend you to use cross load on your data first. Your data is not organised. There has to be a separate column for Product - A,B,C. &lt;/P&gt;&lt;P&gt;Check this - &lt;A href="https://community.qlik.com/qlik-blogpost/3628"&gt;The Crosstable Load&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Feb 2018 21:52:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Pivot-Table-Filter-on-Column/m-p/74790#M15747</guid>
      <dc:creator>isingh30</dc:creator>
      <dc:date>2018-02-22T21:52:26Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table Filter on Column</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Pivot-Table-Filter-on-Column/m-p/74791#M15748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Same for Values also&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Feb 2018 21:53:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Pivot-Table-Filter-on-Column/m-p/74791#M15748</guid>
      <dc:creator>isingh30</dc:creator>
      <dc:date>2018-02-22T21:53:18Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table Filter on Column</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Pivot-Table-Filter-on-Column/m-p/74792#M15749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can u share the EXACT structure of ur excel file?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Feb 2018 21:59:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Pivot-Table-Filter-on-Column/m-p/74792#M15749</guid>
      <dc:creator>OmarBenSalem</dc:creator>
      <dc:date>2018-02-22T21:59:26Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table Filter on Column</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Pivot-Table-Filter-on-Column/m-p/74793#M15750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I understood you correctly, my original data is "organised" with one product column and a value column (sales).&amp;nbsp; What I am showing in the original post is a pivot table I created in Qlik Sense based on the original data.&amp;nbsp;&amp;nbsp; The structure of the original data is like the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="256"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl66" height="44" width="64"&gt;Client ID&lt;/TD&gt;&lt;TD class="xl66" width="64"&gt;Region&lt;/TD&gt;&lt;TD class="xl66" width="64"&gt;Product&lt;/TD&gt;&lt;TD class="xl66" width="64"&gt;Sales&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="20"&gt;1&lt;/TD&gt;&lt;TD&gt;North&lt;/TD&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;TD align="right"&gt;1000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="20"&gt;2&lt;/TD&gt;&lt;TD&gt;North&lt;/TD&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;TD align="right"&gt;500&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="20"&gt;3&lt;/TD&gt;&lt;TD&gt;East&lt;/TD&gt;&lt;TD&gt;C&lt;/TD&gt;&lt;TD align="right"&gt;100&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="20"&gt;4&lt;/TD&gt;&lt;TD&gt;East&lt;/TD&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;TD align="right"&gt;1000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="20"&gt;5&lt;/TD&gt;&lt;TD&gt;Sourth&lt;/TD&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;TD align="right"&gt;500&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="20"&gt;6&lt;/TD&gt;&lt;TD&gt;Sourth&lt;/TD&gt;&lt;TD&gt;C&lt;/TD&gt;&lt;TD align="right"&gt;200&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl67" height="20"&gt;7&lt;/TD&gt;&lt;TD&gt;West&lt;/TD&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;TD align="right"&gt;300&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Feb 2018 22:01:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Pivot-Table-Filter-on-Column/m-p/74793#M15750</guid>
      <dc:creator>zhbuyiqlik</dc:creator>
      <dc:date>2018-02-22T22:01:34Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table Filter on Column</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Pivot-Table-Filter-on-Column/m-p/74794#M15751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not exact number as shown in the original post, but this shows the structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 256px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl66" height="44" width="64"&gt;Client ID&lt;/TD&gt;&lt;TD class="xl66" width="64"&gt;Region&lt;/TD&gt;&lt;TD class="xl66" width="64"&gt;Product&lt;/TD&gt;&lt;TD class="xl66" width="64"&gt;Sales&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20"&gt;1&lt;/TD&gt;&lt;TD&gt;North&lt;/TD&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;TD align="right"&gt;1000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20"&gt;2&lt;/TD&gt;&lt;TD&gt;North&lt;/TD&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;TD align="right"&gt;500&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20"&gt;3&lt;/TD&gt;&lt;TD&gt;East&lt;/TD&gt;&lt;TD&gt;C&lt;/TD&gt;&lt;TD align="right"&gt;100&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20"&gt;4&lt;/TD&gt;&lt;TD&gt;East&lt;/TD&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;TD align="right"&gt;1000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20"&gt;5&lt;/TD&gt;&lt;TD&gt;South&lt;/TD&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;TD align="right"&gt;500&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20"&gt;6&lt;/TD&gt;&lt;TD&gt;South&lt;/TD&gt;&lt;TD&gt;C&lt;/TD&gt;&lt;TD align="right"&gt;200&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20"&gt;7&lt;/TD&gt;&lt;TD&gt;West&lt;/TD&gt;&lt;TD&gt;A&lt;/TD&gt;&lt;TD align="right"&gt;300&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Feb 2018 22:04:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Pivot-Table-Filter-on-Column/m-p/74794#M15751</guid>
      <dc:creator>zhbuyiqlik</dc:creator>
      <dc:date>2018-02-22T22:04:23Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table Filter on Column</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Pivot-Table-Filter-on-Column/m-p/74795#M15752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no need for the crosstable load so; just do as I've told u at first and tell me what happens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Feb 2018 22:07:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Pivot-Table-Filter-on-Column/m-p/74795#M15752</guid>
      <dc:creator>OmarBenSalem</dc:creator>
      <dc:date>2018-02-22T22:07:02Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table Filter on Column</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Pivot-Table-Filter-on-Column/m-p/74796#M15753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;Product={"=Sum(Sales)&amp;gt;0"},Region={"$(=GetFieldSelections(Region))"}&amp;gt;}Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here we have to filters that will be done:&lt;/P&gt;&lt;P&gt;Region and Product&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Feb 2018 22:11:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Pivot-Table-Filter-on-Column/m-p/74796#M15753</guid>
      <dc:creator>Thiago_Justen_</dc:creator>
      <dc:date>2018-02-22T22:11:21Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table Filter on Column</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Pivot-Table-Filter-on-Column/m-p/74797#M15754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is the result:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Teste.gif" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/194282_Teste.gif" style="height: 93px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Feb 2018 22:15:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Pivot-Table-Filter-on-Column/m-p/74797#M15754</guid>
      <dc:creator>Thiago_Justen_</dc:creator>
      <dc:date>2018-02-22T22:15:51Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table Filter on Column</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Pivot-Table-Filter-on-Column/m-p/74798#M15755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sum({&amp;lt;Region={'North','West'}&amp;gt;}Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;result:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/194283_Capture.PNG" style="height: 252px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Feb 2018 22:22:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Pivot-Table-Filter-on-Column/m-p/74798#M15755</guid>
      <dc:creator>OmarBenSalem</dc:creator>
      <dc:date>2018-02-22T22:22:34Z</dc:date>
    </item>
  </channel>
</rss>

