<?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: Open an object on another sheet with a button in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Open-an-object-on-another-sheet-with-a-button/m-p/1544214#M744903</link>
    <description>&lt;P&gt;Or another possibility, probably the best, is to create a button to show the object that is hide in the chart. I've tried to create a variable (vShowTab) and put it in the object and in the graph and it works well (the object is hide and when i press the button it shows/open the object) but when I minimize the object it doesn't disappear&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ze.PNG" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/5957i5F5A25B82FA4CB3F/image-size/large?v=v2&amp;amp;px=999" role="button" title="ze.PNG" alt="ze.PNG" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ze1.PNG" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/5958iE717BF45D12A91ED/image-size/large?v=v2&amp;amp;px=999" role="button" title="ze1.PNG" alt="ze1.PNG" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ze2.PNG" style="width: 831px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/5959i4DDA399FE1337A4E/image-size/large?v=v2&amp;amp;px=999" role="button" title="ze2.PNG" alt="ze2.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 14 Feb 2019 10:47:37 GMT</pubDate>
    <dc:creator>zenobendi</dc:creator>
    <dc:date>2019-02-14T10:47:37Z</dc:date>
    <item>
      <title>Open an object on another sheet with a button</title>
      <link>https://community.qlik.com/t5/QlikView/Open-an-object-on-another-sheet-with-a-button/m-p/1544129#M744902</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Probably is a simple question but I am not able to find a solution. So I have two different sheet, on one sheet I have some charts and I have to create some buttons that automatically activate the other sheet and open specific objects.&amp;nbsp;&lt;/P&gt;&lt;P&gt;It could be even better if there is the possibility to create a button that open an object (that is in another sheet ) in the sheet where I actually am, so without activating another sheet.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Zeno&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Open-an-object-on-another-sheet-with-a-button/m-p/1544129#M744902</guid>
      <dc:creator>zenobendi</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Open an object on another sheet with a button</title>
      <link>https://community.qlik.com/t5/QlikView/Open-an-object-on-another-sheet-with-a-button/m-p/1544214#M744903</link>
      <description>&lt;P&gt;Or another possibility, probably the best, is to create a button to show the object that is hide in the chart. I've tried to create a variable (vShowTab) and put it in the object and in the graph and it works well (the object is hide and when i press the button it shows/open the object) but when I minimize the object it doesn't disappear&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ze.PNG" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/5957i5F5A25B82FA4CB3F/image-size/large?v=v2&amp;amp;px=999" role="button" title="ze.PNG" alt="ze.PNG" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ze1.PNG" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/5958iE717BF45D12A91ED/image-size/large?v=v2&amp;amp;px=999" role="button" title="ze1.PNG" alt="ze1.PNG" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ze2.PNG" style="width: 831px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/5959i4DDA399FE1337A4E/image-size/large?v=v2&amp;amp;px=999" role="button" title="ze2.PNG" alt="ze2.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Feb 2019 10:47:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Open-an-object-on-another-sheet-with-a-button/m-p/1544214#M744903</guid>
      <dc:creator>zenobendi</dc:creator>
      <dc:date>2019-02-14T10:47:37Z</dc:date>
    </item>
    <item>
      <title>Re: Open an object on another sheet with a button</title>
      <link>https://community.qlik.com/t5/QlikView/Open-an-object-on-another-sheet-with-a-button/m-p/1544440#M744904</link>
      <description>&lt;P&gt;Rather than minimize the object, utilize a button to revert your variable back.&amp;nbsp; You can even use the same button, if you like, and modify the button text to indicate the state of the object.&lt;BR /&gt;&lt;BR /&gt;Change your button action to read something like:&lt;BR /&gt;=IF($(vShowTab)=1,0,1)&lt;/P&gt;&lt;P&gt;And your text on the button could then read:&lt;/P&gt;&lt;P&gt;=IF($(vShowTab)=1,'Hide Object','Show Object')&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Feb 2019 15:03:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Open-an-object-on-another-sheet-with-a-button/m-p/1544440#M744904</guid>
      <dc:creator>FKoenig</dc:creator>
      <dc:date>2019-02-14T15:03:29Z</dc:date>
    </item>
  </channel>
</rss>

