<?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 Use external data &amp;quot;on the air&amp;quot; with API? in Management &amp; Governance</title>
    <link>https://community.qlik.com/t5/Management-Governance/Use-external-data-quot-on-the-air-quot-with-API/m-p/42649#M799</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let's suppose I have a Qlik document in which there is (at least) 2 dimensions:&lt;/P&gt;&lt;P&gt;- Year&lt;/P&gt;&lt;P&gt;- Office&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also have an API that takes 2 parameters (year and office) as input and provide data as output (a table with 2 columns: "customer" and "sum of sales" as values).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to do the following:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;In my Qlik application, I make a selection on Year / Office.&lt;/LI&gt;&lt;LI&gt;In my Qlik application I have a bar-chart object that is connected to my API with the selected values for "year" and "office".&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Eg. : &lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;&lt;SPAN&gt;='&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://myAPIserver/getSalesPerCustomer?year=" rel="nofollow" target="_blank"&gt;http://myAPIserver/getSalesPerCustomer?year=&lt;/A&gt;&lt;SPAN&gt;' &amp;amp; concat(DISTINCT Year, ',') &amp;amp; '&amp;amp;office=' &amp;amp; concat(DISTINCT Office, ',')&lt;/SPAN&gt;&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;This chart display as result a bar-chart with "customer" as dimension and "sum of sales" as value.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;And I want to use the Qlik charts, not a custom D3js chart in an iframe or something.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A QlikSense reseller told me it was possible to do such thing in QlikSense thanks to "the API feature of Qlik Sense".&lt;/P&gt;&lt;P&gt;After a lot of searches, it looks like the "Advanced Analytics Integration" but it seems very very VERY complicated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did I missed a documentation that explains step by step how to do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Mar 2018 17:17:31 GMT</pubDate>
    <dc:creator>nicolas_martin</dc:creator>
    <dc:date>2018-03-16T17:17:31Z</dc:date>
    <item>
      <title>Use external data "on the air" with API?</title>
      <link>https://community.qlik.com/t5/Management-Governance/Use-external-data-quot-on-the-air-quot-with-API/m-p/42649#M799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let's suppose I have a Qlik document in which there is (at least) 2 dimensions:&lt;/P&gt;&lt;P&gt;- Year&lt;/P&gt;&lt;P&gt;- Office&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also have an API that takes 2 parameters (year and office) as input and provide data as output (a table with 2 columns: "customer" and "sum of sales" as values).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to do the following:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;In my Qlik application, I make a selection on Year / Office.&lt;/LI&gt;&lt;LI&gt;In my Qlik application I have a bar-chart object that is connected to my API with the selected values for "year" and "office".&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Eg. : &lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;&lt;SPAN&gt;='&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://myAPIserver/getSalesPerCustomer?year=" rel="nofollow" target="_blank"&gt;http://myAPIserver/getSalesPerCustomer?year=&lt;/A&gt;&lt;SPAN&gt;' &amp;amp; concat(DISTINCT Year, ',') &amp;amp; '&amp;amp;office=' &amp;amp; concat(DISTINCT Office, ',')&lt;/SPAN&gt;&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;This chart display as result a bar-chart with "customer" as dimension and "sum of sales" as value.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;And I want to use the Qlik charts, not a custom D3js chart in an iframe or something.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A QlikSense reseller told me it was possible to do such thing in QlikSense thanks to "the API feature of Qlik Sense".&lt;/P&gt;&lt;P&gt;After a lot of searches, it looks like the "Advanced Analytics Integration" but it seems very very VERY complicated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did I missed a documentation that explains step by step how to do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2018 17:17:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Use-external-data-quot-on-the-air-quot-with-API/m-p/42649#M799</guid>
      <dc:creator>nicolas_martin</dc:creator>
      <dc:date>2018-03-16T17:17:31Z</dc:date>
    </item>
    <item>
      <title>Re: Use external data "on the air" with API?</title>
      <link>https://community.qlik.com/t5/Management-Governance/Use-external-data-quot-on-the-air-quot-with-API/m-p/42650#M800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure if you have seen this one - &lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-9533"&gt;Introduction to integrate Qlik Sense in your Software/Site (embedded analytics)&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Mar 2018 14:59:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Use-external-data-quot-on-the-air-quot-with-API/m-p/42650#M800</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2018-03-18T14:59:00Z</dc:date>
    </item>
    <item>
      <title>Re: Use external data "on the air" with API?</title>
      <link>https://community.qlik.com/t5/Management-Governance/Use-external-data-quot-on-the-air-quot-with-API/m-p/42651#M801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the link.&lt;/P&gt;&lt;P&gt;I don't see the part where it shows how I can display external data not loaded in the application.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2018 13:14:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Use-external-data-quot-on-the-air-quot-with-API/m-p/42651#M801</guid>
      <dc:creator>nicolas_martin</dc:creator>
      <dc:date>2018-03-19T13:14:00Z</dc:date>
    </item>
    <item>
      <title>Re: Use external data "on the air" with API?</title>
      <link>https://community.qlik.com/t5/Management-Governance/Use-external-data-quot-on-the-air-quot-with-API/m-p/42652#M802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Possible to this in the load script, but I do not think one can do this in the front end without a bespoke extension.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2018 11:17:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Use-external-data-quot-on-the-air-quot-with-API/m-p/42652#M802</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-21T11:17:59Z</dc:date>
    </item>
    <item>
      <title>Re: Use external data "on the air" with API?</title>
      <link>https://community.qlik.com/t5/Management-Governance/Use-external-data-quot-on-the-air-quot-with-API/m-p/42653#M803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I made a workaround with VB macro and DynamicUpdateCommand function, but it only works with the desktop client, not the ajax version (because of the use of COM components to either create an ODBC connection or a HTTP request.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2018 14:01:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Use-external-data-quot-on-the-air-quot-with-API/m-p/42653#M803</guid>
      <dc:creator>nicolas_martin</dc:creator>
      <dc:date>2018-03-22T14:01:31Z</dc:date>
    </item>
  </channel>
</rss>

