<?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 chart/table if condition is satisfied in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Hide-chart-table-if-condition-is-satisfied/m-p/177762#M45228</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks a lot, it worked perfectly.&lt;/P&gt;&lt;P&gt;Keep sharing.&lt;/P&gt;&lt;P&gt;Happy Thoughts&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 28 Aug 2010 13:58:09 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-08-28T13:58:09Z</dc:date>
    <item>
      <title>Hide chart/table if condition is satisfied</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-chart-table-if-condition-is-satisfied/m-p/177755#M45221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Consider a case where I have a chart and list box.&lt;/P&gt;&lt;P&gt;If I select anything in list box, chart should be hidden.&lt;/P&gt;&lt;P&gt;Otherwise chart should be displayed.&lt;/P&gt;&lt;P&gt;How to do this?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Happy Thoughts&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Aug 2010 10:06:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-chart-table-if-condition-is-satisfied/m-p/177755#M45221</guid>
      <dc:creator />
      <dc:date>2010-08-27T10:06:09Z</dc:date>
    </item>
    <item>
      <title>AW:Hide chart/table if condition is satisfied</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-chart-table-if-condition-is-satisfied/m-p/177756#M45222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Ravi,&lt;/P&gt;&lt;P&gt;in layout you can enter a if-then-else condition using p.e. the function:&lt;/P&gt;&lt;P&gt;=If(GetSelectedCount(Fieldname_of_the_Listbox)&amp;lt;&amp;gt;0,1,0)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Aug 2010 10:26:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-chart-table-if-condition-is-satisfied/m-p/177756#M45222</guid>
      <dc:creator>brenner_martina</dc:creator>
      <dc:date>2010-08-27T10:26:15Z</dc:date>
    </item>
    <item>
      <title>AW:Hide chart/table if condition is satisfied</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-chart-table-if-condition-is-satisfied/m-p/177757#M45223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Martina,&lt;/P&gt;&lt;P&gt;Thanks for quick reply.&lt;/P&gt;&lt;P&gt;I want to apply criteria in Layout-Show-Conditional-&lt;/P&gt;&lt;P&gt;I didn't get &lt;EM&gt;&lt;STRONG&gt;"....enter a if-then-else condition using p.e. the function.."&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Can you explain?&lt;/P&gt;&lt;P&gt;If I want to apply condition in Layout-Show-Conditional-, how should I do it?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Happy Thughts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Aug 2010 10:45:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-chart-table-if-condition-is-satisfied/m-p/177757#M45223</guid>
      <dc:creator />
      <dc:date>2010-08-27T10:45:42Z</dc:date>
    </item>
    <item>
      <title>AW:Hide chart/table if condition is satisfied</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-chart-table-if-condition-is-satisfied/m-p/177758#M45224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;clikc right mouse key on your chart, select "Properties".&lt;/P&gt;&lt;P&gt;Choose the second tab of the right "Layout".&lt;/P&gt;&lt;P&gt;On th eright side you will see "Show"&lt;/P&gt;&lt;P&gt;Below "Show" the "Always" is selected. Below that there is "Conditional". Check Conditional and enter the condition in the text field right of "Conditional".&lt;/P&gt;&lt;P&gt;If the Condition is true, the Char is seen on the screen.&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, 27 Aug 2010 22:25:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-chart-table-if-condition-is-satisfied/m-p/177758#M45224</guid>
      <dc:creator />
      <dc:date>2010-08-27T22:25:45Z</dc:date>
    </item>
    <item>
      <title>AW:Hide chart/table if condition is satisfied</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-chart-table-if-condition-is-satisfied/m-p/177759#M45225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravi,&lt;/P&gt;&lt;P&gt;There is a simple way to do this:&lt;/P&gt;&lt;P&gt;in the condition box, type the expression as below:&lt;/P&gt;&lt;P&gt;=if(GetSelectedCount(List_box_field)=0)&lt;/P&gt;&lt;P&gt;The graph will show only if there is nothing selected from List Box.&lt;/P&gt;&lt;P&gt;Hope this was helpful.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sharma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Aug 2010 23:10:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-chart-table-if-condition-is-satisfied/m-p/177759#M45225</guid>
      <dc:creator>montubhardwaj</dc:creator>
      <dc:date>2010-08-27T23:10:06Z</dc:date>
    </item>
    <item>
      <title>AW:Hide chart/table if condition is satisfied</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-chart-table-if-condition-is-satisfied/m-p/177760#M45226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for your responses.&lt;/P&gt;&lt;P&gt;Plz refer to the attachment where I have applied your suggestions.&lt;/P&gt;&lt;P&gt;Yet its not working.&lt;/P&gt;&lt;P&gt;What I want is, if I select nothing in List Box - "Year", Revenue table should be displayed.&lt;/P&gt;&lt;P&gt;If I select something in "Year", chart should vanish.&lt;/P&gt;&lt;P&gt;Hoping for your favourable responses soon.&lt;/P&gt;&lt;P&gt;Happy Thoughts&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Aug 2010 05:43:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-chart-table-if-condition-is-satisfied/m-p/177760#M45226</guid>
      <dc:creator />
      <dc:date>2010-08-28T05:43:34Z</dc:date>
    </item>
    <item>
      <title>Hide chart/table if condition is satisfied</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-chart-table-if-condition-is-satisfied/m-p/177761#M45227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravi,&lt;/P&gt;&lt;P&gt;I have changed the condition a bit and now it will show only ig there is nothing selected in the Year list box.&lt;/P&gt;&lt;P&gt;Let me know if it worked.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sharma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Aug 2010 09:31:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-chart-table-if-condition-is-satisfied/m-p/177761#M45227</guid>
      <dc:creator>montubhardwaj</dc:creator>
      <dc:date>2010-08-28T09:31:29Z</dc:date>
    </item>
    <item>
      <title>Hide chart/table if condition is satisfied</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-chart-table-if-condition-is-satisfied/m-p/177762#M45228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks a lot, it worked perfectly.&lt;/P&gt;&lt;P&gt;Keep sharing.&lt;/P&gt;&lt;P&gt;Happy Thoughts&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Aug 2010 13:58:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-chart-table-if-condition-is-satisfied/m-p/177762#M45228</guid>
      <dc:creator />
      <dc:date>2010-08-28T13:58:09Z</dc:date>
    </item>
  </channel>
</rss>

