<?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: How to hide Null value column Expresssions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-hide-Null-value-column-Expresssions/m-p/988359#M951283</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 like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exp1:&lt;/P&gt;&lt;P&gt;= if(Isnull(Exp1) or isnull(Exp2), Exp1) or if(Exp1 &amp;lt;&amp;gt; 0 or Exp2&amp;lt;&amp;gt; 0, Exp1)&lt;/P&gt;&lt;P&gt;Exp2:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;= if(Isnull(Exp1) or isnull(Exp2), Exp2)&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check Suppress Null Values check box.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Dec 2015 09:14:30 GMT</pubDate>
    <dc:creator>MayilVahanan</dc:creator>
    <dc:date>2015-12-10T09:14:30Z</dc:date>
    <item>
      <title>How to hide Null value column Expresssions</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-hide-Null-value-column-Expresssions/m-p/988358#M951282</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;&lt;IMG __jive_id="108601" alt="Capture1111.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/108601_Capture1111.JPG" style="max-width: 620px; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In above image straight table chart we have two column expressions values. If&amp;nbsp; any of expression column doesnt have value then the whole row should be hide. Here we have calculated dimension as YEAR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know this. &lt;A href="https://community.qlik.com/qlik-users/23109" target="_blank"&gt;jagan&lt;/A&gt;‌ &lt;A href="https://community.qlik.com/qlik-users/88778" target="_blank"&gt;MayilVahanan&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Avinash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Nov 2020 18:02:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-hide-Null-value-column-Expresssions/m-p/988358#M951282</guid>
      <dc:creator />
      <dc:date>2020-11-20T18:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide Null value column Expresssions</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-hide-Null-value-column-Expresssions/m-p/988359#M951283</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 like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exp1:&lt;/P&gt;&lt;P&gt;= if(Isnull(Exp1) or isnull(Exp2), Exp1) or if(Exp1 &amp;lt;&amp;gt; 0 or Exp2&amp;lt;&amp;gt; 0, Exp1)&lt;/P&gt;&lt;P&gt;Exp2:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;= if(Isnull(Exp1) or isnull(Exp2), Exp2)&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check Suppress Null Values check box.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Dec 2015 09:14:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-hide-Null-value-column-Expresssions/m-p/988359#M951283</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2015-12-10T09:14:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide Null value column Expresssions</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-hide-Null-value-column-Expresssions/m-p/988360#M951284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Avinash,&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;Expression1:&lt;/P&gt;&lt;P&gt;If(Expression1 &amp;gt; 0 AND Expression2 &amp;gt; 0, Expression1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression2:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;If(Expression1 &amp;gt; 0 AND Expression2 &amp;gt; 0, Expression2)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Example:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;If(Sum(Measure1) &amp;gt; 0 AND &lt;SPAN style="font-size: 13.3333px;"&gt;Sum(&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Measure&lt;/SPAN&gt;2) &amp;gt; 0, &lt;SPAN style="font-size: 13.3333px;"&gt;Sum(&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Measure&lt;/SPAN&gt;1))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;If(&lt;SPAN style="font-size: 13.3333px;"&gt;Sum(&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Measure&lt;/SPAN&gt;1) &amp;gt; 0 AND &lt;SPAN style="font-size: 13.3333px;"&gt;Sum(&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Measure&lt;/SPAN&gt;2) &amp;gt; 0, &lt;SPAN style="font-size: 13.3333px;"&gt;Sum(&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Measure&lt;/SPAN&gt;2))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Select Supress zero values and Null values option in Presentation tab.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Hope this helps you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;jagan.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Dec 2015 09:20:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-hide-Null-value-column-Expresssions/m-p/988360#M951284</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-12-10T09:20:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide Null value column Expresssions</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-hide-Null-value-column-Expresssions/m-p/988361#M951285</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 your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried with the above condition but it is not hiding whole row.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please have look at this image&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture1111.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/108627_Capture1111.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First column is dimension year and other all columns are expressions and i want to hide whole row when there is any null in the last two columns expressions&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Dec 2015 10:43:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-hide-Null-value-column-Expresssions/m-p/988361#M951285</guid>
      <dc:creator />
      <dc:date>2015-12-10T10:43:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide Null value column Expresssions</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-hide-Null-value-column-Expresssions/m-p/988362#M951286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;hi,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Thanks for your reply.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;I tried with the above condition but it is not hiding whole row.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Please have look at this image&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;IMG alt="Capture1111.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/108628_Capture1111.JPG" /&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;First column is dimension year and other all columns are expressions and i want to hide whole row when there is any null in the last two columns expressions&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Dec 2015 10:43:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-hide-Null-value-column-Expresssions/m-p/988362#M951286</guid>
      <dc:creator />
      <dc:date>2015-12-10T10:43:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide Null value column Expresssions</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-hide-Null-value-column-Expresssions/m-p/988363#M951287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi avinash,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Try suppress when value is null option in chart properties presentation tab.&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Dec 2015 10:47:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-hide-Null-value-column-Expresssions/m-p/988363#M951287</guid>
      <dc:creator>himanshi</dc:creator>
      <dc:date>2015-12-10T10:47:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide Null value column Expresssions</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-hide-Null-value-column-Expresssions/m-p/988364#M951288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;Hi Avinash,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Try,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Exp1 as&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;If(Len(Trim(Exp1))&amp;lt;&amp;gt;0 and Len(Trim(Exp2))&amp;lt;&amp;gt;0, Exp1)&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;EM&gt;Exp2 as&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;EM&gt;&lt;STRONG&gt;If(Len(Trim(Exp1))&amp;lt;&amp;gt;0 and Len(Trim(Exp2))&amp;lt;&amp;gt;0, &lt;SPAN style="font-size: 13.3333px;"&gt;Exp2&lt;/SPAN&gt;)&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;EM&gt;Check the attachment.&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Dec 2015 11:19:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-hide-Null-value-column-Expresssions/m-p/988364#M951288</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2015-12-10T11:19:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide Null value column Expresssions</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-hide-Null-value-column-Expresssions/m-p/988365#M951289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to use if in all expressions.&amp;nbsp; If possible attach sample file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Dec 2015 11:44:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-hide-Null-value-column-Expresssions/m-p/988365#M951289</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-12-10T11:44:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide Null value column Expresssions</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-hide-Null-value-column-Expresssions/m-p/988366#M951290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I dont think this would be possible becoz Year is having value from other expression as well&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Dec 2015 11:48:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-hide-Null-value-column-Expresssions/m-p/988366#M951290</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-10T11:48:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide Null value column Expresssions</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-hide-Null-value-column-Expresssions/m-p/1655736#M951291</link>
      <description>&lt;P&gt;&amp;nbsp;trying to implement similar solution. Does not work &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/QlikView-Layout-Visualizations/Hide-columns-in-pivot-table/m-p/1655165/highlight/false#M71480" target="_blank"&gt;https://community.qlik.com/t5/QlikView-Layout-Visualizations/Hide-columns-in-pivot-table/m-p/1655165/highlight/false#M71480&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Dec 2019 05:19:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-hide-Null-value-column-Expresssions/m-p/1655736#M951291</guid>
      <dc:creator>sujit_nath</dc:creator>
      <dc:date>2019-12-10T05:19:50Z</dc:date>
    </item>
  </channel>
</rss>

