<?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 Get access to the extension properties from JavaScript in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Get-access-to-the-extension-properties-from-JavaScript/m-p/165200#M1283036</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;BR /&gt;Thank you for your reply. Yes, I've meant the built-in qvpp files like: .Chart.Expression.0.0.NumberFormat:NumberFormat.qvpp.&lt;BR /&gt;Basically what I wanna do is to set a value using the properties page and then from the javascript to obtain this value in order to change how extension behaves or looks like. It is possible at all or I have to use another technique?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Dec 2010 21:18:02 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-12-06T21:18:02Z</dc:date>
    <item>
      <title>Get access to the extension properties from JavaScript</title>
      <link>https://community.qlik.com/t5/QlikView/Get-access-to-the-extension-properties-from-JavaScript/m-p/165197#M1283024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Is it possible to get access to the extension properties from JavaScript? In example how to get value of .Chart.Dimension.0.Label property or .Chart.ExtendedProperty.0.Value? Also where I can find list of available .qvpp files?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-access-to-the-extension-properties-from-JavaScript/m-p/165197#M1283024</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Get access to the extension properties from JavaScript</title>
      <link>https://community.qlik.com/t5/QlikView/Get-access-to-the-extension-properties-from-JavaScript/m-p/165198#M1283028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can anyone just say Yes/No? Is it supported or not?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Dec 2010 16:30:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-access-to-the-extension-properties-from-JavaScript/m-p/165198#M1283028</guid>
      <dc:creator />
      <dc:date>2010-12-06T16:30:32Z</dc:date>
    </item>
    <item>
      <title>Get access to the extension properties from JavaScript</title>
      <link>https://community.qlik.com/t5/QlikView/Get-access-to-the-extension-properties-from-JavaScript/m-p/165199#M1283032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is currently no way to read properties from the javascript code. The only thing you can do is set the property by calling&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;this.Layout.SetProperty(propertyName, propertyValue);&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;What do you mean by "available .qvpp files"? Are you talking about built-in qvpp used by standard QlikView objects or about the properties that can be bind to an HTML element in the qvpp file?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Dec 2010 16:41:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-access-to-the-extension-properties-from-JavaScript/m-p/165199#M1283032</guid>
      <dc:creator />
      <dc:date>2010-12-06T16:41:25Z</dc:date>
    </item>
    <item>
      <title>Get access to the extension properties from JavaScript</title>
      <link>https://community.qlik.com/t5/QlikView/Get-access-to-the-extension-properties-from-JavaScript/m-p/165200#M1283036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;BR /&gt;Thank you for your reply. Yes, I've meant the built-in qvpp files like: .Chart.Expression.0.0.NumberFormat:NumberFormat.qvpp.&lt;BR /&gt;Basically what I wanna do is to set a value using the properties page and then from the javascript to obtain this value in order to change how extension behaves or looks like. It is possible at all or I have to use another technique?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Dec 2010 21:18:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-access-to-the-extension-properties-from-JavaScript/m-p/165200#M1283036</guid>
      <dc:creator />
      <dc:date>2010-12-06T21:18:02Z</dc:date>
    </item>
    <item>
      <title>Get access to the extension properties from JavaScript</title>
      <link>https://community.qlik.com/t5/QlikView/Get-access-to-the-extension-properties-from-JavaScript/m-p/165201#M1283039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As far as i know there is no documentation about built-in qvpp files... I don't think you can do what you want, from what I understand, you can only read evaluation of expressions in the code. Some properties may have consequences on the data (number formatting for example will change the text attribute while keeping the same data attribute), but there is no way to directly read the content of the properties.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Dec 2010 09:50:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-access-to-the-extension-properties-from-JavaScript/m-p/165201#M1283039</guid>
      <dc:creator />
      <dc:date>2010-12-07T09:50:01Z</dc:date>
    </item>
  </channel>
</rss>

