<?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 Hiding table if there is no data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Hiding-table-if-there-is-no-data/m-p/792806#M280242</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hello All,&lt;/P&gt;&lt;P&gt;I have a straight table with 10 expression.&lt;/P&gt;&lt;P&gt;I want to hide that table if the there is no data.&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Priya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Dec 2014 08:38:13 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-12-08T08:38:13Z</dc:date>
    <item>
      <title>Hiding table if there is no data</title>
      <link>https://community.qlik.com/t5/QlikView/Hiding-table-if-there-is-no-data/m-p/792806#M280242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hello All,&lt;/P&gt;&lt;P&gt;I have a straight table with 10 expression.&lt;/P&gt;&lt;P&gt;I want to hide that table if the there is no data.&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Priya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Dec 2014 08:38:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hiding-table-if-there-is-no-data/m-p/792806#M280242</guid>
      <dc:creator />
      <dc:date>2014-12-08T08:38:13Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding table if there is no data</title>
      <link>https://community.qlik.com/t5/QlikView/Hiding-table-if-there-is-no-data/m-p/792807#M280243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Priya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to layout tab and select show conditional radio button&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There give a formula&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;getpossiblecount(&amp;lt;fieldname&amp;gt;) &amp;gt; 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Substitute &amp;lt;ieldname&amp;gt;by name of one of the fields displayed in the straight table.&lt;/P&gt;&lt;P&gt;&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>Mon, 08 Dec 2014 08:41:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hiding-table-if-there-is-no-data/m-p/792807#M280243</guid>
      <dc:creator>rajeshvaswani77</dc:creator>
      <dc:date>2014-12-08T08:41:47Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding table if there is no data</title>
      <link>https://community.qlik.com/t5/QlikView/Hiding-table-if-there-is-no-data/m-p/792808#M280244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is not working for me.&lt;/P&gt;&lt;P&gt;is there anyother way to do this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Dec 2014 08:51:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hiding-table-if-there-is-no-data/m-p/792808#M280244</guid>
      <dc:creator />
      <dc:date>2014-12-08T08:51:40Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding table if there is no data</title>
      <link>https://community.qlik.com/t5/QlikView/Hiding-table-if-there-is-no-data/m-p/792809#M280245</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;With any variable you can do the same&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a variable in the load script here Region is the table name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET vNoofRow = NoOfRows('Region');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And in the Laout property of the chart &amp;gt;&amp;gt; conditional &amp;gt;&amp;gt; write =vNoofRow &amp;gt; 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Dec 2014 08:51:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hiding-table-if-there-is-no-data/m-p/792809#M280245</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-12-08T08:51:44Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding table if there is no data</title>
      <link>https://community.qlik.com/t5/QlikView/Hiding-table-if-there-is-no-data/m-p/792810#M280246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On general tab you can use the Calculation Condition and write there the condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=if(sum(sales)=null(),0,1)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Even you can use this condition on the&amp;nbsp; layout in properties and write there&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=if(sum(sales)=null(),0,1)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Dec 2014 08:53:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hiding-table-if-there-is-no-data/m-p/792810#M280246</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2014-12-08T08:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding table if there is no data</title>
      <link>https://community.qlik.com/t5/QlikView/Hiding-table-if-there-is-no-data/m-p/792811#M280247</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;You can try this way also let assume this table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;Fact:&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Inline &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[&lt;BR /&gt; ColA&lt;BR /&gt; a&lt;BR /&gt; b&amp;nbsp;&amp;nbsp; ]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;;&amp;nbsp; &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;And in the Laout property of the chart &amp;gt;&amp;gt; conditional &amp;gt;&amp;gt; write&amp;nbsp; &lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: blue;"&gt;GetPossibleCount&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: maroon;"&gt;ColA&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;) &amp;gt; 0 &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;Or&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;By Variable &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;LET vNoofRow = NoOfRows('&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;Fact&lt;/SPAN&gt;');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;the Layout property of the chart &amp;gt;&amp;gt; conditional &amp;gt;&amp;gt; write =vNoofRow &amp;gt; 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;For check remove rows from the table then check&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;Fact:&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Inline &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[&lt;BR /&gt; ColA&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;; &lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial','sans-serif'; color: black;"&gt;Anand&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Dec 2014 08:57:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hiding-table-if-there-is-no-data/m-p/792811#M280247</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-12-08T08:57:02Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding table if there is no data</title>
      <link>https://community.qlik.com/t5/QlikView/Hiding-table-if-there-is-no-data/m-p/792812#M280248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi priya,&lt;/P&gt;&lt;P&gt;what rajesh said is exacly right.&lt;/P&gt;&lt;P&gt;i have tried and got the result.&lt;/P&gt;&lt;P&gt;if that particular field which you provide in the condition is empty, the chart will not appear!&lt;/P&gt;&lt;P&gt;better try again!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Barathiraja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Dec 2014 09:00:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hiding-table-if-there-is-no-data/m-p/792812#M280248</guid>
      <dc:creator />
      <dc:date>2014-12-08T09:00:50Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding table if there is no data</title>
      <link>https://community.qlik.com/t5/QlikView/Hiding-table-if-there-is-no-data/m-p/792813#M280249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dimension in chart is say Region and value id say Delhi.&lt;/P&gt;&lt;P&gt;Now in expression in writing so set analysis .which doesnot return any value .&lt;/P&gt;&lt;P&gt;In such case where the table doesnot have any data to show,i want to hide the table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Dec 2014 09:18:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hiding-table-if-there-is-no-data/m-p/792813#M280249</guid>
      <dc:creator />
      <dc:date>2014-12-08T09:18:37Z</dc:date>
    </item>
  </channel>
</rss>

