<?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: Only display straight table if rows exist in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Only-display-straight-table-if-rows-exist/m-p/459482#M568133</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The straight table looks something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" cellpadding="3" cellspacing="0" class="jiveBorder" height="156" style="background: rgb(220, 245, 193); border: 1px solid rgb(0, 0, 0); width: 600px; height: 136px;"&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;SEGMENT&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;DISK&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;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;sum&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;SPAN style="color: #0000ff;"&gt;if&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;MDISKAVG&lt;/SPAN&gt; &amp;gt;= &lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;vWarnThreshold&lt;/EM&gt;&lt;/STRONG&gt; &lt;SPAN style="color: #0000ff;"&gt;or&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;PDISKAVG&lt;/SPAN&gt; &amp;gt;= &lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;vWarnThreshold&lt;/EM&gt;&lt;/STRONG&gt;,1,0)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="text-align: center;"&gt;14&lt;/TD&gt;&lt;TD style="text-align: center;"&gt;$FC0101&lt;/TD&gt;&lt;TD style="text-align: center;"&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="text-align: center;"&gt;9&lt;/TD&gt;&lt;TD style="text-align: center;"&gt;$FC9110&lt;/TD&gt;&lt;TD style="text-align: center;"&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="text-align: center;"&gt;11&lt;/TD&gt;&lt;TD style="text-align: center;"&gt;$FC8101&lt;/TD&gt;&lt;TD style="text-align: center;"&gt;5&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="text-align: center;"&gt;12&lt;/TD&gt;&lt;TD style="text-align: center;"&gt;$FC2222&lt;/TD&gt;&lt;TD style="text-align: center;"&gt;5&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Oct 2012 20:45:31 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-10-26T20:45:31Z</dc:date>
    <item>
      <title>Only display straight table if rows exist</title>
      <link>https://community.qlik.com/t5/QlikView/Only-display-straight-table-if-rows-exist/m-p/459479#M568130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a straight table with 3 columns, the first 2 are dimensions, and the third is comprised of the following expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sum&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;MDISKAVG&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &amp;gt;= &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;vWarnThreshold&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;or&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;PDISKAVG&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &amp;gt;= &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;vWarnThreshold&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;,1,0)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;I would like to know how to hide the table if there are no rows, i.e, when column expression calculates no values over threshold.&amp;nbsp; I understand I need to put an expression in the Show Conditional in the Layout Tab, just not sure what that expression should be.&amp;nbsp; Initial thought was similar expression to column 3 expression, but that one is at a per column level, not total of column. &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2012 19:55:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Only-display-straight-table-if-rows-exist/m-p/459479#M568130</guid>
      <dc:creator />
      <dc:date>2012-10-26T19:55:06Z</dc:date>
    </item>
    <item>
      <title>Re: Only display straight table if rows exist</title>
      <link>https://community.qlik.com/t5/QlikView/Only-display-straight-table-if-rows-exist/m-p/459480#M568131</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; Can you provide a sample file?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2012 20:06:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Only-display-straight-table-if-rows-exist/m-p/459480#M568131</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2012-10-26T20:06:49Z</dc:date>
    </item>
    <item>
      <title>Re: Only display straight table if rows exist</title>
      <link>https://community.qlik.com/t5/QlikView/Only-display-straight-table-if-rows-exist/m-p/459481#M568132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Lew,&lt;/P&gt;&lt;P&gt;But - did you try it?&amp;nbsp; Logically it should work.&amp;nbsp; When this expression is in show condition, it is calculated over all data in current slections, dimensions don't matter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2012 20:43:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Only-display-straight-table-if-rows-exist/m-p/459481#M568132</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-10-26T20:43:44Z</dc:date>
    </item>
    <item>
      <title>Re: Only display straight table if rows exist</title>
      <link>https://community.qlik.com/t5/QlikView/Only-display-straight-table-if-rows-exist/m-p/459482#M568133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The straight table looks something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" cellpadding="3" cellspacing="0" class="jiveBorder" height="156" style="background: rgb(220, 245, 193); border: 1px solid rgb(0, 0, 0); width: 600px; height: 136px;"&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;SEGMENT&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;DISK&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;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;sum&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;SPAN style="color: #0000ff;"&gt;if&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;MDISKAVG&lt;/SPAN&gt; &amp;gt;= &lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;vWarnThreshold&lt;/EM&gt;&lt;/STRONG&gt; &lt;SPAN style="color: #0000ff;"&gt;or&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;PDISKAVG&lt;/SPAN&gt; &amp;gt;= &lt;STRONG&gt;&lt;EM style=": ; color: #808080;"&gt;vWarnThreshold&lt;/EM&gt;&lt;/STRONG&gt;,1,0)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="text-align: center;"&gt;14&lt;/TD&gt;&lt;TD style="text-align: center;"&gt;$FC0101&lt;/TD&gt;&lt;TD style="text-align: center;"&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="text-align: center;"&gt;9&lt;/TD&gt;&lt;TD style="text-align: center;"&gt;$FC9110&lt;/TD&gt;&lt;TD style="text-align: center;"&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="text-align: center;"&gt;11&lt;/TD&gt;&lt;TD style="text-align: center;"&gt;$FC8101&lt;/TD&gt;&lt;TD style="text-align: center;"&gt;5&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="text-align: center;"&gt;12&lt;/TD&gt;&lt;TD style="text-align: center;"&gt;$FC2222&lt;/TD&gt;&lt;TD style="text-align: center;"&gt;5&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2012 20:45:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Only-display-straight-table-if-rows-exist/m-p/459482#M568133</guid>
      <dc:creator />
      <dc:date>2012-10-26T20:45:31Z</dc:date>
    </item>
    <item>
      <title>Re: Only display straight table if rows exist</title>
      <link>https://community.qlik.com/t5/QlikView/Only-display-straight-table-if-rows-exist/m-p/459483#M568134</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;Agree with mr.&lt;A _jive_internal="true" class="jiveTT-hover-user jive-username-link active_link" href="https://community.qlik.com/people/msolomov" id="jive-39314664023499222604" style="font-size: 12px; color: #007fc0; font-weight: bold;"&gt;Michael Solomovich.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From this attached file, you can see, if sum(allowed) is less than certain value, you can hide the sheet.. but its based on selection not overall..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2012 20:56:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Only-display-straight-table-if-rows-exist/m-p/459483#M568134</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2012-10-26T20:56:50Z</dc:date>
    </item>
    <item>
      <title>Re: Only display straight table if rows exist</title>
      <link>https://community.qlik.com/t5/QlikView/Only-display-straight-table-if-rows-exist/m-p/459484#M568135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mayil and Michael,&amp;nbsp; you were both right.&amp;nbsp; I think when I first tried this I may have formed the expression incorrectly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This one worked:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;MDISKAVG&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &amp;gt;= &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;vWarnThreshold&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;or&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;PDISKAVG&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &amp;gt;= &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;vWarnThreshold&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;,1,0))&amp;gt;0,1,0) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Thank you much!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Lew&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2012 22:34:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Only-display-straight-table-if-rows-exist/m-p/459484#M568135</guid>
      <dc:creator />
      <dc:date>2012-10-26T22:34:56Z</dc:date>
    </item>
  </channel>
</rss>

