<?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: Filter fields in Straight Table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Filter-fields-in-Straight-Table/m-p/1735014#M455449</link>
    <description>&lt;P&gt;You can use calculated dimension like below&lt;/P&gt;&lt;P&gt;=aggr(if($(&lt;SPAN&gt;vSales&lt;/SPAN&gt;)&amp;gt;0,&lt;SPAN&gt;$(vSales),null()),&lt;STRONG&gt;Dimension1)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;where&amp;nbsp;&lt;STRONG&gt;Dimension1&amp;nbsp;&lt;/STRONG&gt;is first dimension&amp;nbsp;of your table.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;then check "supress null value" option for that dimension&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 11 Aug 2020 21:26:24 GMT</pubDate>
    <dc:creator>Kushal_Chawda</dc:creator>
    <dc:date>2020-08-11T21:26:24Z</dc:date>
    <item>
      <title>Filter fields in Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-fields-in-Straight-Table/m-p/1734993#M455448</link>
      <description>&lt;P&gt;Hello Guys,&lt;/P&gt;&lt;P&gt;In the adjoining straight table, I need to filter data for all the values in column F which are negative or 0. Is there a way by which I can remove the whole row associated with negative column F?&lt;/P&gt;&lt;P&gt;Column F is a calculated expression ($vSales). I only need rows with sales &amp;gt; 0 populating in the table.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="achitreskyitgroup_0-1597177215937.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/38844i8A15ABEB50D831B5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="achitreskyitgroup_0-1597177215937.png" alt="achitreskyitgroup_0-1597177215937.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Aug 2020 20:26:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-fields-in-Straight-Table/m-p/1734993#M455448</guid>
      <dc:creator>achitreskyitgroup</dc:creator>
      <dc:date>2020-08-11T20:26:39Z</dc:date>
    </item>
    <item>
      <title>Re: Filter fields in Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-fields-in-Straight-Table/m-p/1735014#M455449</link>
      <description>&lt;P&gt;You can use calculated dimension like below&lt;/P&gt;&lt;P&gt;=aggr(if($(&lt;SPAN&gt;vSales&lt;/SPAN&gt;)&amp;gt;0,&lt;SPAN&gt;$(vSales),null()),&lt;STRONG&gt;Dimension1)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;where&amp;nbsp;&lt;STRONG&gt;Dimension1&amp;nbsp;&lt;/STRONG&gt;is first dimension&amp;nbsp;of your table.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;then check "supress null value" option for that dimension&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Aug 2020 21:26:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-fields-in-Straight-Table/m-p/1735014#M455449</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2020-08-11T21:26:24Z</dc:date>
    </item>
    <item>
      <title>Re: Filter fields in Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-fields-in-Straight-Table/m-p/1735372#M455450</link>
      <description>&lt;P&gt;Hey, thanks Kush but it doesn't work&lt;/P&gt;</description>
      <pubDate>Wed, 12 Aug 2020 17:02:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-fields-in-Straight-Table/m-p/1735372#M455450</guid>
      <dc:creator>achitreskyitgroup</dc:creator>
      <dc:date>2020-08-12T17:02:20Z</dc:date>
    </item>
    <item>
      <title>Re: Filter fields in Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-fields-in-Straight-Table/m-p/1735406#M455451</link>
      <description>&lt;P&gt;sorry my bad. try below calculated dimension for first dimension of straight table&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;=aggr(if($(&lt;/SPAN&gt;&lt;SPAN&gt;vSales&lt;/SPAN&gt;&lt;SPAN&gt;)&amp;gt;0,&lt;STRONG&gt;Dimension1&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;,null()),&lt;STRONG&gt;Dimension1,Dimension2,Dimension3)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;where&amp;nbsp;&lt;STRONG&gt;Dimension1,Dimension2,Dimension3&amp;nbsp;&lt;/STRONG&gt;are straight table dimensions. You need to include all dimensions in &lt;STRONG&gt;aggr.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Another option:&lt;/STRONG&gt; You can put sales&amp;gt;0 condition in all expression of straight table and check "suppress zero value" option in presentation tab of chart properties&lt;/P&gt;&lt;P&gt;Assuming your first expression of straight table is for Sales&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Expression1:&lt;/STRONG&gt; if($(vSales)&amp;gt;0,$(vSales),0)&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Expression2:&amp;nbsp;&lt;/STRONG&gt;if($(vSales)&amp;gt;0,&lt;STRONG&gt;ActualSecondExpression&lt;/STRONG&gt;,0)&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Expression3:&amp;nbsp;&lt;/STRONG&gt;if($(vSales)&amp;gt;0,&lt;STRONG&gt;ActualThirdExpression&lt;/STRONG&gt;,0)&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Expression4:&amp;nbsp;&lt;/STRONG&gt;if($(vSales)&amp;gt;0,&lt;STRONG&gt;ActualFourthExpression&lt;/STRONG&gt;,0)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Aug 2020 21:25:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-fields-in-Straight-Table/m-p/1735406#M455451</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2020-08-12T21:25:39Z</dc:date>
    </item>
  </channel>
</rss>

