<?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: Qlik Sense Mashups - event for responding to selections in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Mashups-event-for-responding-to-selections/m-p/1314810#M7375</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I'd spotted that while looking at qMatrix, but thought that there might be a shortcut to having to loop through all of the values.&amp;nbsp; Oh well, never mind.&amp;nbsp; Thank you very much for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 May 2017 11:12:29 GMT</pubDate>
    <dc:creator>rbartley</dc:creator>
    <dc:date>2017-05-24T11:12:29Z</dc:date>
    <item>
      <title>Qlik Sense Mashups - event for responding to selections</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Mashups-event-for-responding-to-selections/m-p/1314802#M7367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the best way of picking up when a change has been made to a QS filter panel element?&amp;nbsp; Is it to simply use the &lt;SPAN style="font-size: 10pt;"&gt;$("#FilterPanelID").change() event?&amp;nbsp; Is there any way of referring to individual elements within a filter panel?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Thanks in advance.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Richard &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 May 2017 16:33:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Mashups-event-for-responding-to-selections/m-p/1314802#M7367</guid>
      <dc:creator>rbartley</dc:creator>
      <dc:date>2017-05-22T16:33:20Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Mashups - event for responding to selections</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Mashups-event-for-responding-to-selections/m-p/1314803#M7368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Richard,&lt;/P&gt;&lt;P&gt;Do you really want to listen to selection made just in the filter panel, not through for example the selection toolbar, a chart or with a bookmark? In that case you probably need some reverse engineering och the filter panel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to listen to all selection made in a specificerat field, you can use the createList method: &lt;A href="http://help.qlik.com/en-US/sense-developer/3.2/Subsystems/APIs/Content/MashupAPI/Methods/createList-method.htm" title="http://help.qlik.com/en-US/sense-developer/3.2/Subsystems/APIs/Content/MashupAPI/Methods/createList-method.htm"&gt;createList method ‒ Qlik Sense&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erik Wetterberg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 May 2017 04:03:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Mashups-event-for-responding-to-selections/m-p/1314803#M7368</guid>
      <dc:creator>ErikWetterberg</dc:creator>
      <dc:date>2017-05-23T04:03:32Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Mashups - event for responding to selections</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Mashups-event-for-responding-to-selections/m-p/1314804#M7369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Erik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for replying.&amp;nbsp;&amp;nbsp; Unfortunately, the Qlik Help page did not provide any examples of how this would work.&amp;nbsp; Are you suggesting that if I add a filter panel and also create lists for each of the fields contianed within the filter panel then I can somehow check for an onchange event?&amp;nbsp; I would be grateful if you could provide a small example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Richard &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 May 2017 16:12:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Mashups-event-for-responding-to-selections/m-p/1314804#M7369</guid>
      <dc:creator>rbartley</dc:creator>
      <dc:date>2017-05-23T16:12:43Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Mashups - event for responding to selections</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Mashups-event-for-responding-to-selections/m-p/1314805#M7370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I suggestiv you create a list, pretty much like the code example in the helps, for each field you want to listen to changes for. Every time there is a change in selection that affect this field your callback funktion will be called.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erik Wetterberg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 May 2017 17:29:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Mashups-event-for-responding-to-selections/m-p/1314805#M7370</guid>
      <dc:creator>ErikWetterberg</dc:creator>
      <dc:date>2017-05-23T17:29:12Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Mashups - event for responding to selections</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Mashups-event-for-responding-to-selections/m-p/1314806#M7371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks again Erik.&amp;nbsp; When talking about the callback function are you referring to the anonymous function that begins on line 12 below?&lt;SPAN style="color: transparent; font-family: Consolas, 'Courier New', Courier, mono, serif; font-size: 9pt; white-space: nowrap;"&gt;app.createList({&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE __default_attr="javascript" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14956186194049243" jivemacro_uid="_14956186194049243"&gt;
