<?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 Set Object ID using Macro in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Object-ID-using-Macro/m-p/235395#M86651</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi NIck,&lt;/P&gt;&lt;P&gt;Thanks for your valuable help..&lt;/P&gt;&lt;P&gt;It worked for me..&lt;/P&gt;&lt;P&gt;Hey NICK i want to ask you one more thing is API guide is available in PDF format... ?&lt;/P&gt;&lt;P&gt;If yes pls let me know the Download link..&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Mar 2011 10:20:25 GMT</pubDate>
    <dc:creator>kaushiknsolanki</dc:creator>
    <dc:date>2011-03-04T10:20:25Z</dc:date>
    <item>
      <title>Set Object ID using Macro</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Object-ID-using-Macro/m-p/235393#M86649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI everyone,&lt;/P&gt;&lt;P&gt;I have written following macro for creating new chart&lt;/P&gt;&lt;P&gt;sub Create_Chart&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;set Graph = ActiveDocument.Sheets("Main").CreateLineChart&lt;BR /&gt;Graph.AddDimension "OrderDate"&lt;BR /&gt;Graph.AddExpression "sum({BM1}Total)"&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;end sub&lt;/P&gt;&lt;P&gt;But i dont know how can i set or change the object id of this chart...&lt;/P&gt;&lt;P&gt;If anyone can help me, that will be a valuable help to me..&lt;/P&gt;&lt;P&gt;Thanks in advance..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2011 09:32:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Object-ID-using-Macro/m-p/235393#M86649</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2011-03-02T09:32:17Z</dc:date>
    </item>
    <item>
      <title>Set Object ID using Macro</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Object-ID-using-Macro/m-p/235394#M86650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Add the following to your macro, it should do the trick&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-style: italic"&gt;Dim gProps&lt;/P&gt;&lt;P style="font-style: italic"&gt;gProps = Graph.GetProperties&lt;/P&gt;&lt;P style="font-style: italic"&gt;gProps.GraphLayout.Frame.ObjectID = "NewChart"&lt;/P&gt;&lt;P style="font-style: italic"&gt;Graph.SetProperties gProps&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Nick&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Mar 2011 00:59:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Object-ID-using-Macro/m-p/235394#M86650</guid>
      <dc:creator />
      <dc:date>2011-03-04T00:59:12Z</dc:date>
    </item>
    <item>
      <title>Set Object ID using Macro</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Object-ID-using-Macro/m-p/235395#M86651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi NIck,&lt;/P&gt;&lt;P&gt;Thanks for your valuable help..&lt;/P&gt;&lt;P&gt;It worked for me..&lt;/P&gt;&lt;P&gt;Hey NICK i want to ask you one more thing is API guide is available in PDF format... ?&lt;/P&gt;&lt;P&gt;If yes pls let me know the Download link..&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Mar 2011 10:20:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Object-ID-using-Macro/m-p/235395#M86651</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2011-03-04T10:20:25Z</dc:date>
    </item>
    <item>
      <title>Set Object ID using Macro</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Object-ID-using-Macro/m-p/235396#M86652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;As far as I am aware there is no PDF version of the API Guide. There is a pdf reference that is installed with the SDK but it is not as in depth.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Nick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Mar 2011 11:39:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Object-ID-using-Macro/m-p/235396#M86652</guid>
      <dc:creator />
      <dc:date>2011-03-04T11:39:10Z</dc:date>
    </item>
    <item>
      <title>Set Object ID using Macro</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Object-ID-using-Macro/m-p/235397#M86653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks NIck for your valuable time and support..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Mar 2011 14:22:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Object-ID-using-Macro/m-p/235397#M86653</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2011-03-04T14:22:06Z</dc:date>
    </item>
  </channel>
</rss>

