<?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: Dynamically Highlight a Button on a Sheet for an Active Window in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Dynamically-Highlight-a-Button-on-a-Sheet-for-an-Active-Window/m-p/863253#M302173</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jeff,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;looking around the community, the ability to an&amp;nbsp; action to a chart object, disappeared with the demise of V10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andy &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 May 2015 14:11:12 GMT</pubDate>
    <dc:creator>awhitfield</dc:creator>
    <dc:date>2015-05-01T14:11:12Z</dc:date>
    <item>
      <title>Dynamically Highlight a Button on a Sheet for an Active Window</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamically-Highlight-a-Button-on-a-Sheet-for-an-Active-Window/m-p/863250#M302170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm attempting to configure a Button on a Sheet, linked to another sheet, to highlight when a Window(i.e. Chart) is active on the specific sheet.&amp;nbsp; Does anyone know if this is possible?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 May 2015 13:56:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamically-Highlight-a-Button-on-a-Sheet-for-an-Active-Window/m-p/863250#M302170</guid>
      <dc:creator />
      <dc:date>2015-05-01T13:56:33Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically Highlight a Button on a Sheet for an Active Window</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamically-Highlight-a-Button-on-a-Sheet-for-an-Active-Window/m-p/863251#M302171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's not possible. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 May 2015 13:59:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamically-Highlight-a-Button-on-a-Sheet-for-an-Active-Window/m-p/863251#M302171</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-05-01T13:59:20Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically Highlight a Button on a Sheet for an Active Window</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamically-Highlight-a-Button-on-a-Sheet-for-an-Active-Window/m-p/863252#M302172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the response.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 May 2015 14:02:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamically-Highlight-a-Button-on-a-Sheet-for-an-Active-Window/m-p/863252#M302172</guid>
      <dc:creator />
      <dc:date>2015-05-01T14:02:34Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically Highlight a Button on a Sheet for an Active Window</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamically-Highlight-a-Button-on-a-Sheet-for-an-Active-Window/m-p/863253#M302173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jeff,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;looking around the community, the ability to an&amp;nbsp; action to a chart object, disappeared with the demise of V10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andy &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 May 2015 14:11:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamically-Highlight-a-Button-on-a-Sheet-for-an-Active-Window/m-p/863253#M302173</guid>
      <dc:creator>awhitfield</dc:creator>
      <dc:date>2015-05-01T14:11:12Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically Highlight a Button on a Sheet for an Active Window</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamically-Highlight-a-Button-on-a-Sheet-for-an-Active-Window/m-p/863254#M302174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can create a macro that checks if an object is active or not.&amp;nbsp; The problem is - the objects on "another sheet" are all inactive.&amp;nbsp; Just try to activate an object and switch between the sheets back and forth.&lt;/P&gt;&lt;P&gt;The best you can do is to define if the object "was" active before you move to a different sheet.&lt;/P&gt;&lt;P&gt;Here is an example of a macro (variable vCH01Active will be True or False):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sub test&lt;/P&gt;&lt;P&gt; set ch=ActiveDocument.GetSheetObject("CH01")&lt;/P&gt;&lt;P&gt;set v=ActiveDocument.GetVariable("vCH01Active")&lt;/P&gt;&lt;P&gt; v.SetContent ch.IsActive, true&lt;/P&gt;&lt;P&gt;end sub&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 May 2015 14:29:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamically-Highlight-a-Button-on-a-Sheet-for-an-Active-Window/m-p/863254#M302174</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-01T14:29:01Z</dc:date>
    </item>
  </channel>
</rss>

