<?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 filter pivot table with original column in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/filter-pivot-table-with-original-column/m-p/1436771#M431552</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello community,&lt;/P&gt;&lt;P&gt;In a pivot table i'm trying to build an expression, in this expression I want to sum column A values when column B is equal to X. column B is also a pivoting dimension on the same table so I've tried with:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=sum( if(columnB=X, Alt(columnA,0) ))&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=sum( {1&amp;lt;&lt;SPAN style="font-size: 13.3333px;"&gt;columnB&lt;/SPAN&gt;= {X}&amp;gt;} Alt(&lt;SPAN style="font-size: 13.3333px;"&gt;columnA&lt;/SPAN&gt;,0) )&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;but the expression only consider the values of columnB of that part of the chart.&lt;/P&gt;&lt;P&gt;I would like to consider all the data of the original table ignoring the current chart position.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to be as clear possible but I'm still learning basic qlik's terminology.&lt;/P&gt;&lt;P&gt;Also I'm not sure about the place to post this in&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any advice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Dec 2017 10:55:56 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-12-20T10:55:56Z</dc:date>
    <item>
      <title>filter pivot table with original column</title>
      <link>https://community.qlik.com/t5/QlikView/filter-pivot-table-with-original-column/m-p/1436771#M431552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello community,&lt;/P&gt;&lt;P&gt;In a pivot table i'm trying to build an expression, in this expression I want to sum column A values when column B is equal to X. column B is also a pivoting dimension on the same table so I've tried with:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=sum( if(columnB=X, Alt(columnA,0) ))&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=sum( {1&amp;lt;&lt;SPAN style="font-size: 13.3333px;"&gt;columnB&lt;/SPAN&gt;= {X}&amp;gt;} Alt(&lt;SPAN style="font-size: 13.3333px;"&gt;columnA&lt;/SPAN&gt;,0) )&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;but the expression only consider the values of columnB of that part of the chart.&lt;/P&gt;&lt;P&gt;I would like to consider all the data of the original table ignoring the current chart position.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to be as clear possible but I'm still learning basic qlik's terminology.&lt;/P&gt;&lt;P&gt;Also I'm not sure about the place to post this in&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any advice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2017 10:55:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/filter-pivot-table-with-original-column/m-p/1436771#M431552</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-20T10:55:56Z</dc:date>
    </item>
    <item>
      <title>Re: filter pivot table with original column</title>
      <link>https://community.qlik.com/t5/QlikView/filter-pivot-table-with-original-column/m-p/1436772#M431553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ricardo&lt;/P&gt;&lt;P&gt;Would you be able to share a sample?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2017 19:09:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/filter-pivot-table-with-original-column/m-p/1436772#M431553</guid>
      <dc:creator>el_aprendiz111</dc:creator>
      <dc:date>2017-12-20T19:09:19Z</dc:date>
    </item>
    <item>
      <title>Re: filter pivot table with original column</title>
      <link>https://community.qlik.com/t5/QlikView/filter-pivot-table-with-original-column/m-p/1436773#M431554</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 style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;=sum( {1&amp;lt;&lt;SPAN style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;columnB &lt;SPAN style="color: #ff0000;"&gt;*&lt;/SPAN&gt;&lt;/SPAN&gt;= {X}&amp;gt;} Alt(&lt;SPAN style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;columnA&lt;/SPAN&gt;,0) )&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Dec 2017 00:56:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/filter-pivot-table-with-original-column/m-p/1436773#M431554</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-12-21T00:56:07Z</dc:date>
    </item>
    <item>
      <title>Re: filter pivot table with original column</title>
      <link>https://community.qlik.com/t5/QlikView/filter-pivot-table-with-original-column/m-p/1436774#M431555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found out that the TOTAL keyword was what I was searching so my solution is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum( TOTAL if(columnB=X, Alt(columnA,0) ))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Dec 2017 11:03:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/filter-pivot-table-with-original-column/m-p/1436774#M431555</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-21T11:03:04Z</dc:date>
    </item>
    <item>
      <title>Re: filter pivot table with original column</title>
      <link>https://community.qlik.com/t5/QlikView/filter-pivot-table-with-original-column/m-p/1436775#M431556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please mark yourself as correct answer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Dec 2017 16:50:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/filter-pivot-table-with-original-column/m-p/1436775#M431556</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-12-21T16:50:38Z</dc:date>
    </item>
  </channel>
</rss>

