<?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: Callback function for a measure in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Callback-function-for-a-measure/m-p/1292341#M7128</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I finally found the solution :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The callback function :&lt;/P&gt;&lt;P&gt;//callbacks -- inserted here --&lt;/P&gt;&lt;P&gt;&amp;nbsp; function &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;showDureeGrowth&lt;/SPAN&gt;(reply, app){&lt;/P&gt;&lt;P&gt;&amp;nbsp; var output = reply.qHyperCube.qDataPages[0].qMatrix[0][0].qText;&lt;/P&gt;&lt;P&gt;&amp;nbsp; $("#val").text(output);&lt;/P&gt;&lt;P&gt;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and the html code :&lt;/P&gt;&lt;P&gt;&amp;lt;h2 id="val"&amp;gt;&amp;lt;/h2&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 28 Jan 2017 19:36:31 GMT</pubDate>
    <dc:creator>paulcalvet</dc:creator>
    <dc:date>2017-01-28T19:36:31Z</dc:date>
    <item>
      <title>Callback function for a measure</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Callback-function-for-a-measure/m-p/1292339#M7126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I search an example in order to load in a html page a KPI.&lt;/P&gt;&lt;P&gt;I created an hypercube with only one measure (from the master item libray)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Qlik generate a callback function :&lt;/P&gt;&lt;P&gt;function showDureeGrowth(reply, app){}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What should I write in order to load the KPI value on my web page ?&lt;/P&gt;&lt;P&gt;I found example for dropdown list but I don't know how to do for a single value &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Jan 2017 21:30:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Callback-function-for-a-measure/m-p/1292339#M7126</guid>
      <dc:creator>paulcalvet</dc:creator>
      <dc:date>2017-01-22T21:30:27Z</dc:date>
    </item>
    <item>
      <title>Re: Callback function for a measure</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Callback-function-for-a-measure/m-p/1292340#M7127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please, nobody know how to return a single value in a callback function ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jan 2017 13:21:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Callback-function-for-a-measure/m-p/1292340#M7127</guid>
      <dc:creator>paulcalvet</dc:creator>
      <dc:date>2017-01-24T13:21:42Z</dc:date>
    </item>
    <item>
      <title>Re: Callback function for a measure</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Callback-function-for-a-measure/m-p/1292341#M7128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I finally found the solution :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The callback function :&lt;/P&gt;&lt;P&gt;//callbacks -- inserted here --&lt;/P&gt;&lt;P&gt;&amp;nbsp; function &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;showDureeGrowth&lt;/SPAN&gt;(reply, app){&lt;/P&gt;&lt;P&gt;&amp;nbsp; var output = reply.qHyperCube.qDataPages[0].qMatrix[0][0].qText;&lt;/P&gt;&lt;P&gt;&amp;nbsp; $("#val").text(output);&lt;/P&gt;&lt;P&gt;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and the html code :&lt;/P&gt;&lt;P&gt;&amp;lt;h2 id="val"&amp;gt;&amp;lt;/h2&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Jan 2017 19:36:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Callback-function-for-a-measure/m-p/1292341#M7128</guid>
      <dc:creator>paulcalvet</dc:creator>
      <dc:date>2017-01-28T19:36:31Z</dc:date>
    </item>
  </channel>
</rss>

