<?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 Hide a table when all values are zero or blank in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Hide-a-table-when-all-values-are-zero-or-blank/m-p/348524#M1173005</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try using the Calculation Condition on the General Tab.&amp;nbsp; It will only generate based on the conditions you set.&amp;nbsp; It can also display a message indicating that the calculation conditions have not been met&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 May 2012 19:48:09 GMT</pubDate>
    <dc:creator>goldnejea8</dc:creator>
    <dc:date>2012-05-11T19:48:09Z</dc:date>
    <item>
      <title>Hide a table when all values are zero or blank</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-a-table-when-all-values-are-zero-or-blank/m-p/348523#M1173004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have several straight tables. I only want to display those tables with values I want to hide all the tables with no value or blanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The value in the tables are based on Fields selected in the Multi Box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I do this? Thanks in advance for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2012 18:28:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-a-table-when-all-values-are-zero-or-blank/m-p/348523#M1173004</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-11T18:28:04Z</dc:date>
    </item>
    <item>
      <title>Hide a table when all values are zero or blank</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-a-table-when-all-values-are-zero-or-blank/m-p/348524#M1173005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try using the Calculation Condition on the General Tab.&amp;nbsp; It will only generate based on the conditions you set.&amp;nbsp; It can also display a message indicating that the calculation conditions have not been met&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2012 19:48:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-a-table-when-all-values-are-zero-or-blank/m-p/348524#M1173005</guid>
      <dc:creator>goldnejea8</dc:creator>
      <dc:date>2012-05-11T19:48:09Z</dc:date>
    </item>
    <item>
      <title>Hide a table when all values are zero or blank</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-a-table-when-all-values-are-zero-or-blank/m-p/348525#M1173006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or better yet, there is also a conditional show in the Layout Section of the properties.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 May 2012 19:50:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-a-table-when-all-values-are-zero-or-blank/m-p/348525#M1173006</guid>
      <dc:creator>goldnejea8</dc:creator>
      <dc:date>2012-05-11T19:50:24Z</dc:date>
    </item>
    <item>
      <title>Re: Hide a table when all values are zero or blank</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-a-table-when-all-values-are-zero-or-blank/m-p/348526#M1173010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you tell me how to write the condition to hide the table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my Multi Box, I have 4 population category, if category = orange then I would like the table to be hidden.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2012 15:22:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-a-table-when-all-values-are-zero-or-blank/m-p/348526#M1173010</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-14T15:22:28Z</dc:date>
    </item>
    <item>
      <title>Hide a table when all values are zero or blank</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-a-table-when-all-values-are-zero-or-blank/m-p/348527#M1173011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's a simple Boolean formula.&amp;nbsp; So in the Show Condition just type&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;category&amp;lt;&amp;gt;orange&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, what if more than one category selection is made i.e. green and orange are both selected?&amp;nbsp; If you want to hide the table if orange is contained in the category selections then you will need&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INDEX(GetFieldSelections(category),'orange')=0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But what if orange is an associated value i.e. some other selection is made that is associated to orange?&amp;nbsp; If you want to hide the table in this case you will need&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INDEX(Concat(DISTINCT category,','),'orange')=0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jason&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2012 15:41:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-a-table-when-all-values-are-zero-or-blank/m-p/348527#M1173011</guid>
      <dc:creator>Jason_Michaelides</dc:creator>
      <dc:date>2012-05-14T15:41:43Z</dc:date>
    </item>
    <item>
      <title>Hide a table when all values are zero or blank</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-a-table-when-all-values-are-zero-or-blank/m-p/348528#M1173012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Jason,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2012 15:51:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-a-table-when-all-values-are-zero-or-blank/m-p/348528#M1173012</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-14T15:51:03Z</dc:date>
    </item>
    <item>
      <title>Re: Hide a table when all values are zero or blank</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-a-table-when-all-values-are-zero-or-blank/m-p/348529#M1173013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi , i have a question in similar lines ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; how to hide a dimnsion when there is a null&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;say like i have &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Brand as dimension adn values are as follows&lt;/P&gt;&lt;P&gt; xxx,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yyy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;zzz,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then how can i remove that' -' ( null value) dimensionout of my straight table &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2012 16:07:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-a-table-when-all-values-are-zero-or-blank/m-p/348529#M1173013</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-14T16:07:24Z</dc:date>
    </item>
    <item>
      <title>Hide a table when all values are zero or blank</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-a-table-when-all-values-are-zero-or-blank/m-p/348530#M1173014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry , that i could able&amp;nbsp; figured that out by selecting an option supress nul vales &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2012 16:14:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-a-table-when-all-values-are-zero-or-blank/m-p/348530#M1173014</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-14T16:14:30Z</dc:date>
    </item>
  </channel>
</rss>

