<?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 out data in Straight Table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Filtering-out-data-in-Straight-Table/m-p/383408#M1165978</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;Thanks for taking the time to respond, really appreciate it. Options 1 and 2 aren't suitable. How would I filter the data using a calculated dimension? Giving a bit more detail, I have a table containing an ID number, the date it was added to the database and the time difference between the date added and now. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I want to do is only show rows where the difference in seconds is greater than 540,000. I have a calculated expression called 'M_Seconds' that contains this value for each row, but if I do IF(now - logdate &amp;gt; 540000, now - logdate) on the expression then it doesn't actually filter anything out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Sep 2012 14:02:45 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-09-03T14:02:45Z</dc:date>
    <item>
      <title>Filtering out data in Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-out-data-in-Straight-Table/m-p/383406#M1165976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a straight table with a load of data in it. How would I add a filter so that I only see rows where a value in one of the columns is &amp;gt; 100, for example?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Sep 2012 10:59:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-out-data-in-Straight-Table/m-p/383406#M1165976</guid>
      <dc:creator />
      <dc:date>2012-09-03T10:59:50Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering out data in Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-out-data-in-Straight-Table/m-p/383407#M1165977</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;You have a number of options open to you:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;If the amount is fixed, then you could add a flag in your load script and then filter on the flag.&lt;/LI&gt;&lt;LI&gt;If the amount can be one of only a few values, you could create intervals for these values and then intervalmatch the intervals. Then filter on the intervals (depending on user selections).&lt;/LI&gt;&lt;LI&gt;You may be able to apply a filter to one or more of the dimensions (by using a calculated dimension).&lt;/LI&gt;&lt;LI&gt;You can filter the data columns (you must do this to all the columns). Lets say the value of interest is in Column 1:&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&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; =If(&lt;EM&gt;expression1&lt;/EM&gt; &amp;gt; 100, &lt;EM&gt;expression1&lt;/EM&gt;)&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; =If(Column(1) &amp;gt; 100, &lt;EM&gt;expression2&lt;/EM&gt;)&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; =If(Column(1) &amp;gt; 100, &lt;EM&gt;expression3&lt;/EM&gt;)&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; =If(Column(1) &amp;gt; 100, &lt;EM&gt;expression4&lt;/EM&gt;)&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; ....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (oh, and ensure that suppress null values is ON)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There may be others. Without more information on your requirements, its hard to be specific.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Sep 2012 11:02:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-out-data-in-Straight-Table/m-p/383407#M1165977</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2012-09-03T11:02:54Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering out data in Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-out-data-in-Straight-Table/m-p/383408#M1165978</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;Thanks for taking the time to respond, really appreciate it. Options 1 and 2 aren't suitable. How would I filter the data using a calculated dimension? Giving a bit more detail, I have a table containing an ID number, the date it was added to the database and the time difference between the date added and now. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I want to do is only show rows where the difference in seconds is greater than 540,000. I have a calculated expression called 'M_Seconds' that contains this value for each row, but if I do IF(now - logdate &amp;gt; 540000, now - logdate) on the expression then it doesn't actually filter anything out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Sep 2012 14:02:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-out-data-in-Straight-Table/m-p/383408#M1165978</guid>
      <dc:creator />
      <dc:date>2012-09-03T14:02:45Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering out data in Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-out-data-in-Straight-Table/m-p/383409#M1165979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I figured it out I think, I found the Calculated Dimension option and set that to my expression, then suppressed NULL values and it has filtered the data out. Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Sep 2012 14:07:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-out-data-in-Straight-Table/m-p/383409#M1165979</guid>
      <dc:creator />
      <dc:date>2012-09-03T14:07:32Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering out data in Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-out-data-in-Straight-Table/m-p/383410#M1165980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;this Helps me also...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2014 09:28:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-out-data-in-Straight-Table/m-p/383410#M1165980</guid>
      <dc:creator />
      <dc:date>2014-05-14T09:28:09Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering out data in Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Filtering-out-data-in-Straight-Table/m-p/383411#M1165981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Helps me too.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2014 16:20:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filtering-out-data-in-Straight-Table/m-p/383411#M1165981</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-26T16:20:06Z</dc:date>
    </item>
  </channel>
</rss>

