<?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 sheet object on clicking on another object in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/open-sheet-object-on-clicking-on-another-object/m-p/455738#M170118</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks,&amp;nbsp; i will try this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Mar 2013 14:52:49 GMT</pubDate>
    <dc:creator>felcar2013</dc:creator>
    <dc:date>2013-03-19T14:52:49Z</dc:date>
    <item>
      <title>open sheet object on clicking on another object</title>
      <link>https://community.qlik.com/t5/QlikView/open-sheet-object-on-clicking-on-another-object/m-p/455736#M170116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;do you know how i can do the following?&lt;/P&gt;&lt;P&gt;i have two objects which are auto-minimized. The feature shall look like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One object shall open by clicking on the other object (to maximize it). At the end both objects shall be displayed on the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know if it is possible to use C++ to create this routines? (I used C long time ago, but have no idea of VBScript)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Mar 2013 13:19:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/open-sheet-object-on-clicking-on-another-object/m-p/455736#M170116</guid>
      <dc:creator>felcar2013</dc:creator>
      <dc:date>2013-03-19T13:19:54Z</dc:date>
    </item>
    <item>
      <title>Re: open sheet object on clicking on another object</title>
      <link>https://community.qlik.com/t5/QlikView/open-sheet-object-on-clicking-on-another-object/m-p/455737#M170117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's not possible. There are no OnActivate object triggers anymore. What you can do instead is use conditional display expressions to show/hide objects. You could create an inline table with object names and use them in a listbox as a menu to select the objects to show hide. See &lt;A _jive_internal="true" href="https://community.qlik.com/message/192617"&gt;here&lt;/A&gt; for example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Mar 2013 13:53:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/open-sheet-object-on-clicking-on-another-object/m-p/455737#M170117</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-03-19T13:53:32Z</dc:date>
    </item>
    <item>
      <title>Re: open sheet object on clicking on another object</title>
      <link>https://community.qlik.com/t5/QlikView/open-sheet-object-on-clicking-on-another-object/m-p/455738#M170118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks,&amp;nbsp; i will try this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Mar 2013 14:52:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/open-sheet-object-on-clicking-on-another-object/m-p/455738#M170118</guid>
      <dc:creator>felcar2013</dc:creator>
      <dc:date>2013-03-19T14:52:49Z</dc:date>
    </item>
    <item>
      <title>Re: open sheet object on clicking on another object</title>
      <link>https://community.qlik.com/t5/QlikView/open-sheet-object-on-clicking-on-another-object/m-p/455739#M170119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the solution is nice, but i would like something where i do not need a list box to open charts. What i need is like a macro to get the sheet object when i click on one object.&lt;/P&gt;&lt;P&gt;Say,&lt;/P&gt;&lt;P&gt;I click on Object 42 (which is autominimized in the sheet) and once i do this, i want that the Object 50 restores immediately. otherwise, i need to tell the user to restore both charts, one after the other, and need to avoid the "autominimize" option in the title bar tab. Both charts need to be compared, that is the reason why both shall be opened at the same time&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do you know how this should look like with a macro?&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Mar 2013 09:02:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/open-sheet-object-on-clicking-on-another-object/m-p/455739#M170119</guid>
      <dc:creator>felcar2013</dc:creator>
      <dc:date>2013-03-22T09:02:07Z</dc:date>
    </item>
    <item>
      <title>Re: open sheet object on clicking on another object</title>
      <link>https://community.qlik.com/t5/QlikView/open-sheet-object-on-clicking-on-another-object/m-p/455740#M170120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are no 'activate' events for objects so macro's won't be a solution. You can use text objects you can click on to show/hide both charts (and the textbox) using variables and the conditional display expressions of the charts. Consider the textbox as your minimized chart and you've got what you want.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Mar 2013 09:46:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/open-sheet-object-on-clicking-on-another-object/m-p/455740#M170120</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-03-22T09:46:31Z</dc:date>
    </item>
    <item>
      <title>Re: open sheet object on clicking on another object</title>
      <link>https://community.qlik.com/t5/QlikView/open-sheet-object-on-clicking-on-another-object/m-p/455741#M170121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for your help, i try this out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Mar 2013 13:08:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/open-sheet-object-on-clicking-on-another-object/m-p/455741#M170121</guid>
      <dc:creator>felcar2013</dc:creator>
      <dc:date>2013-03-22T13:08:00Z</dc:date>
    </item>
    <item>
      <title>Re: open sheet object on clicking on another object</title>
      <link>https://community.qlik.com/t5/QlikView/open-sheet-object-on-clicking-on-another-object/m-p/455742#M170122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can do like this with a&amp;nbsp; button:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.Settings-Variable Overwiew &lt;/P&gt;&lt;P&gt;Add a variable( let say "showobj" , and in Description &amp;lt;initialize her&amp;gt;complete 1 or 0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.Place a button on your sheet , in text you can place " Show/hide obj"&amp;nbsp; or what is appropiate;&lt;/P&gt;&lt;P&gt;in tab "Actions" choose "Set Variable"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here put expression:&lt;/P&gt;&lt;P&gt;At Variable write(choose)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; showobj&lt;/P&gt;&lt;P&gt;At Value write&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =if($(showobj)=1,0,1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.On every Object you want to hide/unhide: Properties-Layout-Show(check Conditional)&lt;/P&gt;&lt;P&gt;Write:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; showobj=1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4.At your objects , in Properties-Caption-&amp;nbsp; uncheck "Allow minimize"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also , you can put an image behind the charts (to look nice when those are hidden).&lt;/P&gt;&lt;P&gt;Hope it helps , if not is ok because I am writing for myself some little hints for future.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Happy Qlickday!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Mar 2013 14:23:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/open-sheet-object-on-clicking-on-another-object/m-p/455742#M170122</guid>
      <dc:creator />
      <dc:date>2013-03-22T14:23:11Z</dc:date>
    </item>
  </channel>
</rss>

