<?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 Confirm selection event in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Confirm-selection-event/m-p/1417442#M8746</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there some event that tells us when a selection is confirmed by the user pressing the green button with the check symbol in it ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Context:&lt;/P&gt;&lt;P&gt;In my extension I want to immitate the qlik selection/filter behaviour exactly. As far as I understand when there is no selection in a visualization this selection behaviour is used:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; self.selectValues(dim, [value], true);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when a slection was confirmed the visualization behaves like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;self.selectValues(dim, [value], false);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;The boolean Parameter is toggleMode:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 14px; margin: 0 0 5px; color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif;"&gt;If &lt;SPAN class="syntax" style="background-color: #f4f4f4; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; font-size: 12px;"&gt;true&lt;/SPAN&gt;, values in the field are selected in addition to any previously selected items.&lt;/P&gt;&lt;P style="font-size: 14px; margin: 0 0 5px; color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif;"&gt;If &lt;SPAN class="syntax" style="background-color: #f4f4f4; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; font-size: 12px;"&gt;false&lt;/SPAN&gt;, values in the field are selected while previously selected items are deselected.&lt;/P&gt;&lt;P style="font-size: 14px; margin: 0 0 5px; color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif;"&gt;&lt;A href="http://help.qlik.com/en-US/sense-developer/June2017/Subsystems/APIs/Content/ExtensionAPI/selectvalues-method.htm"&gt;http://help.qlik.com/en-US/sense-developer/June2017/Subsystems/APIs/Content/ExtensionAPI/selectvalues-method.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So based on if a selection was confirmed or not I want to set the value of toggleMode accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;thorben&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Aug 2017 11:25:48 GMT</pubDate>
    <dc:creator />
    <dc:date>2017-08-17T11:25:48Z</dc:date>
    <item>
      <title>Confirm selection event</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Confirm-selection-event/m-p/1417442#M8746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there some event that tells us when a selection is confirmed by the user pressing the green button with the check symbol in it ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Context:&lt;/P&gt;&lt;P&gt;In my extension I want to immitate the qlik selection/filter behaviour exactly. As far as I understand when there is no selection in a visualization this selection behaviour is used:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; self.selectValues(dim, [value], true);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when a slection was confirmed the visualization behaves like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;self.selectValues(dim, [value], false);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;The boolean Parameter is toggleMode:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 14px; margin: 0 0 5px; color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif;"&gt;If &lt;SPAN class="syntax" style="background-color: #f4f4f4; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; font-size: 12px;"&gt;true&lt;/SPAN&gt;, values in the field are selected in addition to any previously selected items.&lt;/P&gt;&lt;P style="font-size: 14px; margin: 0 0 5px; color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif;"&gt;If &lt;SPAN class="syntax" style="background-color: #f4f4f4; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; font-size: 12px;"&gt;false&lt;/SPAN&gt;, values in the field are selected while previously selected items are deselected.&lt;/P&gt;&lt;P style="font-size: 14px; margin: 0 0 5px; color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif;"&gt;&lt;A href="http://help.qlik.com/en-US/sense-developer/June2017/Subsystems/APIs/Content/ExtensionAPI/selectvalues-method.htm"&gt;http://help.qlik.com/en-US/sense-developer/June2017/Subsystems/APIs/Content/ExtensionAPI/selectvalues-method.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So based on if a selection was confirmed or not I want to set the value of toggleMode accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;thorben&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2017 11:25:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Confirm-selection-event/m-p/1417442#M8746</guid>
      <dc:creator />
      <dc:date>2017-08-17T11:25:48Z</dc:date>
    </item>
    <item>
      <title>Re: Confirm selection event</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Confirm-selection-event/m-p/1753863#M13396</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/88261"&gt;@TH&lt;/a&gt;&amp;nbsp;, were you able to figure out a way to do this?&lt;/P&gt;</description>
      <pubDate>Mon, 19 Oct 2020 19:05:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Confirm-selection-event/m-p/1753863#M13396</guid>
      <dc:creator>aiguo</dc:creator>
      <dc:date>2020-10-19T19:05:22Z</dc:date>
    </item>
  </channel>
</rss>

