<?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 Filtering a straight table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Filtering-a-straight-table/m-p/455831#M565034</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;&lt;/P&gt;&lt;P&gt;I want to do a select in a field or filter a straight table to get the data I want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The condition is like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to select all possible rows that do not exists in another logical table or if the end date is more than 3 months old (of the newest record).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was trying to do something like this in expression in a straight table so the table will supress all other records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(IsNull(EndDate)=-1 or max(EndDate) &amp;lt; '1.9.2012',1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but then I get records that have more than one record in this specific table and one of them have EndDate that is newer than 1.9.2012.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards, Kari&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Dec 2012 09:57:52 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-12-20T09:57:52Z</dc:date>
    <item>
      <title>Filtering a straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-a-straight-table/m-p/455831#M565034</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;&lt;/P&gt;&lt;P&gt;I want to do a select in a field or filter a straight table to get the data I want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The condition is like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to select all possible rows that do not exists in another logical table or if the end date is more than 3 months old (of the newest record).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was trying to do something like this in expression in a straight table so the table will supress all other records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(IsNull(EndDate)=-1 or max(EndDate) &amp;lt; '1.9.2012',1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but then I get records that have more than one record in this specific table and one of them have EndDate that is newer than 1.9.2012.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards, Kari&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Dec 2012 09:57:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-a-straight-table/m-p/455831#M565034</guid>
      <dc:creator />
      <dc:date>2012-12-20T09:57:52Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering a straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-a-straight-table/m-p/455832#M565035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I needed to use Count = 0 instead of isnull() = -1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;(&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; max([EndDate])&amp;lt;'$(varEndDate)' or count([EndDate])= 0&lt;/P&gt;&lt;P&gt;&amp;nbsp; ,1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jan 2013 10:32:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-a-straight-table/m-p/455832#M565035</guid>
      <dc:creator />
      <dc:date>2013-01-31T10:32:12Z</dc:date>
    </item>
  </channel>
</rss>

