<?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 QlikView Extension - GetProperties in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/QlikView-Extension-GetProperties/m-p/1318068#M1236658</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello together,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I´m currently trying/struggling to access the properties of a QlikView Object (TableChart in this case) through an QlikView Object Extension with JavaScript.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is, the JavaScript API-Guide only has a "SetProperty"-Function:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview-developer/12.0/apis/js%20API/symbols/Qv.Document.Object.Layout.html" title="https://help.qlik.com/en-US/qlikview-developer/12.0/apis/js%20API/symbols/Qv.Document.Object.Layout.html" target="_blank"&gt;https://help.qlik.com/en-US/qlikview-developer/12.0/apis/js%20API/symbols/Qv.Document.Object.Layout.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which can be fed with the following strings/parameters to set the desired property:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview-developer/12.1/Subsystems/Extensions/Content/extensions-properties-dimensions.htm" title="https://help.qlik.com/en-US/qlikview-developer/12.1/Subsystems/Extensions/Content/extensions-properties-dimensions.htm" target="_blank"&gt;https://help.qlik.com/en-US/qlikview-developer/12.1/Subsystems/Extensions/Content/extensions-properties-dimensions.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which looks like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;STRONG&gt;&lt;EM&gt;tableChart.Layout.SetProperty('&lt;SPAN class="syntax"&gt;Chart.Dimension.0.Field&lt;/SPAN&gt;', 'Field1', true);&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want to set a new Field to the first Dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works so far, but how can I access these values?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;tableChart.Layout&lt;/EM&gt;&lt;/STRONG&gt;-Object&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;does not have a "Chart"-Propertie for example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I print out all nodes of the &lt;STRONG&gt;tableChart.Layout&lt;/STRONG&gt;-Object, I get the following for SetProperties:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;SetProperty: function(b,d,c){this.Super.DocumentMgr.Set(this.Super.Name,{property:b,value:d},c)}&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The DocumentMgr has no Get-Function als far as I know....&lt;STRONG&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Maybe someone else already did what I´m trying to achieve and has an idea already.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Florian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Jan 2026 16:26:21 GMT</pubDate>
    <dc:creator />
    <dc:date>2026-01-26T16:26:21Z</dc:date>
    <item>
      <title>QlikView Extension - GetProperties</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-Extension-GetProperties/m-p/1318068#M1236658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello together,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I´m currently trying/struggling to access the properties of a QlikView Object (TableChart in this case) through an QlikView Object Extension with JavaScript.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is, the JavaScript API-Guide only has a "SetProperty"-Function:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview-developer/12.0/apis/js%20API/symbols/Qv.Document.Object.Layout.html" title="https://help.qlik.com/en-US/qlikview-developer/12.0/apis/js%20API/symbols/Qv.Document.Object.Layout.html" target="_blank"&gt;https://help.qlik.com/en-US/qlikview-developer/12.0/apis/js%20API/symbols/Qv.Document.Object.Layout.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which can be fed with the following strings/parameters to set the desired property:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview-developer/12.1/Subsystems/Extensions/Content/extensions-properties-dimensions.htm" title="https://help.qlik.com/en-US/qlikview-developer/12.1/Subsystems/Extensions/Content/extensions-properties-dimensions.htm" target="_blank"&gt;https://help.qlik.com/en-US/qlikview-developer/12.1/Subsystems/Extensions/Content/extensions-properties-dimensions.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which looks like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;STRONG&gt;&lt;EM&gt;tableChart.Layout.SetProperty('&lt;SPAN class="syntax"&gt;Chart.Dimension.0.Field&lt;/SPAN&gt;', 'Field1', true);&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want to set a new Field to the first Dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works so far, but how can I access these values?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;tableChart.Layout&lt;/EM&gt;&lt;/STRONG&gt;-Object&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;does not have a "Chart"-Propertie for example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I print out all nodes of the &lt;STRONG&gt;tableChart.Layout&lt;/STRONG&gt;-Object, I get the following for SetProperties:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;SetProperty: function(b,d,c){this.Super.DocumentMgr.Set(this.Super.Name,{property:b,value:d},c)}&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The DocumentMgr has no Get-Function als far as I know....&lt;STRONG&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Maybe someone else already did what I´m trying to achieve and has an idea already.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Florian&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/QlikView-Extension-GetProperties/m-p/1318068#M1236658</guid>
      <dc:creator />
      <dc:date>2026-01-26T16:26:21Z</dc:date>
    </item>
  </channel>
</rss>

