<?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 how to get an activated object id in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-to-get-an-activated-object-id/m-p/222016#M74765</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rik,&lt;/P&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;Srihari&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Sep 2010 08:22:48 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-09-30T08:22:48Z</dc:date>
    <item>
      <title>how to get an activated object id</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-get-an-activated-object-id/m-p/222008#M74757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;I have a set of charts and a button.&lt;/P&gt;&lt;P&gt;I need to get the object Id of the activated chart and use it in a macro to maximise the activated chart.&lt;/P&gt;&lt;P&gt;I am trying to run the macro on button click to enlarge the chart.&lt;/P&gt;&lt;P&gt;First i ll try to select a chart ,afer that if i click on the button the selected chart should be maximised.&lt;/P&gt;&lt;P&gt;Please suggest.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Srihari&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Sep 2010 11:28:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-get-an-activated-object-id/m-p/222008#M74757</guid>
      <dc:creator />
      <dc:date>2010-09-29T11:28:42Z</dc:date>
    </item>
    <item>
      <title>how to get an activated object id</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-get-an-activated-object-id/m-p/222009#M74758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srihari,&lt;/P&gt;&lt;P&gt;1. Create a variable and set it with value 1&lt;/P&gt;&lt;P&gt;2. Use the variable in the conditional show of a chart: Variable_name = 1&lt;/P&gt;&lt;P&gt;3 Create a macro to set the value of the variable to 1 or 0&lt;BR /&gt; using activedocument.variables("Variable_name").setcontent&lt;/P&gt;&lt;P&gt;4. Use a button action to call the macro.&lt;/P&gt;&lt;P&gt;With kind regards, &lt;A href="http://victa.nl" title="Victa"&gt;Rik Speijers&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Sep 2010 11:55:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-get-an-activated-object-id/m-p/222009#M74758</guid>
      <dc:creator />
      <dc:date>2010-09-29T11:55:07Z</dc:date>
    </item>
    <item>
      <title>how to get an activated object id</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-get-an-activated-object-id/m-p/222010#M74759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does this hold good for multiple charts. at anypoint of time I need to enlarge a single chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Sep 2010 12:10:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-get-an-activated-object-id/m-p/222010#M74759</guid>
      <dc:creator />
      <dc:date>2010-09-29T12:10:20Z</dc:date>
    </item>
    <item>
      <title>how to get an activated object id</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-get-an-activated-object-id/m-p/222011#M74760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shihari,&lt;/P&gt;&lt;P&gt;Yes you can use the variable within multiple charts as conditional show or just for one chart.&lt;/P&gt;&lt;P&gt;The only thing is you need to define is wich charts you want to open with a specific button, by using the conditional show in one or more charts.&lt;BR /&gt;&lt;BR /&gt;So you probably and up using multiple buttons, one for each collection of charts or tables.&lt;/P&gt;&lt;P&gt;With kind regards, &lt;A href="http://victa.nl" title="Victa"&gt;Rik Speijers&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Sep 2010 12:20:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-get-an-activated-object-id/m-p/222011#M74760</guid>
      <dc:creator />
      <dc:date>2010-09-29T12:20:55Z</dc:date>
    </item>
    <item>
      <title>how to get an activated object id</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-get-an-activated-object-id/m-p/222012#M74761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;I have attached a sample application.&lt;/P&gt;&lt;P&gt;Can you try to implement the logic you have suggested in this sample app.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Srihari.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Sep 2010 13:31:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-get-an-activated-object-id/m-p/222012#M74761</guid>
      <dc:creator />
      <dc:date>2010-09-29T13:31:17Z</dc:date>
    </item>
    <item>
      <title>how to get an activated object id</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-get-an-activated-object-id/m-p/222013#M74762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Srihari,&lt;/P&gt;&lt;P&gt;Pls Go through API Guide. You will get it in different flavours.&lt;/P&gt;&lt;P&gt;There are lots of features covered in API.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Sep 2010 13:33:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-get-an-activated-object-id/m-p/222013#M74762</guid>
      <dc:creator>suniljain</dc:creator>
      <dc:date>2010-09-29T13:33:03Z</dc:date>
    </item>
    <item>
      <title>how to get an activated object id</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-get-an-activated-object-id/m-p/222014#M74763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srihari,&lt;/P&gt;&lt;P&gt;I included the modified sample.&lt;BR /&gt;If you want to view both charts for alignment or so you need to set the value of both variables to 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With kind regards,&lt;/P&gt;&lt;P&gt;&lt;A href="http://victa.nl" title="Victa"&gt;Rik Speijers&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Sep 2010 13:55:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-get-an-activated-object-id/m-p/222014#M74763</guid>
      <dc:creator />
      <dc:date>2010-09-29T13:55:31Z</dc:date>
    </item>
    <item>
      <title>how to get an activated object id</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-get-an-activated-object-id/m-p/222015#M74764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srihari,&lt;/P&gt;&lt;P&gt;If the example was the solution to your question, please set the reply to "sugested answer" and change the status of the question to solved.&lt;/P&gt;&lt;P&gt;With Kind Regards,&lt;/P&gt;&lt;P&gt;&lt;A href="http://victa.nl" title="Victa"&gt;Rik Speijers&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Sep 2010 08:17:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-get-an-activated-object-id/m-p/222015#M74764</guid>
      <dc:creator />
      <dc:date>2010-09-30T08:17:18Z</dc:date>
    </item>
    <item>
      <title>how to get an activated object id</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-get-an-activated-object-id/m-p/222016#M74765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rik,&lt;/P&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;Srihari&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Sep 2010 08:22:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-get-an-activated-object-id/m-p/222016#M74765</guid>
      <dc:creator />
      <dc:date>2010-09-30T08:22:48Z</dc:date>
    </item>
  </channel>
</rss>