&lt;P&gt;&amp;nbsp; "qDef": {&lt;/P&gt;
&lt;P&gt;&amp;nbsp; "qFieldDefs": [&lt;/P&gt;
&lt;P&gt;&amp;nbsp; "[Year]"&lt;/P&gt;
&lt;P&gt;&amp;nbsp; ]&lt;/P&gt;
&lt;P&gt;&amp;nbsp; },&lt;/P&gt;
&lt;P&gt;&amp;nbsp; "qInitialDataFetch": [{&lt;/P&gt;
&lt;P&gt;&amp;nbsp; qTop : 0,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; qLeft : 0,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; qHeight : 40,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; qWidth : 1&lt;/P&gt;
&lt;P&gt;&amp;nbsp; }]&lt;/P&gt;
&lt;P&gt;&amp;nbsp; }, function(reply) {&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &lt;SPAN style="color: #ff0000;"&gt;var str = "";&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&amp;nbsp; $.each(reply.qListObject.qDataPages[0].qMatrix, function(key, value) {&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&amp;nbsp; str += '&amp;lt;li&amp;gt;' + value[0].qText + '&amp;lt;/li&amp;gt;';&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&amp;nbsp; });&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&amp;nbsp; $('#list').html(str);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&amp;nbsp; ;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; });&lt;/P&gt;



&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 May 2017 09:38:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Mashups-event-for-responding-to-selections/m-p/1314806#M7371</guid>
      <dc:creator>rbartley</dc:creator>
      <dc:date>2017-05-24T09:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Mashups - event for responding to selections</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Mashups-event-for-responding-to-selections/m-p/1314807#M7372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, that's the one.It will be called whenever the field changes with the current selection state.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erik Wetterberg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 May 2017 10:34:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Mashups-event-for-responding-to-selections/m-p/1314807#M7372</guid>
      <dc:creator>ErikWetterberg</dc:creator>
      <dc:date>2017-05-24T10:34:05Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Mashups - event for responding to selections</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Mashups-event-for-responding-to-selections/m-p/1314808#M7373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, that seems to work.&amp;nbsp; I assume that i can determine which items are selected by looking at selections from qSelectionInfo, right?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 May 2017 10:37:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Mashups-event-for-responding-to-selections/m-p/1314808#M7373</guid>
      <dc:creator>rbartley</dc:creator>
      <dc:date>2017-05-24T10:37:41Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Mashups - event for responding to selections</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Mashups-event-for-responding-to-selections/m-p/1314809#M7374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not really, I'm afraid. You should look at qState in the cells, documented as NxCell here:&lt;A href="http://help.qlik.com/en-US/sense-developer/3.2/Subsystems/EngineAPI/Content/Structs/ListObject.htm" title="http://help.qlik.com/en-US/sense-developer/3.2/Subsystems/EngineAPI/Content/Structs/ListObject.htm"&gt;ListObject ‒ Qlik Sense&lt;/A&gt;. There is also a count of # of values in the different state in qDimensionInfo: &lt;A href="http://help.qlik.com/en-US/sense-developer/3.2/Subsystems/EngineAPI/Content/Structs/NxDimensionInfo.htm" title="http://help.qlik.com/en-US/sense-developer/3.2/Subsystems/EngineAPI/Content/Structs/NxDimensionInfo.htm"&gt;NxDimensionInfo ‒ Qlik Sense&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erik Wetterberg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 May 2017 10:46:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Mashups-event-for-responding-to-selections/m-p/1314809#M7374</guid>
      <dc:creator>ErikWetterberg</dc:creator>
      <dc:date>2017-05-24T10:46:49Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Mashups - event for responding to selections</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Mashups-event-for-responding-to-selections/m-p/1314810#M7375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I'd spotted that while looking at qMatrix, but thought that there might be a shortcut to having to loop through all of the values.&amp;nbsp; Oh well, never mind.&amp;nbsp; Thank you very much for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 May 2017 11:12:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Mashups-event-for-responding-to-selections/m-p/1314810#M7375</guid>
      <dc:creator>rbartley</dc:creator>
      <dc:date>2017-05-24T11:12:29Z</dc:date>
    </item>
  </channel>
</rss>

