<?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 straight table based on field value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Hide-rows-in-straight-table-based-on-field-value/m-p/1219523#M390162</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeh it still doesnt show them&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Dec 2016 09:37:04 GMT</pubDate>
    <dc:creator>matthewp</dc:creator>
    <dc:date>2016-12-07T09:37:04Z</dc:date>
    <item>
      <title>Hide rows in straight table based on field value</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-rows-in-straight-table-based-on-field-value/m-p/1219517#M390156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a straight table that I want to hide the rows unless the Flag field is null.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The values in the Flag field can be A, B or NULL ( - ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i do this &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2016 09:05:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-rows-in-straight-table-based-on-field-value/m-p/1219517#M390156</guid>
      <dc:creator>matthewp</dc:creator>
      <dc:date>2016-12-07T09:05:26Z</dc:date>
    </item>
    <item>
      <title>Re: Hide rows in straight table based on field value</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-rows-in-straight-table-based-on-field-value/m-p/1219518#M390157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can suppress null() for the particular dimension,&lt;/P&gt;&lt;P&gt;&lt;IMG alt="supress null straight table.PNG" class="jive-image image-1" src="/legacyfs/online/145853_supress null straight table.PNG" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or at presentation tab, -&amp;gt; supress missing or supress zero for your particular columns need to be ticked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Hirish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2016 09:14:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-rows-in-straight-table-based-on-field-value/m-p/1219518#M390157</guid>
      <dc:creator>HirisH_V7</dc:creator>
      <dc:date>2016-12-07T09:14:09Z</dc:date>
    </item>
    <item>
      <title>Re: Hide rows in straight table based on field value</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-rows-in-straight-table-based-on-field-value/m-p/1219519#M390158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I DONT want to suppress null, i want to ONLY show null&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2016 09:18:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-rows-in-straight-table-based-on-field-value/m-p/1219519#M390158</guid>
      <dc:creator>matthewp</dc:creator>
      <dc:date>2016-12-07T09:18:45Z</dc:date>
    </item>
    <item>
      <title>Re: Hide rows in straight table based on field value</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-rows-in-straight-table-based-on-field-value/m-p/1219520#M390159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Matthew,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add below expression in your expression tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(Len(Trim(&lt;STRONG&gt;Flag Field Name&lt;/STRONG&gt;))=0,'-',0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And make sure "Suppress Zero-Values" option is enaled in the presentation tab.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2016 09:23:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-rows-in-straight-table-based-on-field-value/m-p/1219520#M390159</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2016-12-07T09:23:29Z</dc:date>
    </item>
    <item>
      <title>Re: Hide rows in straight table based on field value</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-rows-in-straight-table-based-on-field-value/m-p/1219521#M390160</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: 13px;"&gt;I DONT want to suppress nulls, i want to ONLY show nulls&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2016 09:27:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-rows-in-straight-table-based-on-field-value/m-p/1219521#M390160</guid>
      <dc:creator>matthewp</dc:creator>
      <dc:date>2016-12-07T09:27:44Z</dc:date>
    </item>
    <item>
      <title>Re: Hide rows in straight table based on field value</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-rows-in-straight-table-based-on-field-value/m-p/1219522#M390161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The above expression will shows the null values and hides remaining values. Have you tried the expression?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2016 09:29:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-rows-in-straight-table-based-on-field-value/m-p/1219522#M390161</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2016-12-07T09:29:36Z</dc:date>
    </item>
    <item>
      <title>Re: Hide rows in straight table based on field value</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-rows-in-straight-table-based-on-field-value/m-p/1219523#M390162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeh it still doesnt show them&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2016 09:37:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-rows-in-straight-table-based-on-field-value/m-p/1219523#M390162</guid>
      <dc:creator>matthewp</dc:creator>
      <dc:date>2016-12-07T09:37:04Z</dc:date>
    </item>
    <item>
      <title>Re: Hide rows in straight table based on field value</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-rows-in-straight-table-based-on-field-value/m-p/1219524#M390163</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;Please see attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2016 09:48:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-rows-in-straight-table-based-on-field-value/m-p/1219524#M390163</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-07T09:48:43Z</dc:date>
    </item>
    <item>
      <title>Re: Hide rows in straight table based on field value</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-rows-in-straight-table-based-on-field-value/m-p/1219525#M390164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The expression is working fine in the below attached file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2016 09:51:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-rows-in-straight-table-based-on-field-value/m-p/1219525#M390164</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2016-12-07T09:51:29Z</dc:date>
    </item>
  </channel>
</rss>

