<?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: Straight Table Record Filter in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Straight-Table-Record-Filter/m-p/730216#M1056041</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi marc, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you saying add this at the dimension or expression?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Oct 2014 08:30:12 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-10-15T08:30:12Z</dc:date>
    <item>
      <title>Straight Table Record Filter</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table-Record-Filter/m-p/730213#M1056038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a straight table displaying the data. one of the column in the table is QTY. How do i get the straight table display the QTY &amp;gt; 0&amp;nbsp; automatically without user selection. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried to add a calculated dimension but it seems not working. Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2014 08:24:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table-Record-Filter/m-p/730213#M1056038</guid>
      <dc:creator />
      <dc:date>2014-10-15T08:24:48Z</dc:date>
    </item>
    <item>
      <title>Re: Straight Table Record Filter</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table-Record-Filter/m-p/730214#M1056039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;add it to your expression filter and not the dimension, sum({&amp;lt;QTY&amp;gt;0&amp;gt;} Expression) or add an if condition to your expression, for example if (sum(QTY) &amp;gt;0,1,0).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2014 08:27:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table-Record-Filter/m-p/730214#M1056039</guid>
      <dc:creator>maleksafa</dc:creator>
      <dc:date>2014-10-15T08:27:18Z</dc:date>
    </item>
    <item>
      <title>Re: Straight Table Record Filter</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table-Record-Filter/m-p/730215#M1056040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try with&lt;/P&gt;&lt;P&gt;=if( yourQTDexpression &amp;gt;0, yourQTDexpression )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2014 08:27:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table-Record-Filter/m-p/730215#M1056040</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-15T08:27:42Z</dc:date>
    </item>
    <item>
      <title>Re: Straight Table Record Filter</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table-Record-Filter/m-p/730216#M1056041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi marc, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you saying add this at the dimension or expression?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2014 08:30:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table-Record-Filter/m-p/730216#M1056041</guid>
      <dc:creator />
      <dc:date>2014-10-15T08:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: Straight Table Record Filter</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table-Record-Filter/m-p/730217#M1056042</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;Try this expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(Sum(QTY) &amp;gt; 0, Sum(QTY))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2014 08:32:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table-Record-Filter/m-p/730217#M1056042</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-10-15T08:32:39Z</dc:date>
    </item>
    <item>
      <title>Re: Straight Table Record Filter</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table-Record-Filter/m-p/730218#M1056043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the expression, so yo will get value only when QTY&amp;gt;0.&lt;/P&gt;&lt;P&gt;Is this what you expected?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2014 08:34:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table-Record-Filter/m-p/730218#M1056043</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-15T08:34:08Z</dc:date>
    </item>
    <item>
      <title>Re: Straight Table Record Filter</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table-Record-Filter/m-p/730219#M1056044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Add this in expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;if(sum(QTY) &amp;gt;0, sum(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;QTY)&lt;/SPAN&gt; )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;ASHFAQ&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2014 08:35:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table-Record-Filter/m-p/730219#M1056044</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-10-15T08:35:11Z</dc:date>
    </item>
    <item>
      <title>Re: Straight Table Record Filter</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table-Record-Filter/m-p/730220#M1056045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if i add this &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;if(sum(QTY) &amp;gt;0, sum(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;QTY)&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; ), it doesn't filter the row where qty is 0. it just show with a hyphen. what i want the row completely not show if the qty is 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Untitled.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/68941_Untitled.png" style="width: 620px; height: 440px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2014 08:40:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table-Record-Filter/m-p/730220#M1056045</guid>
      <dc:creator />
      <dc:date>2014-10-15T08:40:09Z</dc:date>
    </item>
    <item>
      <title>Re: Straight Table Record Filter</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table-Record-Filter/m-p/730221#M1056046</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;In the first expression give like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;if(sum(QTY) &amp;gt;0, Your Expression)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;Hope this helps you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;Jagan.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2014 08:42:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table-Record-Filter/m-p/730221#M1056046</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-10-15T08:42:34Z</dc:date>
    </item>
    <item>
      <title>Re: Straight Table Record Filter</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table-Record-Filter/m-p/730222#M1056047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi mogan, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As mentioned in the screenshot before your reply. The expression doesnt help as it still shown the QTY=0 row. It just give hypen on the QTY field only. &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;What i wanted is the entire row not showing as long at the QTY=0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2014 08:47:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table-Record-Filter/m-p/730222#M1056047</guid>
      <dc:creator />
      <dc:date>2014-10-15T08:47:35Z</dc:date>
    </item>
    <item>
      <title>Re: Straight Table Record Filter</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table-Record-Filter/m-p/730223#M1056048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;make sure that is your first expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2014 08:48:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table-Record-Filter/m-p/730223#M1056048</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-10-15T08:48:19Z</dc:date>
    </item>
    <item>
      <title>Re: Straight Table Record Filter</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table-Record-Filter/m-p/730224#M1056049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's in the first expression. &lt;/P&gt;&lt;P&gt;&lt;IMG alt="Untitled.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/68954_Untitled.png" style="width: 620px; height: 477px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2014 08:51:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table-Record-Filter/m-p/730224#M1056049</guid>
      <dc:creator />
      <dc:date>2014-10-15T08:51:54Z</dc:date>
    </item>
    <item>
      <title>Re: Straight Table Record Filter</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table-Record-Filter/m-p/730225#M1056050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What does your second expression contain?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you post sample application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2014 08:58:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table-Record-Filter/m-p/730225#M1056050</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-10-15T08:58:07Z</dc:date>
    </item>
    <item>
      <title>Re: Straight Table Record Filter</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table-Record-Filter/m-p/730226#M1056051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then you will have to make it in dimension:&lt;/P&gt;&lt;P&gt;=aggr({&amp;lt;QTY={"&amp;gt;0"}&amp;gt;} dimension)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2014 08:59:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table-Record-Filter/m-p/730226#M1056051</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-15T08:59:58Z</dc:date>
    </item>
    <item>
      <title>Re: Straight Table Record Filter</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table-Record-Filter/m-p/730227#M1056052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi March, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess what your suggest is correct. I unable to rewrite the aggr function. my field name is ji_shortqty. The dimension is ji_ID. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do i rewrite based on your answer?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2014 09:14:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table-Record-Filter/m-p/730227#M1056052</guid>
      <dc:creator />
      <dc:date>2014-10-15T09:14:54Z</dc:date>
    </item>
    <item>
      <title>Re: Straight Table Record Filter</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table-Record-Filter/m-p/730228#M1056053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;Change your second expression like this&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;if(sum(QTY) &amp;gt;0, 'Your Second Expression goes here')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;Jagan.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2014 09:15:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table-Record-Filter/m-p/730228#M1056053</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-10-15T09:15:59Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Straight Table Record Filter</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table-Record-Filter/m-p/730229#M1056054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2014 09:25:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table-Record-Filter/m-p/730229#M1056054</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-15T09:25:09Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Straight Table Record Filter</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table-Record-Filter/m-p/730230#M1056055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;marc, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used the formula given. Suprisingly, the formula has the red underline which usually indicate wrong formula. But it actually correct as you can see the word 'OK' May i know how come like that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Untitled.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/68962_Untitled.png" style="width: 620px; height: 473px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2014 09:30:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table-Record-Filter/m-p/730230#M1056055</guid>
      <dc:creator />
      <dc:date>2014-10-15T09:30:25Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Straight Table Record Filter</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table-Record-Filter/m-p/730231#M1056056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The expresion is ok and working fine, as you can see in the sample qvw i posted before.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="sampleQTY.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/68964_sampleQTY.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2014 09:39:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table-Record-Filter/m-p/730231#M1056056</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-15T09:39:15Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Straight Table Record Filter</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table-Record-Filter/m-p/730232#M1056057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Chee Hang Lim,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you solve it? Don't forget to select an answer as useful / correct if it was so for you. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Oct 2014 10:38:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table-Record-Filter/m-p/730232#M1056057</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-15T10:38:21Z</dc:date>
    </item>
  </channel>
</rss>

