<?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 Hiding rows in a straight table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Hiding-rows-in-a-straight-table/m-p/516127#M192696</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I have a straight table and i need to suppress rows as per my expression.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Example i have a sum(amount) expression and need to show the rows only sum(amount)&amp;gt;1000 with out set analysis.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; is there any other option..?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Jul 2013 05:29:36 GMT</pubDate>
    <dc:creator>ajithsachin</dc:creator>
    <dc:date>2013-07-24T05:29:36Z</dc:date>
    <item>
      <title>Hiding rows in a straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Hiding-rows-in-a-straight-table/m-p/516127#M192696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I have a straight table and i need to suppress rows as per my expression.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Example i have a sum(amount) expression and need to show the rows only sum(amount)&amp;gt;1000 with out set analysis.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; is there any other option..?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jul 2013 05:29:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hiding-rows-in-a-straight-table/m-p/516127#M192696</guid>
      <dc:creator>ajithsachin</dc:creator>
      <dc:date>2013-07-24T05:29:36Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding rows in a straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Hiding-rows-in-a-straight-table/m-p/516128#M192697</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 can try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;&lt;SPAN style="color: #0000ff;"&gt;if&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;sum&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;amount&lt;/SPAN&gt;)&amp;gt;1000,&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;&lt;SPAN style="color: #0000ff;"&gt;sum&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;amount&lt;/SPAN&gt;)&lt;/SPAN&gt;,&lt;SPAN style="color: #0000ff;"&gt;null&lt;/SPAN&gt;())&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;BR&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;Ariel&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jul 2013 05:35:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hiding-rows-in-a-straight-table/m-p/516128#M192697</guid>
      <dc:creator>ariel_klien</dc:creator>
      <dc:date>2013-07-24T05:35:56Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding rows in a straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Hiding-rows-in-a-straight-table/m-p/516129#M192698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;&lt;SPAN style="color: #0000ff;"&gt;if&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;sum&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;amount&lt;/SPAN&gt;)&amp;gt;1000,&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;&lt;SPAN style="color: #0000ff;"&gt;sum&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;amount&lt;/SPAN&gt;)&lt;/SPAN&gt;,' ')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;or try this&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;&lt;SPAN style="color: #0000ff;"&gt;if&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;sum&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;amount&lt;/SPAN&gt;)&amp;gt;1000,&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;&lt;SPAN style="color: #0000ff;"&gt;sum&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;amount&lt;/SPAN&gt;)&lt;/SPAN&gt;,0)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jul 2013 05:42:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hiding-rows-in-a-straight-table/m-p/516129#M192698</guid>
      <dc:creator />
      <dc:date>2013-07-24T05:42:38Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding rows in a straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Hiding-rows-in-a-straight-table/m-p/516130#M192699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;sum(if(amount&amp;gt;1000,amount,0))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;and make sure in presentation tab check on supress null value&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;the other way to do this on dimension tab write there for one dimension &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;in add calculated dimension that&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; background-color: #ffffff; font-family: Arial;"&gt;aggr(if(amount&amp;gt;1000,&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;Dimensionfield&lt;/SPAN&gt;),&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;Dimensionfield&lt;/SPAN&gt;))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;in label side write the name of Dimensionfield&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;make sure check on suppress null value&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jul 2013 05:48:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hiding-rows-in-a-straight-table/m-p/516130#M192699</guid>
      <dc:creator>er_mohit</dc:creator>
      <dc:date>2013-07-24T05:48:58Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding rows in a straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Hiding-rows-in-a-straight-table/m-p/516131#M192700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you can perform it in the script level then try using Set HidePrefix = %;&lt;/P&gt;&lt;P&gt;and use %field name in the expression.. hope this helps you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jul 2013 08:25:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hiding-rows-in-a-straight-table/m-p/516131#M192700</guid>
      <dc:creator>padmanabhan_ram</dc:creator>
      <dc:date>2013-07-24T08:25:27Z</dc:date>
    </item>
  </channel>
</rss>

