<?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 Objects IDs from Sheet in macro in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Objects-IDs-from-Sheet-in-macro/m-p/632337#M232013</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there any way how I can get a list of all the object Ids from a single sheet using a macro?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;MT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 May 2014 08:31:51 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-05-14T08:31:51Z</dc:date>
    <item>
      <title>Objects IDs from Sheet in macro</title>
      <link>https://community.qlik.com/t5/QlikView/Objects-IDs-from-Sheet-in-macro/m-p/632337#M232013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there any way how I can get a list of all the object Ids from a single sheet using a macro?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;MT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2014 08:31:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Objects-IDs-from-Sheet-in-macro/m-p/632337#M232013</guid>
      <dc:creator />
      <dc:date>2014-05-14T08:31:51Z</dc:date>
    </item>
    <item>
      <title>Re: Objects IDs from Sheet in macro</title>
      <link>https://community.qlik.com/t5/QlikView/Objects-IDs-from-Sheet-in-macro/m-p/632338#M232014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi you can use below&lt;/P&gt;&lt;P&gt;ActiveDocument.GetSheetObject("CH01")&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2014 08:37:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Objects-IDs-from-Sheet-in-macro/m-p/632338#M232014</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-05-14T08:37:25Z</dc:date>
    </item>
    <item>
      <title>Re: Objects IDs from Sheet in macro</title>
      <link>https://community.qlik.com/t5/QlikView/Objects-IDs-from-Sheet-in-macro/m-p/632339#M232015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Objects = ActiveDocument.ActiveSheet.GetSheetObjects&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;ID(objects)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;For i = lBound(Objects) To uBound(Objects)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ID(i) =Objects(i).GetObjectID&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2014 08:43:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Objects-IDs-from-Sheet-in-macro/m-p/632339#M232015</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-05-14T08:43:00Z</dc:date>
    </item>
    <item>
      <title>Re: Objects IDs from Sheet in macro</title>
      <link>https://community.qlik.com/t5/QlikView/Objects-IDs-from-Sheet-in-macro/m-p/632340#M232016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;but my question was how i can figure out the object ID?? just to be a little more specific. for example i have a sheet called April and now on this sheet there are 3 pivot charts. how can I get a list of the object ID from these 3 pivot charts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;MT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2014 08:44:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Objects-IDs-from-Sheet-in-macro/m-p/632340#M232016</guid>
      <dc:creator />
      <dc:date>2014-05-14T08:44:14Z</dc:date>
    </item>
    <item>
      <title>Re: Objects IDs from Sheet in macro</title>
      <link>https://community.qlik.com/t5/QlikView/Objects-IDs-from-Sheet-in-macro/m-p/632341#M232017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use QV Plus - Expression Manager to list all the objects by sheet (Type, ID and Caption)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2014 08:50:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Objects-IDs-from-Sheet-in-macro/m-p/632341#M232017</guid>
      <dc:creator>luciancotea</dc:creator>
      <dc:date>2014-05-14T08:50:17Z</dc:date>
    </item>
    <item>
      <title>Re: Objects IDs from Sheet in macro</title>
      <link>https://community.qlik.com/t5/QlikView/Objects-IDs-from-Sheet-in-macro/m-p/632342#M232018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have a look in APIGuide.qvw. There you will find examples like them from &lt;A href="https://community.qlik.com/qlik-users/26418"&gt;tresesco&lt;/A&gt; suggested which is already the right approach for you - loop through each sheet for each object and return the type, id and so on and if it match your condition do something.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternatively you could read these kind (and some more) of meta-data from document layout (file --&amp;gt; export --&amp;gt; document layout).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2014 11:05:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Objects-IDs-from-Sheet-in-macro/m-p/632342#M232018</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2014-05-14T11:05:15Z</dc:date>
    </item>
  </channel>
</rss>

