<?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 Is this object minimized???? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Is-this-object-minimized/m-p/161013#M35066</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Doesn't exist as far as I know. The usual approach is to attach a macro to OnActivate and OnDeactivate, and in that macro test IsMinimized and set an associated status variable.&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 21 Nov 2009 05:37:56 GMT</pubDate>
    <dc:creator>rwunderlich</dc:creator>
    <dc:date>2009-11-21T05:37:56Z</dc:date>
    <item>
      <title>Is this object minimized????</title>
      <link>https://community.qlik.com/t5/QlikView/Is-this-object-minimized/m-p/161010#M35063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;Does anybody knows if is possible to find out when an object is minimized (or maximized). I´m looking for something like GetObjectStatus() (off course this function does not exist...). I´m not looking for a macro function, just something you can ask for it when for example you want to show some text in case the Chart CH01 is minimized,&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;Gus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Nov 2009 03:53:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-this-object-minimized/m-p/161010#M35063</guid>
      <dc:creator />
      <dc:date>2009-11-21T03:53:07Z</dc:date>
    </item>
    <item>
      <title>Is this object minimized????</title>
      <link>https://community.qlik.com/t5/QlikView/Is-this-object-minimized/m-p/161011#M35064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think this:&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;ActiveDocument.GetSheetObject("CH01").IsMinimized&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Nov 2009 04:03:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-this-object-minimized/m-p/161011#M35064</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2009-11-21T04:03:57Z</dc:date>
    </item>
    <item>
      <title>Is this object minimized????</title>
      <link>https://community.qlik.com/t5/QlikView/Is-this-object-minimized/m-p/161012#M35065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think this will work for macros, unfortunately I´m looking for a condition like this&lt;/P&gt;&lt;P&gt;IF( IsMinimized(CH01), 1, 0)&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Nov 2009 04:19:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-this-object-minimized/m-p/161012#M35065</guid>
      <dc:creator />
      <dc:date>2009-11-21T04:19:03Z</dc:date>
    </item>
    <item>
      <title>Is this object minimized????</title>
      <link>https://community.qlik.com/t5/QlikView/Is-this-object-minimized/m-p/161013#M35066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Doesn't exist as far as I know. The usual approach is to attach a macro to OnActivate and OnDeactivate, and in that macro test IsMinimized and set an associated status variable.&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Nov 2009 05:37:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-this-object-minimized/m-p/161013#M35066</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2009-11-21T05:37:56Z</dc:date>
    </item>
    <item>
      <title>Is this object minimized????</title>
      <link>https://community.qlik.com/t5/QlikView/Is-this-object-minimized/m-p/161014#M35067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah, my apologies. I somehow misread "I'm &lt;STRONG&gt;not&lt;/STRONG&gt; looking for a macro function" as "I &lt;STRONG&gt;AM&lt;/STRONG&gt; looking for a macro function".&lt;/P&gt;&lt;P&gt;Unfortunately, I don't know of any way to do it outside of a macro. If you could kick off a macro any time you minimized or maximized the chart, and then set a variable in the macro. You could reference the variable. Unfortunately, there isn't any trigger when a chart is minimized or restored. There's an OnActivate and OnDeactivate, but those aren't really good enough. You could carefully overlay an invisible button over the minimize icon, and trigger the macro AND the minimize from the button. You could just have visible buttons do the work.&lt;/P&gt;&lt;P&gt;Anyway, I've never seen what I consider to be a satisfactory solution. There might be one. I just don't know of one. Sorry.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Nov 2009 05:48:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-this-object-minimized/m-p/161014#M35067</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2009-11-21T05:48:31Z</dc:date>
    </item>
  </channel>
</rss>

