<?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: Help me in hiding a chart? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-me-in-hiding-a-chart/m-p/829087#M1012600</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi durga&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are few inbuilt option in application from where you can hide the chart or column please refer below URL it help you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://qlikviewcookbook.com/2014/04/using-column-visibility/" title="http://qlikviewcookbook.com/2014/04/using-column-visibility/"&gt;http://qlikviewcookbook.com/2014/04/using-column-visibility/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Apr 2015 06:55:40 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-04-27T06:55:40Z</dc:date>
    <item>
      <title>Help me in hiding a chart?</title>
      <link>https://community.qlik.com/t5/QlikView/Help-me-in-hiding-a-chart/m-p/829082#M1012595</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;I have two charts&lt;/P&gt;&lt;P&gt;1. barchart&lt;/P&gt;&lt;P&gt;2. straight table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By default straight table need to be in hidden status. when i required to show the straight table i need to unhide the straight table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to implement this, please advice me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Durga&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2015 06:19:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-me-in-hiding-a-chart/m-p/829082#M1012595</guid>
      <dc:creator>durgabhavani</dc:creator>
      <dc:date>2015-04-27T06:19:56Z</dc:date>
    </item>
    <item>
      <title>Re: Help me in hiding a chart?</title>
      <link>https://community.qlik.com/t5/QlikView/Help-me-in-hiding-a-chart/m-p/829083#M1012596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Durga,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use conditional show this.&lt;/P&gt;&lt;P&gt;The conditional option you can in the layout tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create an variable called vShow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create are button which set the variable to 0 or 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the conditional show option you can it like If(vShow = 1, 1,0).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2015 06:29:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-me-in-hiding-a-chart/m-p/829083#M1012596</guid>
      <dc:creator>jjordaan</dc:creator>
      <dc:date>2015-04-27T06:29:56Z</dc:date>
    </item>
    <item>
      <title>Re: Help me in hiding a chart?</title>
      <link>https://community.qlik.com/t5/QlikView/Help-me-in-hiding-a-chart/m-p/829084#M1012597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can use a textbox as a button that shows/hides the object.&lt;/P&gt;&lt;P&gt;set a variable e.g. vShowChart = 0&lt;/P&gt;&lt;P&gt;and set a trigger action in the text box&amp;nbsp; Variable&amp;nbsp; vShowChart&lt;/P&gt;&lt;P&gt;=Not(vShowChart)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find attached.&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2015 06:29:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-me-in-hiding-a-chart/m-p/829084#M1012597</guid>
      <dc:creator>danieloberbilli</dc:creator>
      <dc:date>2015-04-27T06:29:56Z</dc:date>
    </item>
    <item>
      <title>Re: Help me in hiding a chart?</title>
      <link>https://community.qlik.com/t5/QlikView/Help-me-in-hiding-a-chart/m-p/829085#M1012598</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;Like this????&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2015 06:31:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-me-in-hiding-a-chart/m-p/829085#M1012598</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2015-04-27T06:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: Help me in hiding a chart?</title>
      <link>https://community.qlik.com/t5/QlikView/Help-me-in-hiding-a-chart/m-p/829086#M1012599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;minimize the table and save the model . double click it to unhide it .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2015 06:43:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-me-in-hiding-a-chart/m-p/829086#M1012599</guid>
      <dc:creator>vvvvvvizard</dc:creator>
      <dc:date>2015-04-27T06:43:06Z</dc:date>
    </item>
    <item>
      <title>Re: Help me in hiding a chart?</title>
      <link>https://community.qlik.com/t5/QlikView/Help-me-in-hiding-a-chart/m-p/829087#M1012600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi durga&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are few inbuilt option in application from where you can hide the chart or column please refer below URL it help you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://qlikviewcookbook.com/2014/04/using-column-visibility/" title="http://qlikviewcookbook.com/2014/04/using-column-visibility/"&gt;http://qlikviewcookbook.com/2014/04/using-column-visibility/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2015 06:55:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-me-in-hiding-a-chart/m-p/829087#M1012600</guid>
      <dc:creator />
      <dc:date>2015-04-27T06:55:40Z</dc:date>
    </item>
    <item>
      <title>Re: Help me in hiding a chart?</title>
      <link>https://community.qlik.com/t5/QlikView/Help-me-in-hiding-a-chart/m-p/829088#M1012601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks everyone for responses!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Without textobject or button, we cant able to hide the straght table using the barchart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If possible please let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Durga&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2015 06:58:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-me-in-hiding-a-chart/m-p/829088#M1012601</guid>
      <dc:creator>durgabhavani</dc:creator>
      <dc:date>2015-04-27T06:58:50Z</dc:date>
    </item>
    <item>
      <title>Re: Help me in hiding a chart?</title>
      <link>https://community.qlik.com/t5/QlikView/Help-me-in-hiding-a-chart/m-p/829089#M1012602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The button or textbox is just one way to change the variable. You could also use a sheet trigger to change the variable or based on a certain data condition. If it should be am admin only function, you could also just open the variable overview and change the value manually &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2015 07:23:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-me-in-hiding-a-chart/m-p/829089#M1012602</guid>
      <dc:creator>danieloberbilli</dc:creator>
      <dc:date>2015-04-27T07:23:42Z</dc:date>
    </item>
    <item>
      <title>Re: Help me in hiding a chart?</title>
      <link>https://community.qlik.com/t5/QlikView/Help-me-in-hiding-a-chart/m-p/829090#M1012603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Thanks Saumil. Much useful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Durga&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2015 15:50:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-me-in-hiding-a-chart/m-p/829090#M1012603</guid>
      <dc:creator>durgabhavani</dc:creator>
      <dc:date>2015-04-27T15:50:32Z</dc:date>
    </item>
  </channel>
</rss>

