<?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 Conditional hiding of Rows in table object - Urgent in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Conditional-hiding-of-Rows-in-table-object-Urgent/m-p/294781#M1192616</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What object are you using to display the table? simple table, pivot table or a table box?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it's a table box you can just go to the presentation tab, select the reference field and select option "omit rows where field is null".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you're using a chart then you can have either an if or a set analysis in the formula, something like if(not isnull(Reference),sum(value)) or sum({&amp;lt;Reference={*}&amp;gt;}value).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Jul 2011 15:08:49 GMT</pubDate>
    <dc:creator>danielrozental</dc:creator>
    <dc:date>2011-07-21T15:08:49Z</dc:date>
    <item>
      <title>Conditional hiding of Rows in table object - Urgent</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-hiding-of-Rows-in-table-object-Urgent/m-p/294777#M1192612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Community,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I have a requirement related to the below table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" cellpadding="3" cellspacing="0" class="jiveBorder" style="width: 100%; border: 1px solid #000000;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Policy&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Reference&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;P1&lt;/TD&gt;&lt;TD&gt;V1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;P1&lt;/TD&gt;&lt;TD&gt;-&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;P2&lt;/TD&gt;&lt;TD&gt;V2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;P3&lt;/TD&gt;&lt;TD&gt;V3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;P4&lt;/TD&gt;&lt;TD&gt;-&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;P5&lt;/TD&gt;&lt;TD&gt;V4&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The requirement is that ALL Policies that have a Reference and also have a NULL reference then we have to show Only the one that has a Reference. &lt;/P&gt;&lt;P&gt;Example : P1 has reference V1,NULL then we will show the row only for V1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the other hand if there is a Policy that has one or many null references(none of the reference here have a value) &lt;/P&gt;&lt;P&gt;Example : P4 , then we display this policy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The output required is like below. How do we achieve this? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" cellpadding="3" cellspacing="0" class="jiveBorder" style="width: 100%; border: #000000 1px solid;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Policy&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Reference&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;P1&lt;/TD&gt;&lt;TD&gt;V1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;P2&lt;/TD&gt;&lt;TD&gt;V2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;P3&lt;/TD&gt;&lt;TD&gt;V3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;P4&lt;/TD&gt;&lt;TD&gt;-&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;P5&lt;/TD&gt;&lt;TD&gt;V4&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Rajesh Vaswani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2011 13:31:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-hiding-of-Rows-in-table-object-Urgent/m-p/294777#M1192612</guid>
      <dc:creator>rajeshvaswani77</dc:creator>
      <dc:date>2011-07-20T13:31:38Z</dc:date>
    </item>
    <item>
      <title>Conditional hiding of Rows in table object - Urgent</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-hiding-of-Rows-in-table-object-Urgent/m-p/294778#M1192613</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 using &lt;STRONG&gt;maxstring(Reference) &lt;/STRONG&gt;as your expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;make sure tjhe option suppress zero-values is not ticked on the presentation tab.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2011 13:48:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-hiding-of-Rows-in-table-object-Urgent/m-p/294778#M1192613</guid>
      <dc:creator>pat_agen</dc:creator>
      <dc:date>2011-07-20T13:48:22Z</dc:date>
    </item>
    <item>
      <title>Conditional hiding of Rows in table object - Urgent</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-hiding-of-Rows-in-table-object-Urgent/m-p/294779#M1192614</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;Thanks for the reply. If we use &lt;STRONG&gt;maxstring(Reference) &lt;/STRONG&gt;then it will return only one value for that policy. But if i have more number of References for the same policy then i need to display all the references which are not null.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also i am using table object here as we do not have any calculations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2011 14:41:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-hiding-of-Rows-in-table-object-Urgent/m-p/294779#M1192614</guid>
      <dc:creator>rajeshvaswani77</dc:creator>
      <dc:date>2011-07-20T14:41:21Z</dc:date>
    </item>
    <item>
      <title>Conditional hiding of Rows in table object - Urgent</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-hiding-of-Rows-in-table-object-Urgent/m-p/294780#M1192615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Further to the question I has asked. In a simplified way this is what is expected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" cellpadding="0" cellspacing="0" style="margin-left: -0.75pt; width: 50%; padding: 2.25pt;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD style="background-color: #6690bc; border: black 1pt solid; padding: 2.25pt;" width="26%"&gt;&lt;P align="center"&gt;&lt;STRONG style="color: white; font-size: 9pt; font-family: Arial;"&gt;Policy&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-right: black 1pt solid; border-top: black 1pt solid; border-left: medium none; border-bottom: black 1pt solid; background-color: #6690bc; padding: 2.25pt;" valign="top" width="24%"&gt;&lt;P align="center"&gt;&lt;STRONG style="color: white; font-size: 9pt; font-family: Arial;"&gt;Reference&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-right: black 1pt solid; border-top: black 1pt solid; border-left: medium none; border-bottom: black 1pt solid; background-color: #6690bc; padding: 2.25pt;" valign="top" width="24%"&gt;&lt;P align="center"&gt;&lt;STRONG style="color: white; font-size: 9pt; font-family: Arial;"&gt;Policy Count&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-right: black 1pt solid; border-top: black 1pt solid; border-left: medium none; border-bottom: black 1pt solid; background-color: #6690bc; padding: 2.25pt;" width="24%"&gt;&lt;P align="center"&gt;&lt;STRONG style="color: white; font-size: 9pt; font-family: Arial;"&gt;NULL Flag&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border-right: black 1pt solid; border-top: medium none; border-left: black 1pt solid; border-bottom: black 1pt solid; padding: 2.25pt;" width="26%"&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; color: #333333; font-family: Arial;"&gt;P1&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-right: black 1pt solid; border-top: medium none; border-left: medium none; border-bottom: black 1pt solid; padding: 2.25pt;" width="24%"&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; color: #333333; font-family: Arial;"&gt;V1&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-right: black 1pt solid; border-top: medium none; border-left: medium none; border-bottom: black 1pt solid; padding: 2.25pt;" valign="top" width="24%"&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; color: #333333; font-family: Arial;"&gt;2&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-right: black 1pt solid; border-top: medium none; border-left: medium none; border-bottom: black 1pt solid; padding: 2.25pt;" width="24%"&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; color: #333333; font-family: Arial;"&gt;0&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border-right: black 1pt solid; border-top: medium none; border-left: black 1pt solid; border-bottom: black 1pt solid; padding: 2.25pt;" width="26%"&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; color: #333333; font-family: Arial;"&gt;P1&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-right: black 1pt solid; border-top: medium none; border-left: medium none; border-bottom: black 1pt solid; padding: 2.25pt;" width="24%"&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; color: #333333; font-family: Arial;"&gt;-&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-right: black 1pt solid; border-top: medium none; border-left: medium none; border-bottom: black 1pt solid; padding: 2.25pt;" valign="top" width="24%"&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; color: #333333; font-family: Arial;"&gt;2&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-right: black 1pt solid; border-top: medium none; border-left: medium none; border-bottom: black 1pt solid; padding: 2.25pt;" width="24%"&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; color: #333333; font-family: Arial;"&gt;1&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border-right: black 1pt solid; border-top: medium none; border-left: black 1pt solid; border-bottom: black 1pt solid; padding: 2.25pt;" width="26%"&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; color: #333333; font-family: Arial;"&gt;P2&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-right: black 1pt solid; border-top: medium none; border-left: medium none; border-bottom: black 1pt solid; padding: 2.25pt;" valign="top" width="24%"&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; color: #333333; font-family: Arial;"&gt;V2&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-right: black 1pt solid; border-top: medium none; border-left: medium none; border-bottom: black 1pt solid; padding: 2.25pt;" valign="top" width="24%"&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; color: #333333; font-family: Arial;"&gt;1&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-right: black 1pt solid; border-top: medium none; border-left: medium none; border-bottom: black 1pt solid; padding: 2.25pt;" width="24%"&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; color: #333333; font-family: Arial;"&gt;0&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border-right: black 1pt solid; border-top: medium none; border-left: black 1pt solid; border-bottom: black 1pt solid; padding: 2.25pt;" width="26%"&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; color: #333333; font-family: Arial;"&gt;P3&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-right: black 1pt solid; border-top: medium none; border-left: medium none; border-bottom: black 1pt solid; padding: 2.25pt;" valign="top" width="24%"&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; color: #333333; font-family: Arial;"&gt;V3&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-right: black 1pt solid; border-top: medium none; border-left: medium none; border-bottom: black 1pt solid; padding: 2.25pt;" valign="top" width="24%"&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; color: #333333; font-family: Arial;"&gt;1&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-right: black 1pt solid; border-top: medium none; border-left: medium none; border-bottom: black 1pt solid; padding: 2.25pt;" width="24%"&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; color: #333333; font-family: Arial;"&gt;0&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border-right: black 1pt solid; border-top: medium none; border-left: black 1pt solid; border-bottom: black 1pt solid; padding: 2.25pt;" width="26%"&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; color: #333333; font-family: Arial;"&gt;P4&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-right: black 1pt solid; border-top: medium none; border-left: medium none; border-bottom: black 1pt solid; padding: 2.25pt;" width="24%"&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; color: #333333; font-family: Arial;"&gt;-&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-right: black 1pt solid; border-top: medium none; border-left: medium none; border-bottom: black 1pt solid; padding: 2.25pt;" valign="top" width="24%"&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; color: #333333; font-family: Arial;"&gt;1&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-right: black 1pt solid; border-top: medium none; border-left: medium none; border-bottom: black 1pt solid; padding: 2.25pt;" width="24%"&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; color: #333333; font-family: Arial;"&gt;1&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border-right: black 1pt solid; border-top: medium none; border-left: black 1pt solid; border-bottom: black 1pt solid; padding: 2.25pt;" width="26%"&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; color: #333333; font-family: Arial;"&gt;P5&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-right: black 1pt solid; border-top: medium none; border-left: medium none; border-bottom: black 1pt solid; padding: 2.25pt;" width="24%"&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; color: #333333; font-family: Arial;"&gt;V4&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-right: black 1pt solid; border-top: medium none; border-left: medium none; border-bottom: black 1pt solid; padding: 2.25pt;" valign="top" width="24%"&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; color: #333333; font-family: Arial;"&gt;1&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-right: black 1pt solid; border-top: medium none; border-left: medium none; border-bottom: black 1pt solid; padding: 2.25pt;" width="24%"&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; color: #333333; font-family: Arial;"&gt;0&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When Policy Count is greater than 1 and NULL Flag is 1(Reference is NULL) then we need to hide that row. Could someone help with a way/expression to do this?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rajesh Vaswani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2011 15:00:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-hiding-of-Rows-in-table-object-Urgent/m-p/294780#M1192615</guid>
      <dc:creator>rajeshvaswani77</dc:creator>
      <dc:date>2011-07-21T15:00:14Z</dc:date>
    </item>
    <item>
      <title>Conditional hiding of Rows in table object - Urgent</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-hiding-of-Rows-in-table-object-Urgent/m-p/294781#M1192616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What object are you using to display the table? simple table, pivot table or a table box?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it's a table box you can just go to the presentation tab, select the reference field and select option "omit rows where field is null".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you're using a chart then you can have either an if or a set analysis in the formula, something like if(not isnull(Reference),sum(value)) or sum({&amp;lt;Reference={*}&amp;gt;}value).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2011 15:08:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-hiding-of-Rows-in-table-object-Urgent/m-p/294781#M1192616</guid>
      <dc:creator>danielrozental</dc:creator>
      <dc:date>2011-07-21T15:08:49Z</dc:date>
    </item>
  </channel>
</rss>

