<?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: hide rows in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/hide-rows/m-p/475269#M177450</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Danny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exp1:&lt;/P&gt;&lt;P&gt;= Sum({&amp;lt;[store #]={'&amp;lt; 500'} &amp;gt;}Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exp2:&lt;/P&gt;&lt;P&gt;= Sum({&amp;lt;[store #]={'&amp;lt; 500'} &amp;gt;}Inventory)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then in Presentation tab select "Suppress zero values" option.&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>Fri, 22 Nov 2013 03:04:46 GMT</pubDate>
    <dc:creator>jagan</dc:creator>
    <dc:date>2013-11-22T03:04:46Z</dc:date>
    <item>
      <title>hide rows</title>
      <link>https://community.qlik.com/t5/QlikView/hide-rows/m-p/475265#M177446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a strait table with one dimension. I need to hide rows from the table, based on expressions values which are calculated based on fields that different from the table’s dimension. Any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Nov 2013 21:24:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hide-rows/m-p/475265#M177446</guid>
      <dc:creator />
      <dc:date>2013-11-21T21:24:03Z</dc:date>
    </item>
    <item>
      <title>Re: hide rows</title>
      <link>https://community.qlik.com/t5/QlikView/hide-rows/m-p/475266#M177447</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 with aggr() function in expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Nov 2013 21:35:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hide-rows/m-p/475266#M177447</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2013-11-21T21:35:08Z</dc:date>
    </item>
    <item>
      <title>Re: hide rows</title>
      <link>https://community.qlik.com/t5/QlikView/hide-rows/m-p/475267#M177448</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 "store #" as the (only) dimension of the straight table. the expressions are sum(inventory) and sum(sales), were "inventory" and "sales" are fields. i need to hide all the rows with both sum(inventory)=0 and sum(sales)=0, and all the rows with "store #" &amp;lt;500. any idea how to achieve that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Nov 2013 22:05:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hide-rows/m-p/475267#M177448</guid>
      <dc:creator />
      <dc:date>2013-11-21T22:05:08Z</dc:date>
    </item>
    <item>
      <title>Re: hide rows</title>
      <link>https://community.qlik.com/t5/QlikView/hide-rows/m-p/475268#M177449</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;For that, try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exp1:&lt;/P&gt;&lt;P&gt;= if(Sum(Sales) &amp;lt;&amp;gt; 0 and Sum(Inventory) &amp;lt;&amp;gt; 0 and&amp;nbsp; "store #" &amp;lt; 500, Sum(Sales))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exp2:&lt;/P&gt;&lt;P&gt;= if(Sum(Sales) &amp;lt;&amp;gt; 0 and Sum(Inventory) &amp;lt;&amp;gt; 0 and&amp;nbsp; "store #" &amp;lt; 500, Sum(Inventory))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Nov 2013 22:12:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hide-rows/m-p/475268#M177449</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2013-11-21T22:12:09Z</dc:date>
    </item>
    <item>
      <title>Re: hide rows</title>
      <link>https://community.qlik.com/t5/QlikView/hide-rows/m-p/475269#M177450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Danny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exp1:&lt;/P&gt;&lt;P&gt;= Sum({&amp;lt;[store #]={'&amp;lt; 500'} &amp;gt;}Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exp2:&lt;/P&gt;&lt;P&gt;= Sum({&amp;lt;[store #]={'&amp;lt; 500'} &amp;gt;}Inventory)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then in Presentation tab select "Suppress zero values" option.&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>Fri, 22 Nov 2013 03:04:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hide-rows/m-p/475269#M177450</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2013-11-22T03:04:46Z</dc:date>
    </item>
  </channel>
</rss>

