<?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 value behind &amp;quot;Measure&amp;quot; master items ? in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-get-value-behind-quot-Measure-quot-master-items/m-p/1276489#M7001</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i'm trying to access with an extension the list of measure of the application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found in the documentation this method : &lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG style="text-decoration: underline;"&gt;getAppObjectList&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; appQS.getAppObjectList( 'MeasureList', function(reply2){&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; console.log('MeasureList');&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; console.log(reply2);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; });&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; appQS.getAppObjectList( 'DimensionList', function(reply2){&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; console.log('DimensionList');&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; console.log(reply2);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; });&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For DimensionList i got all the dimension that is created inside the application : Amountdd and i got the "value" behind this name "Amount".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But for the measureList i get the name of the measure : in the example "jeanjean" but i can't access to the value behind this : sum(sales) for example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As an attachment a screenshot of the log in the console. Inside qData for measure i can't find the value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know a method to access the value behind a master item measure ? Or do i need to use another method ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Thibaut&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Mar 2017 09:09:24 GMT</pubDate>
    <dc:creator>tlorimier</dc:creator>
    <dc:date>2017-03-13T09:09:24Z</dc:date>
    <item>
      <title>How to get value behind "Measure" master items ?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-get-value-behind-quot-Measure-quot-master-items/m-p/1276489#M7001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i'm trying to access with an extension the list of measure of the application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found in the documentation this method : &lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG style="text-decoration: underline;"&gt;getAppObjectList&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; appQS.getAppObjectList( 'MeasureList', function(reply2){&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; console.log('MeasureList');&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; console.log(reply2);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; });&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; appQS.getAppObjectList( 'DimensionList', function(reply2){&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; console.log('DimensionList');&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; console.log(reply2);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; });&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For DimensionList i got all the dimension that is created inside the application : Amountdd and i got the "value" behind this name "Amount".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But for the measureList i get the name of the measure : in the example "jeanjean" but i can't access to the value behind this : sum(sales) for example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As an attachment a screenshot of the log in the console. Inside qData for measure i can't find the value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know a method to access the value behind a master item measure ? Or do i need to use another method ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Thibaut&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Mar 2017 09:09:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-get-value-behind-quot-Measure-quot-master-items/m-p/1276489#M7001</guid>
      <dc:creator>tlorimier</dc:creator>
      <dc:date>2017-03-13T09:09:24Z</dc:date>
    </item>
  </channel>
</rss>

