<?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: Filtering Table Data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Filtering-Table-Data/m-p/689274#M474695</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This will return the sum of SHP for the customers that did not exist in Period 7 in 2014, but did exist in Period 7 in 2013:&lt;/P&gt;&lt;P&gt;sum({$&amp;lt;Customer=E({&amp;lt;Period={7},[Year]={2014}&amp;gt;}Customer), Period={7},[Year]={2013}&amp;gt;} SHP)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Sep 2014 07:56:24 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2014-09-03T07:56:24Z</dc:date>
    <item>
      <title>Filtering Table Data</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-Table-Data/m-p/689267#M474688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: .0001pt; text-align: justify;"&gt;Hello Qlikviewers!&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; text-align: justify;"&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; text-align: justify;"&gt;I have a set of data with Shipment (SHP)- figures per customer per month. Each customer gets a Category which differs every month. This Category depends on the delta between the shipments in the current month and the shipments in the same month last year. We have Categories W (Won), U (Up), D (Down) and L (Lost).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; text-align: justify;"&gt;Now I want to make a table, representing the top 5 of a Category (let’s say W) in a certain month. I currently have the following set-up:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; text-align: justify;"&gt;&lt;STRONG&gt;Dimension:&lt;/STRONG&gt; Customer&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; text-align: justify;"&gt;&lt;STRONG&gt;Expression:&lt;/STRONG&gt; SHP 2014 &lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;= &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: blue;"&gt;sum&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: maroon;"&gt;Period&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;={7},&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: maroon;"&gt;[RevenueYear]&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;={2014},&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: maroon;"&gt;WULD_LYR&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;={W}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: maroon;"&gt;SHP&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; text-align: justify;"&gt;So far, so good. This expression gives me only the SHP information for the customers in Month “7”, Year “2014” in the Category “W”.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; text-align: justify;"&gt;Now I want to add a column with the delta between the month in this year (which I just calculated) and the same month in last year. I have written this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; text-align: justify;"&gt;&lt;STRONG&gt;Expression:&lt;/STRONG&gt; SHP Delta &lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;=&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[SHP 2014]&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;-&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: blue;"&gt; sum&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: maroon;"&gt;Period&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;={7},&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: maroon;"&gt;[RevenueYear]&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;={2013}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: maroon;"&gt;SHP&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; text-align: justify;"&gt;This is where things go wrong. Remember that the [SHP 2014] I’ve calculated returns a value when the Category is a “W”, but a 0 when the Category is otherwise. So if I deduct last year’s performance, for the ones with a Category “W” there is no problem. For the customer in other Categories however, we get all negative values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; text-align: justify;"&gt;Does anyone have any idea how to solve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; text-align: justify;"&gt;Basically I need a way to let the table show &lt;SPAN style="text-decoration: underline;"&gt;only&lt;/SPAN&gt; the customers which have a Category “W” in Month “7”, Year “2014”.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; text-align: justify;"&gt;Any help and ideas are appreciated!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; text-align: justify;"&gt;Kind regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt; text-align: justify;"&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Sep 2014 10:11:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-Table-Data/m-p/689267#M474688</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-02T10:11:00Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering Table Data</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-Table-Data/m-p/689268#M474689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; font-family: Arial, sans-serif; text-align: justify; color: blue;"&gt;sum&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; font-family: Arial, sans-serif; text-align: justify; color: black;"&gt;({$&amp;lt;&lt;STRONG&gt;CustomerID=P({&amp;lt;Period={7},[RevenueYear]={2014},WULD_LYR={W}&amp;gt;}CustomerID)&lt;/STRONG&gt;, &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; font-family: Arial, sans-serif; text-align: justify; color: maroon;"&gt;Period&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; font-family: Arial, sans-serif; text-align: justify; color: black;"&gt;={7},&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; font-family: Arial, sans-serif; text-align: justify; color: maroon;"&gt;[RevenueYear]&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; font-family: Arial, sans-serif; text-align: justify; color: black;"&gt;={2013}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; font-family: Arial, sans-serif; text-align: justify; color: maroon;"&gt;SHP&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; font-family: Arial, sans-serif; text-align: justify; color: black;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Sep 2014 10:14:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-Table-Data/m-p/689268#M474689</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-09-02T10:14:47Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Filtering Table Data</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-Table-Data/m-p/689269#M474690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12px; font-family: 'Courier New';"&gt;Works like a charm! Thanks!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12px; font-family: 'Courier New';"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12px; font-family: 'Courier New';"&gt;Can you explain to me how the formula you used works?&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Sep 2014 10:47:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-Table-Data/m-p/689269#M474690</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-02T10:47:33Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Filtering Table Data</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-Table-Data/m-p/689270#M474691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've added a clause that limits the customers to those that are 'possible' when the filters Period={7},[RevenueYear]={2014} and WULD_LYR={W} are applied. That's what the P() function is used for.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Sep 2014 11:03:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-Table-Data/m-p/689270#M474691</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-09-02T11:03:06Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Filtering Table Data</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-Table-Data/m-p/689271#M474692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, that's clear, thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One additional question: there are also customers which have no record for 7-2014, but that do have a record for 7-2013. They are in the Category L (Lost). Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2013-7 = 54&lt;/P&gt;&lt;P&gt;2014-7 = non-existent&lt;/P&gt;&lt;P&gt;Delta = -54&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It should be showing the -54 as a delta, but the current formula doesn't show them, since they don't fit the P() because they are not possible in 7-2014. Any idea how to solve this one?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All the other Categories work fine! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/laugh.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Sep 2014 11:48:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-Table-Data/m-p/689271#M474692</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-02T11:48:35Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Filtering Table Data</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-Table-Data/m-p/689272#M474693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN lang="EN-US"&gt;Maybe like this:&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; font-family: Arial, sans-serif; text-align: justify; color: blue;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; font-family: Arial, sans-serif; text-align: justify; color: blue;"&gt;sum&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; font-family: Arial, sans-serif; text-align: justify; color: black;"&gt;({$&amp;lt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;CustomerID=P({&amp;lt;Period={7},[RevenueYear]={2014},WULD_LYR={W}&amp;gt;}CustomerID)&lt;/SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; font-family: Arial, sans-serif; text-align: justify; color: maroon;"&gt;Period&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; font-family: Arial, sans-serif; text-align: justify; color: black;"&gt;={7},&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; font-family: Arial, sans-serif; text-align: justify; color: maroon;"&gt;[RevenueYear]&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; font-family: Arial, sans-serif; text-align: justify; color: black;"&gt;=&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; font-family: Arial, sans-serif; text-align: justify; color: black;"&gt;{2013}&amp;gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;+&amp;lt;&lt;SPAN style="color: #000000; font-family: Arial, sans-serif; font-size: 12px; text-align: justify;"&gt;&lt;STRONG&gt;Period={7},&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;[RevenueYear]={2013},WULD_LYR={L}&lt;/STRONG&gt;&lt;/SPAN&gt;&amp;gt;&lt;/STRONG&gt;&lt;/SPAN&gt;} &lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; font-family: Arial, sans-serif; text-align: justify; color: maroon;"&gt;SHP&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; font-family: Arial, sans-serif; text-align: justify; color: black;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;If not, please post a document with sample data and explicit business logic that explains how the result should be calculated.&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 9pt; font-family: Arial, sans-serif; text-align: justify; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Sep 2014 13:51:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-Table-Data/m-p/689272#M474693</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-09-02T13:51:09Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Filtering Table Data</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-Table-Data/m-p/689273#M474694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nope, that doesn't work... I'll try to explain below with an example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="320"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" width="64"&gt;Customer&lt;/TD&gt;&lt;TD class="xl65" width="64"&gt;Period&lt;/TD&gt;&lt;TD class="xl65" width="64"&gt;Year&lt;/TD&gt;&lt;TD class="xl65" width="64"&gt;SHP&lt;/TD&gt;&lt;TD class="xl65" width="64"&gt;WULD&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20"&gt;Philips&lt;/TD&gt;&lt;TD align="right" class="xl65"&gt;7&lt;/TD&gt;&lt;TD align="right" class="xl65"&gt;2013&lt;/TD&gt;&lt;TD align="right" class="xl65"&gt;15&lt;/TD&gt;&lt;TD class="xl65"&gt;W&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20"&gt;Philips&lt;/TD&gt;&lt;TD align="right" class="xl65"&gt;7&lt;/TD&gt;&lt;TD align="right" class="xl65"&gt;2014&lt;/TD&gt;&lt;TD align="right" class="xl65"&gt;20&lt;/TD&gt;&lt;TD class="xl65"&gt;U&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20"&gt;Shell&lt;/TD&gt;&lt;TD align="right" class="xl65"&gt;7&lt;/TD&gt;&lt;TD align="right" class="xl65"&gt;2013&lt;/TD&gt;&lt;TD align="right" class="xl65"&gt;15&lt;/TD&gt;&lt;TD class="xl65"&gt;W&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20"&gt;Shell&lt;/TD&gt;&lt;TD align="right" class="xl65"&gt;7&lt;/TD&gt;&lt;TD align="right" class="xl65"&gt;2014&lt;/TD&gt;&lt;TD align="right" class="xl65"&gt;10&lt;/TD&gt;&lt;TD class="xl65"&gt;D&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20"&gt;Apple&lt;/TD&gt;&lt;TD align="right" class="xl65"&gt;7&lt;/TD&gt;&lt;TD align="right" class="xl65"&gt;2014&lt;/TD&gt;&lt;TD align="right" class="xl65"&gt;50&lt;/TD&gt;&lt;TD class="xl65"&gt;W&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20"&gt;Lenovo&lt;/TD&gt;&lt;TD align="right" class="xl65"&gt;7&lt;/TD&gt;&lt;TD align="right" class="xl65"&gt;2013&lt;/TD&gt;&lt;TD align="right" class="xl65"&gt;25&lt;/TD&gt;&lt;TD class="xl65"&gt;W&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;This is a very simplified version of the data, but I think it'll do for this purpose.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Since we started this data in 2013, all WULD's for 2013 are W (Won), since there is no comparison data in the source.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Now I want an overview per WULD-Category for 7-2014.&lt;/P&gt;&lt;P&gt;So Philips should be in U, Shell should be in D, Apple should be in W and Lenovo should be in L.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first three are now going nicely with the first formula you gave me.&lt;/P&gt;&lt;P&gt;However the last Category (Lenovo in (L)ost) is not working.&lt;/P&gt;&lt;P&gt;This is - I think - because it doesn't fit the P(), since it doesn't exist in 7-2014. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Final output should be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Temp.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/65781_Temp.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The orange one is the one still missing a.t.m.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again for your help and effort!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Sep 2014 06:24:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-Table-Data/m-p/689273#M474694</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-03T06:24:18Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering Table Data</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-Table-Data/m-p/689274#M474695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This will return the sum of SHP for the customers that did not exist in Period 7 in 2014, but did exist in Period 7 in 2013:&lt;/P&gt;&lt;P&gt;sum({$&amp;lt;Customer=E({&amp;lt;Period={7},[Year]={2014}&amp;gt;}Customer), Period={7},[Year]={2013}&amp;gt;} SHP)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Sep 2014 07:56:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-Table-Data/m-p/689274#M474695</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-09-03T07:56:24Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering Table Data</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-Table-Data/m-p/689275#M474696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, yes, yes &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;. Thanks so much for your help, looks amazing on my screen now! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/grin.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Sep 2014 08:12:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-Table-Data/m-p/689275#M474696</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-03T08:12:26Z</dc:date>
    </item>
  </channel>
</rss>

