<?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: Active object? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Active-object/m-p/441971#M164763</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is no function for that. You can only find that out with a macro&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;set s=ActiveDocument.ActiveSheet&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;objs=s.GetSheetObjects&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;for i=lbound(objs) to ubound(objs)&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if objs(i).IsActive then msgbox objs(i).getobjectid&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;next&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Mar 2013 13:53:46 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2013-03-14T13:53:46Z</dc:date>
    <item>
      <title>Active object?</title>
      <link>https://community.qlik.com/t5/QlikView/Active-object/m-p/441969#M164761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Guys,&lt;/P&gt;&lt;P&gt;Any body knows the function to get the active object in a sheet?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Mar 2013 13:48:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Active-object/m-p/441969#M164761</guid>
      <dc:creator />
      <dc:date>2013-03-14T13:48:24Z</dc:date>
    </item>
    <item>
      <title>Re: Active object?</title>
      <link>https://community.qlik.com/t5/QlikView/Active-object/m-p/441970#M164762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp; when u use the either textbox or button and wen you goto the actions&amp;nbsp; ===&amp;gt;&amp;gt;Layout &lt;/P&gt;&lt;P&gt;u will find the&amp;nbsp; activate object ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U can use that option to activate when u kick of the button..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;sree&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Mar 2013 13:51:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Active-object/m-p/441970#M164762</guid>
      <dc:creator>shree909</dc:creator>
      <dc:date>2013-03-14T13:51:52Z</dc:date>
    </item>
    <item>
      <title>Re: Active object?</title>
      <link>https://community.qlik.com/t5/QlikView/Active-object/m-p/441971#M164763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is no function for that. You can only find that out with a macro&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;set s=ActiveDocument.ActiveSheet&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;objs=s.GetSheetObjects&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;for i=lbound(objs) to ubound(objs)&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if objs(i).IsActive then msgbox objs(i).getobjectid&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;next&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Mar 2013 13:53:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Active-object/m-p/441971#M164763</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-03-14T13:53:46Z</dc:date>
    </item>
    <item>
      <title>Re: Active object?</title>
      <link>https://community.qlik.com/t5/QlikView/Active-object/m-p/441972#M164764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for reply.&lt;/P&gt;&lt;P&gt;I want to get the objet id and use it in a function , so I need to get the object id each time I click on an object....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Mar 2013 13:57:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Active-object/m-p/441972#M164764</guid>
      <dc:creator />
      <dc:date>2013-03-14T13:57:06Z</dc:date>
    </item>
    <item>
      <title>Re: Active object?</title>
      <link>https://community.qlik.com/t5/QlikView/Active-object/m-p/441973#M164765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can I call this macro in an expression?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Mar 2013 14:05:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Active-object/m-p/441973#M164765</guid>
      <dc:creator />
      <dc:date>2013-03-14T14:05:14Z</dc:date>
    </item>
    <item>
      <title>Re: Active object?</title>
      <link>https://community.qlik.com/t5/QlikView/Active-object/m-p/441974#M164766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Mar 2013 14:06:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Active-object/m-p/441974#M164766</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-03-14T14:06:18Z</dc:date>
    </item>
    <item>
      <title>Re: Active object?</title>
      <link>https://community.qlik.com/t5/QlikView/Active-object/m-p/441975#M164767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Please Find The Attachment Try this hope this is helpful for you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nirmal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Mar 2013 14:26:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Active-object/m-p/441975#M164767</guid>
      <dc:creator />
      <dc:date>2013-03-14T14:26:46Z</dc:date>
    </item>
  </channel>
</rss>

