<?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 Button Properties /Chart properties in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Button-Properties-Chart-properties/m-p/354319#M1173604</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When i click on the button, the respective chart should pop up as the screen shot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Jun 2012 06:11:04 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-06-15T06:11:04Z</dc:date>
    <item>
      <title>Button Properties /Chart properties</title>
      <link>https://community.qlik.com/t5/QlikView/Button-Properties-Chart-properties/m-p/354319#M1173604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When i click on the button, the respective chart should pop up as the screen shot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2012 06:11:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Button-Properties-Chart-properties/m-p/354319#M1173604</guid>
      <dc:creator />
      <dc:date>2012-06-15T06:11:04Z</dc:date>
    </item>
    <item>
      <title>Re: Button Properties /Chart properties</title>
      <link>https://community.qlik.com/t5/QlikView/Button-Properties-Chart-properties/m-p/354320#M1173605</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;I didn't see any attached screenshot.&lt;/P&gt;&lt;P&gt;But you can add a trigger in the "Actions" tab of the button properties:&lt;/P&gt;&lt;P&gt;Add &amp;gt; Layout &amp;gt; Restore Object &amp;gt; &lt;/P&gt;&lt;P&gt;and just type the object id (that you find in the "General" tab of the properties) of the chart you want it opened, for example: CH10&lt;/P&gt;&lt;P&gt;&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>Fri, 15 Jun 2012 06:22:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Button-Properties-Chart-properties/m-p/354320#M1173605</guid>
      <dc:creator />
      <dc:date>2012-06-15T06:22:21Z</dc:date>
    </item>
    <item>
      <title>Re: Button Properties /Chart properties</title>
      <link>https://community.qlik.com/t5/QlikView/Button-Properties-Chart-properties/m-p/354321#M1173606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try working with minimized charts instead of buttons perhaps?&lt;/P&gt;&lt;P&gt;Easy to pop up when needed.. or placing several charts in a container object?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2012 06:40:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Button-Properties-Chart-properties/m-p/354321#M1173606</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-06-15T06:40:47Z</dc:date>
    </item>
    <item>
      <title>Re: Button Properties /Chart properties</title>
      <link>https://community.qlik.com/t5/QlikView/Button-Properties-Chart-properties/m-p/354322#M1173607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another option is to use Contional show option on the object that you want to be popped up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 Create a variable (CTRL+ALT+ v) Add : vShow&lt;/P&gt;&lt;P&gt;2 Create a button and add action Set Variabel&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Variable :&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; vShow&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Value:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =if(vShow=0,1,0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3 Go to the Layout tab of the object you want to show with the button&lt;/P&gt;&lt;P&gt;4 Click the dot on Show Conditional and give as value :&amp;nbsp; vShow =1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By pressing the button the varaible vShow changes from 0 to 1 (and back)&lt;/P&gt;&lt;P&gt;and the object will dissaper and show by bressing that button.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2012 10:21:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Button-Properties-Chart-properties/m-p/354322#M1173607</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-06-15T10:21:56Z</dc:date>
    </item>
  </channel>
</rss>

