<?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: Is it possible to get position of a chart in extension? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Is-it-possible-to-get-position-of-a-chart-in-extension/m-p/403790#M1235641</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As of QlikView SR2, there actually is some code in the HTML that identifies the QlikView object.&amp;nbsp; There is a class on the container div of the object.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="39743" class="jive-image" alt="Screen Shot 2013-04-26 at 7.48.34 AM.png" src="/legacyfs/online/39743_Screen Shot 2013-04-26 at 7.48.34 AM.png" /&gt;&lt;/P&gt;&lt;P&gt;You could get the position on that object on the page by using $(".Document_CH08").position().top and $(".Document_CH08").position().left&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Apr 2013 11:53:30 GMT</pubDate>
    <dc:creator>Brian_Munz</dc:creator>
    <dc:date>2013-04-26T11:53:30Z</dc:date>
    <item>
      <title>Is it possible to get position of a chart in extension?</title>
      <link>https://community.qlik.com/t5/QlikView/Is-it-possible-to-get-position-of-a-chart-in-extension/m-p/403789#M1235639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a chart ID of another chart in my extension. Is it possible to use this chart ID to get current position of of the other chart in the qlikview AJAX page? I want to stick my extension object close to the target chart.&amp;nbsp; &lt;/P&gt;&lt;P&gt;I tried to look at html, but it seems that there is no relation between chart ID and rendered html. Otherwise I could use it. Any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 16:26:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-it-possible-to-get-position-of-a-chart-in-extension/m-p/403789#M1235639</guid>
      <dc:creator />
      <dc:date>2026-01-26T16:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to get position of a chart in extension?</title>
      <link>https://community.qlik.com/t5/QlikView/Is-it-possible-to-get-position-of-a-chart-in-extension/m-p/403790#M1235641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As of QlikView SR2, there actually is some code in the HTML that identifies the QlikView object.&amp;nbsp; There is a class on the container div of the object.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="39743" class="jive-image" alt="Screen Shot 2013-04-26 at 7.48.34 AM.png" src="/legacyfs/online/39743_Screen Shot 2013-04-26 at 7.48.34 AM.png" /&gt;&lt;/P&gt;&lt;P&gt;You could get the position on that object on the page by using $(".Document_CH08").position().top and $(".Document_CH08").position().left&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Apr 2013 11:53:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-it-possible-to-get-position-of-a-chart-in-extension/m-p/403790#M1235641</guid>
      <dc:creator>Brian_Munz</dc:creator>
      <dc:date>2013-04-26T11:53:30Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to get position of a chart in extension?</title>
      <link>https://community.qlik.com/t5/QlikView/Is-it-possible-to-get-position-of-a-chart-in-extension/m-p/403791#M1235642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had looked for that info in HTML, but I didn't see it. May be it's not there in v11 SR1? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 28 Apr 2013 20:19:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-it-possible-to-get-position-of-a-chart-in-extension/m-p/403791#M1235642</guid>
      <dc:creator />
      <dc:date>2013-04-28T20:19:13Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to get position of a chart in extension?</title>
      <link>https://community.qlik.com/t5/QlikView/Is-it-possible-to-get-position-of-a-chart-in-extension/m-p/403792#M1235644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes actually v11 SR1 has some fairly large bugs with extension properties also. So I'd upgrade to SR 2 anyway, but yes it also has the object ID in the class in the HTML element.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Apr 2013 00:59:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-it-possible-to-get-position-of-a-chart-in-extension/m-p/403792#M1235644</guid>
      <dc:creator>Brian_Munz</dc:creator>
      <dc:date>2013-04-29T00:59:37Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to get position of a chart in extension?</title>
      <link>https://community.qlik.com/t5/QlikView/Is-it-possible-to-get-position-of-a-chart-in-extension/m-p/403793#M1235646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I see. That was helpful. I will upgrade to SR2. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Apr 2013 08:18:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-it-possible-to-get-position-of-a-chart-in-extension/m-p/403793#M1235646</guid>
      <dc:creator />
      <dc:date>2013-04-29T08:18:06Z</dc:date>
    </item>
  </channel>
</rss>

