<?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: How to exclude some records within a list in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-exclude-some-records-within-a-list/m-p/891052#M531741</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much!&lt;/P&gt;&lt;P&gt;It's perfect &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Elena&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 May 2015 14:18:00 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-05-20T14:18:00Z</dc:date>
    <item>
      <title>How to exclude some records within a list</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-some-records-within-a-list/m-p/891049#M531738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a quite difficult problem...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a list of &lt;STRONG&gt;customers&lt;/STRONG&gt; with the &lt;STRONG&gt;employees&lt;/STRONG&gt; that supported them during two &lt;STRONG&gt;years&lt;/STRONG&gt; (2013- 2014), and a certain measure (&lt;STRONG&gt;Amount&lt;/STRONG&gt;).&lt;/P&gt;&lt;P&gt;In the first straight table I want to display customers that have some amounts for 2014 as dimension, showing as expressions the amount for 2014 and for (-&amp;gt; no problem!).&lt;/P&gt;&lt;P&gt;In the second straight table I want to display the employees (as dimension) bound to the customers described above (customer with amount for 2014), with their amounts for the two years (-&amp;gt; no problem for 2014, many problems for 2013!.&lt;/P&gt;&lt;P&gt;So, I have to exclude from employees list the ones which have in 2013 just customers with no amount in 2014; furthermore I have to exclude, for every employee, the amounts of 2013 related to customers with no amount in 2014.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please, find data and the application attached with more details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot,&lt;/P&gt;&lt;P&gt;Elena&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2015 18:32:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-some-records-within-a-list/m-p/891049#M531738</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-19T18:32:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude some records within a list</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-some-records-within-a-list/m-p/891050#M531739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does something like this do the trick?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum({&amp;lt;CUSTOMER = P({&amp;lt;YEAR={"$(=(max(YEAR)))"}&amp;gt;}),YEAR={"$(=(max(YEAR)-1))"}&amp;gt;}AMOUNT)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2015 18:39:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-some-records-within-a-list/m-p/891050#M531739</guid>
      <dc:creator />
      <dc:date>2015-05-19T18:39:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude some records within a list</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-some-records-within-a-list/m-p/891051#M531740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see if this helps &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2015 21:25:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-some-records-within-a-list/m-p/891051#M531740</guid>
      <dc:creator>ramoncova06</dc:creator>
      <dc:date>2015-05-19T21:25:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude some records within a list</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-some-records-within-a-list/m-p/891052#M531741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much!&lt;/P&gt;&lt;P&gt;It's perfect &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Elena&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2015 14:18:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-some-records-within-a-list/m-p/891052#M531741</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-20T14:18:00Z</dc:date>
    </item>
  </channel>
</rss>

