<?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 Minimizing several objects with a button in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Minimizing-several-objects-with-a-button/m-p/222815#M75393</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your answer.&lt;/P&gt;&lt;P&gt;That is the way I proceed for the moment.&lt;/P&gt;&lt;P&gt;But I am not satisfied with it, because as soon as I have more than 5 objects to minimize, it would be really more useful to specify all of them into only one action &lt;IMG alt="Big Smile" src="http://community.qlik.com/emoticons/emotion-2.gif" /&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Mr. Qlikview, if you hear me :&lt;BR /&gt;- please add a possibility to find objects ID directly from the action form&lt;BR /&gt;- please add a list of values inside the formula assistant&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Jan 2010 09:47:31 GMT</pubDate>
    <dc:creator>oxiofrt</dc:creator>
    <dc:date>2010-01-27T09:47:31Z</dc:date>
    <item>
      <title>Minimizing several objects with a button</title>
      <link>https://community.qlik.com/t5/QlikView/Minimizing-several-objects-with-a-button/m-p/222811#M75389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Actions related to button are really useful. I use them to restore / minimize some of my charts.&lt;BR /&gt;Is it possible to specify to restore or minimize several objects within the same action ? How ?&lt;/P&gt;&lt;P&gt;I would like to avoid the use of variables.&lt;BR /&gt;Thanks a lot for your help !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jan 2010 15:50:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Minimizing-several-objects-with-a-button/m-p/222811#M75389</guid>
      <dc:creator>oxiofrt</dc:creator>
      <dc:date>2010-01-26T15:50:02Z</dc:date>
    </item>
    <item>
      <title>Minimizing several objects with a button</title>
      <link>https://community.qlik.com/t5/QlikView/Minimizing-several-objects-with-a-button/m-p/222812#M75390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;The following macro minimizes all objects on the active sheet.&lt;BR /&gt;&lt;BR /&gt;&lt;B&gt;sub&lt;/B&gt; MinimizeAll&lt;BR /&gt; Objects = ActiveDocument.ActiveSheet.GetSheetObjects&lt;BR /&gt; &lt;B&gt;For&lt;/B&gt; j = &lt;B&gt;lBound&lt;/B&gt;(Objects) To &lt;B&gt;uBound&lt;/B&gt;(Objects)&lt;BR /&gt; &lt;B&gt;set&lt;/B&gt; obj = Objects(j)&lt;BR /&gt; obj.Minimize&lt;BR /&gt; &lt;STRONG&gt;next&lt;BR /&gt;end&lt;/STRONG&gt; &lt;STRONG&gt;sub&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;/Fredrik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jan 2010 20:15:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Minimizing-several-objects-with-a-button/m-p/222812#M75390</guid>
      <dc:creator />
      <dc:date>2010-01-26T20:15:33Z</dc:date>
    </item>
    <item>
      <title>Minimizing several objects with a button</title>
      <link>https://community.qlik.com/t5/QlikView/Minimizing-several-objects-with-a-button/m-p/222813#M75391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot for your answer.&lt;BR /&gt;I can do it with acros but I would like to avoid using them. New actions available in QV9 often can replace them.&lt;BR /&gt;&lt;BR /&gt;Something cool would have been to have the ability to specify several Objects ID in the action (as shown in the screen capture herefater).&lt;BR /&gt;Thanks , bye&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/2133.Forum-Qlik.jpg"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/11/2133.Forum-Qlik.jpg" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2010 08:44:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Minimizing-several-objects-with-a-button/m-p/222813#M75391</guid>
      <dc:creator>oxiofrt</dc:creator>
      <dc:date>2010-01-27T08:44:40Z</dc:date>
    </item>
    <item>
      <title>Minimizing several objects with a button</title>
      <link>https://community.qlik.com/t5/QlikView/Minimizing-several-objects-with-a-button/m-p/222814#M75392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;For button you can define more than one action, so why don't you try to add one action to minimize for each object you have in sheet?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2010 09:42:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Minimizing-several-objects-with-a-button/m-p/222814#M75392</guid>
      <dc:creator />
      <dc:date>2010-01-27T09:42:51Z</dc:date>
    </item>
    <item>
      <title>Minimizing several objects with a button</title>
      <link>https://community.qlik.com/t5/QlikView/Minimizing-several-objects-with-a-button/m-p/222815#M75393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your answer.&lt;/P&gt;&lt;P&gt;That is the way I proceed for the moment.&lt;/P&gt;&lt;P&gt;But I am not satisfied with it, because as soon as I have more than 5 objects to minimize, it would be really more useful to specify all of them into only one action &lt;IMG alt="Big Smile" src="http://community.qlik.com/emoticons/emotion-2.gif" /&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Mr. Qlikview, if you hear me :&lt;BR /&gt;- please add a possibility to find objects ID directly from the action form&lt;BR /&gt;- please add a list of values inside the formula assistant&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2010 09:47:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Minimizing-several-objects-with-a-button/m-p/222815#M75393</guid>
      <dc:creator>oxiofrt</dc:creator>
      <dc:date>2010-01-27T09:47:31Z</dc:date>
    </item>
  </channel>
</rss>

