<?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 Read Field Selections in Mashup Website in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Read-Field-Selections-in-Mashup-Website/m-p/773914#M2505</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like to use the Mashup / Backend APIs to integrate some Qlik Sense content into a third party website. As part of this integration, I would like the third party website to be aware of selected values in a field. For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a web based inventory tool. I am displaying some Qlik Sense charts analysing inventory inside the inventory tool UI. I make some selections in those charts and as a result find three inventory IDs I want to order. I would like to be able to click on a button and add those three items to an order in my inventory tool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is just one scenario of where integration between the Qlik Sense charts and the host website might be necessary. Essentially I want the host app to be able to read the list of possible values in a specific field when an action is triggered (say the click of a button). How can I do this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Mar 2015 23:59:05 GMT</pubDate>
    <dc:creator>Lee_Matthews</dc:creator>
    <dc:date>2015-03-23T23:59:05Z</dc:date>
    <item>
      <title>Read Field Selections in Mashup Website</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Read-Field-Selections-in-Mashup-Website/m-p/773914#M2505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like to use the Mashup / Backend APIs to integrate some Qlik Sense content into a third party website. As part of this integration, I would like the third party website to be aware of selected values in a field. For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a web based inventory tool. I am displaying some Qlik Sense charts analysing inventory inside the inventory tool UI. I make some selections in those charts and as a result find three inventory IDs I want to order. I would like to be able to click on a button and add those three items to an order in my inventory tool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is just one scenario of where integration between the Qlik Sense charts and the host website might be necessary. Essentially I want the host app to be able to read the list of possible values in a specific field when an action is triggered (say the click of a button). How can I do this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2015 23:59:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Read-Field-Selections-in-Mashup-Website/m-p/773914#M2505</guid>
      <dc:creator>Lee_Matthews</dc:creator>
      <dc:date>2015-03-23T23:59:05Z</dc:date>
    </item>
    <item>
      <title>Re: Read Field Selections in Mashup Website</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Read-Field-Selections-in-Mashup-Website/m-p/773915#M2506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could use the createList method which allows you to create a listobject that acts in the same manner as a hypercube, i.e a callback is called whenever the data is updated through a selection in a chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/sense/en-us/developer/index.html#../Subsystems/Workbench/Content/BuildingWebsites/API/Methods/createList-method.htm%3FTocPath%3DQlik%2520Sense%2520Workbench%7CAPI%2520reference%7CQlik%2520Sense%2520Mashups%2520API%2520reference%7Cqlik.app%7C_____7" style="font-size: 10pt; line-height: 1.5em;" title="https://help.qlik.com/sense/en-us/developer/index.html#../Subsystems/Workbench/Content/BuildingWebsites/API/Methods/createList-method.htm%3FTocPath%3DQlik%2520Sense%2520Workbench%7CAPI%2520reference%7CQlik%2520Sense%2520Mashups%2520API%2520reference%7Cqlik.app%7C_____7"&gt;https://help.qlik.com/sense/en-us/developer/index.html#../Subsystems/Workbench/Content/BuildingWebsites/API/Methods/createList-method.htm%3FTocPath%3DQlik%2520Sense%2520Workbench%7CAPI%2520reference%7CQlik%2520Sense%2520Mashups%2520API%2520reference%7Cqlik.app%7C_____7&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another method could be to just create a generic string expression, very similar to a variable in QlikView/Qlik Sense.&lt;/P&gt;&lt;P&gt;You could for example do a =Concat(Field,',') to create a string of concatenated values that you can send along to the inventory system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/sense/en-us/developer/index.html#../Subsystems/Workbench/Content/BuildingWebsites/API/Methods/createGenericObject-method.htm%3FTocPath%3DQlik%2520Sense%2520Workbench%7CAPI%2520reference%7CQlik%2520Sense%2520Mashups%2520API%2520reference%7Cqlik.app%7C_____6" title="https://help.qlik.com/sense/en-us/developer/index.html#../Subsystems/Workbench/Content/BuildingWebsites/API/Methods/createGenericObject-method.htm%3FTocPath%3DQlik%2520Sense%2520Workbench%7CAPI%2520reference%7CQlik%2520Sense%2520Mashups%2520API%2520reference%7Cqlik.app%7C_____6"&gt;https://help.qlik.com/sense/en-us/developer/index.html#../Subsystems/Workbench/Content/BuildingWebsites/API/Methods/crea…&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2015 02:33:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Read-Field-Selections-in-Mashup-Website/m-p/773915#M2506</guid>
      <dc:creator>Alexander_Thor</dc:creator>
      <dc:date>2015-03-24T02:33:44Z</dc:date>
    </item>
  </channel>
</rss>

