<?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 can I access a measure item with a reference? in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-can-I-access-a-measure-item-with-a-reference/m-p/1412175#M8677</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;&lt;/P&gt;&lt;P&gt;I'm working on a Qlik Sense KPI Extension, and I can't access the items in my measure property.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my properties.js file, I have coded it like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="prop.titlesize.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/175027_prop.titlesize.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I want to access it in my kpi.js file, like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="fsize.PNG" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/175101_fsize.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="fsize[prop.titlesize].PNG" class="jive-image image-2" src="/legacyfs/online/175100_fsize[prop.titlesize].PNG" style="height: 84px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I change the fsize[prop.titlesize] to fsize[3], then it also works as it should.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The idea is to be able to change the size in Qlik Sense like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="qliksense.PNG" class="image-4 jive-image" src="https://community.qlik.com/legacyfs/online/175105_qliksense.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So - if I put this titlesize property OUT of the measure property - this works fine, but when I put the titlesize property INSIDE the measure property as an item, I don't know how to access it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone who knows how to access this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Aug 2017 13:06:26 GMT</pubDate>
    <dc:creator />
    <dc:date>2017-08-30T13:06:26Z</dc:date>
    <item>
      <title>How can I access a measure item with a reference?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-can-I-access-a-measure-item-with-a-reference/m-p/1412175#M8677</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;&lt;/P&gt;&lt;P&gt;I'm working on a Qlik Sense KPI Extension, and I can't access the items in my measure property.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my properties.js file, I have coded it like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="prop.titlesize.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/175027_prop.titlesize.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I want to access it in my kpi.js file, like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="fsize.PNG" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/175101_fsize.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="fsize[prop.titlesize].PNG" class="jive-image image-2" src="/legacyfs/online/175100_fsize[prop.titlesize].PNG" style="height: 84px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I change the fsize[prop.titlesize] to fsize[3], then it also works as it should.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The idea is to be able to change the size in Qlik Sense like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="qliksense.PNG" class="image-4 jive-image" src="https://community.qlik.com/legacyfs/online/175105_qliksense.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So - if I put this titlesize property OUT of the measure property - this works fine, but when I put the titlesize property INSIDE the measure property as an item, I don't know how to access it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone who knows how to access this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2017 13:06:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-can-I-access-a-measure-item-with-a-reference/m-p/1412175#M8677</guid>
      <dc:creator />
      <dc:date>2017-08-30T13:06:26Z</dc:date>
    </item>
  </channel>
</rss>

