<?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: Common field selection in mashup from different Qlik Sense applications in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Common-field-selection-in-mashup-from-different-Qlik-Sense/m-p/1446574#M9211</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Vicenzo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regarding your reply, can please try and explain what's being done, when using a hypercube?&lt;/P&gt;&lt;P&gt;i'm also facing an issue of selection in one field that effecting other field from different app (with the same name) when using a mashup&lt;/P&gt;&lt;P&gt;i don't the details but if you could try to explain, step by step, what are the taken in order to achieve that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 May 2018 15:09:58 GMT</pubDate>
    <dc:creator>shayraber</dc:creator>
    <dc:date>2018-05-22T15:09:58Z</dc:date>
    <item>
      <title>Common field selection in mashup from different Qlik Sense applications</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Common-field-selection-in-mashup-from-different-Qlik-Sense/m-p/1446567#M9204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I have made a &lt;STRONG style="text-decoration: underline;"&gt;mashup by integrating charts&lt;/STRONG&gt; from &lt;STRONG&gt;two&lt;/STRONG&gt; different Qlik Sense applications, lets say &lt;STRONG&gt;application A &amp;amp; B&lt;/STRONG&gt;, and I have a common field&lt;STRONG&gt; XYZ&lt;/STRONG&gt; based upon which I'm trying to do selections on the mashup page, the field XYZ is a common field present in both the applications.When I tried doing the selection on the filter pane which is coming from application A in the mashup page it only reflects on the charts from appA not appB though the field is present in both.&lt;/P&gt;&lt;P&gt;Can anyone suggetst me a way around or possible solutions ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Abhishek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Sep 2017 14:15:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Common-field-selection-in-mashup-from-different-Qlik-Sense/m-p/1446567#M9204</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-06T14:15:32Z</dc:date>
    </item>
    <item>
      <title>Re: Common field selection in mashup from different Qlik Sense applications</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Common-field-selection-in-mashup-from-different-Qlik-Sense/m-p/1446568#M9205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you've built a mashup, what I normally do to apply a common filter between objects coming from two different application (with or without the common filed name),&amp;nbsp; is expose a self-made filter and applying the selections to both apps. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Sep 2017 07:53:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Common-field-selection-in-mashup-from-different-Qlik-Sense/m-p/1446568#M9205</guid>
      <dc:creator>Vincenzo_Esposito</dc:creator>
      <dc:date>2017-09-07T07:53:19Z</dc:date>
    </item>
    <item>
      <title>Re: Common field selection in mashup from different Qlik Sense applications</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Common-field-selection-in-mashup-from-different-Qlik-Sense/m-p/1446569#M9206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can u suggest any way to achieve this(creating self made filter) ? We are having objects coming from 3 different qlik sense applications..and selections are applied only for one application objects..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Sep 2017 08:00:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Common-field-selection-in-mashup-from-different-Qlik-Sense/m-p/1446569#M9206</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-07T08:00:25Z</dc:date>
    </item>
    <item>
      <title>Re: Common field selection in mashup from different Qlik Sense applications</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Common-field-selection-in-mashup-from-different-Qlik-Sense/m-p/1446570#M9207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First of all you need to fatchthe data from all your apps (&lt;A href="http://help.qlik.com/en-US/sense-developer/June2017/Subsystems/APIs/Content/CapabilityAPIs/AppAPI/createCube-method.htm" title="http://help.qlik.com/en-US/sense-developer/June2017/Subsystems/APIs/Content/CapabilityAPIs/AppAPI/createCube-method.htm"&gt;createCube method ‒ Qlik Sense&lt;/A&gt;). Eventually merge them togheter and create a simple filter (select Box or multiple selection box), Then the trigger need to call the select Value methos on all the surce app &lt;A href="http://help.qlik.com/en-US/sense-developer/June2017/Subsystems/APIs/Content/CapabilityAPIs/FieldAPI/selectValues-method.htm" title="http://help.qlik.com/en-US/sense-developer/June2017/Subsystems/APIs/Content/CapabilityAPIs/FieldAPI/selectValues-method.htm"&gt;selectValues method ‒ Qlik Sense&lt;/A&gt;&amp;nbsp;&amp;nbsp; .In this way a single selection impact all objects in your mashup, even id coming from different apps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Sep 2017 08:13:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Common-field-selection-in-mashup-from-different-Qlik-Sense/m-p/1446570#M9207</guid>
      <dc:creator>Vincenzo_Esposito</dc:creator>
      <dc:date>2017-09-07T08:13:45Z</dc:date>
    </item>
    <item>
      <title>Re: Common field selection in mashup from different Qlik Sense applications</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Common-field-selection-in-mashup-from-different-Qlik-Sense/m-p/1446571#M9208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Being new to qlik sense I am a bit confused about the approach .Can u please elaborate on the steps to achieve this ? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;"create a simple filter (select Box or multiple selection box)" - shall I create a new filter or can I use the filter pane object available from one of the QVF's?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;"&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;Then the trigger need to call the select Value methos on all the surce app&lt;/SPAN&gt;" - Not sure about this can u please elaborate ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13.3333px; background-color: #f2f2f2; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Thanks for your help response.Much appreciated.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Sep 2017 09:16:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Common-field-selection-in-mashup-from-different-Qlik-Sense/m-p/1446571#M9208</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-07T09:16:51Z</dc:date>
    </item>
    <item>
      <title>Re: Common field selection in mashup from different Qlik Sense applications</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Common-field-selection-in-mashup-from-different-Qlik-Sense/m-p/1446572#M9209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's quite challenging to advise you on a mashup without a clear skill level to rely on. When comes to Mashup, keeping it as simple as possible, you can just put objects coming from Qlik Sense Apps all together using iFrames, or you can access data coming from QIX Engine and using them to build your application.&lt;/P&gt;&lt;P&gt;I basically referring to the second options. You can retrieve data using the link sent earlier; data comes in JSON format (eg. the list of regions). You can present them using the standard HTML forms (es. &amp;lt;SELECT ..tag) and loop with the &amp;lt;OPTION on the data retrieved form Qlik. Then use the standard javascript method (eg. onselect() method) to trigger the select function where you need to call the selectValue method (see the link sent in the previous answer).&lt;/P&gt;&lt;P&gt;Hope it's more clear now&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Sep 2017 12:43:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Common-field-selection-in-mashup-from-different-Qlik-Sense/m-p/1446572#M9209</guid>
      <dc:creator>Vincenzo_Esposito</dc:creator>
      <dc:date>2017-09-07T12:43:02Z</dc:date>
    </item>
    <item>
      <title>Re: Common field selection in mashup from different Qlik Sense applications</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Common-field-selection-in-mashup-from-different-Qlik-Sense/m-p/1446573#M9210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your time and help ! Would try that &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Sep 2017 06:46:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Common-field-selection-in-mashup-from-different-Qlik-Sense/m-p/1446573#M9210</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-11T06:46:25Z</dc:date>
    </item>
    <item>
      <title>Re: Common field selection in mashup from different Qlik Sense applications</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Common-field-selection-in-mashup-from-different-Qlik-Sense/m-p/1446574#M9211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Vicenzo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regarding your reply, can please try and explain what's being done, when using a hypercube?&lt;/P&gt;&lt;P&gt;i'm also facing an issue of selection in one field that effecting other field from different app (with the same name) when using a mashup&lt;/P&gt;&lt;P&gt;i don't the details but if you could try to explain, step by step, what are the taken in order to achieve that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2018 15:09:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Common-field-selection-in-mashup-from-different-Qlik-Sense/m-p/1446574#M9211</guid>
      <dc:creator>shayraber</dc:creator>
      <dc:date>2018-05-22T15:09:58Z</dc:date>
    </item>
    <item>
      <title>Re: Common field selection in mashup from different Qlik Sense applications</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Common-field-selection-in-mashup-from-different-Qlik-Sense/m-p/1921076#M16685</link>
      <description>&lt;P&gt;How to build a&amp;nbsp;&lt;SPAN&gt;self-made filter in a mashup&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2022 19:10:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Common-field-selection-in-mashup-from-different-Qlik-Sense/m-p/1921076#M16685</guid>
      <dc:creator>Qlikuser09</dc:creator>
      <dc:date>2022-04-21T19:10:32Z</dc:date>
    </item>
  </channel>
</rss>

