<?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 Standard Selection Mode in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Standard-Selection-Mode/m-p/872211#M3015</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's not part of the documentation but you can access it through&lt;/P&gt;&lt;P&gt;this.getSelectionToolbar().selectionsApi.activate() or this.$scope.selectionsApi.activate()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So instead of attaching your event handlers to individual elements within your extension you could just attach it to $element, activate the toolbar and delegate to your elements.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 14 Jun 2015 22:23:12 GMT</pubDate>
    <dc:creator>Alexander_Thor</dc:creator>
    <dc:date>2015-06-14T22:23:12Z</dc:date>
    <item>
      <title>Qlik Sense Standard Selection Mode</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Standard-Selection-Mode/m-p/872210#M3014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #545454; font-family: arial, sans-serif; font-size: 10pt;"&gt;Hello guys, is there anyway to manually open the qlik sense standard selection mode?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #545454; font-family: arial, sans-serif; font-size: 10pt;"&gt;So far through the online documents I know it can be open via &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #545454; font-family: arial, sans-serif; font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #545454; font-family: arial, sans-serif; font-size: 10pt;"&gt;paint: function(...) {&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12px; background-color: #f9f9f9; font-family: Consolas, Monaco, 'Andale Mono', monospace;"&gt;&amp;nbsp; ...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #545454; font-family: arial, sans-serif; font-size: 10pt;"&gt;&lt;SPAN style="color: #000000; font-family: Consolas, Monaco, 'Andale Mono', monospace; font-size: 12px; background-color: #f9f9f9;"&gt;&amp;nbsp; this&lt;/SPAN&gt;&lt;SPAN class="token punctuation" style="color: #999999; font-family: Consolas, Monaco, 'Andale Mono', monospace; font-size: 12px; background-color: #f9f9f9;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function" style="color: #dd4a68; font-family: Consolas, Monaco, 'Andale Mono', monospace; font-size: 12px; background-color: #f9f9f9;"&gt;selectValues&lt;SPAN class="token punctuation" style="color: #999999;"&gt;(&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Consolas, Monaco, 'Andale Mono', monospace; font-size: 12px; background-color: #f9f9f9;"&gt;dim&lt;/SPAN&gt;&lt;SPAN class="token punctuation" style="color: #999999; font-family: Consolas, Monaco, 'Andale Mono', monospace; font-size: 12px; background-color: #f9f9f9;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Consolas, Monaco, 'Andale Mono', monospace; font-size: 12px; background-color: #f9f9f9;"&gt; &lt;/SPAN&gt;&lt;SPAN class="token punctuation" style="color: #999999; font-family: Consolas, Monaco, 'Andale Mono', monospace; font-size: 12px; background-color: #f9f9f9;"&gt;[&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Consolas, Monaco, 'Andale Mono', monospace; font-size: 12px; background-color: #f9f9f9;"&gt;value&lt;/SPAN&gt;&lt;SPAN class="token punctuation" style="color: #999999; font-family: Consolas, Monaco, 'Andale Mono', monospace; font-size: 12px; background-color: #f9f9f9;"&gt;]&lt;/SPAN&gt;&lt;SPAN class="token punctuation" style="color: #999999; font-family: Consolas, Monaco, 'Andale Mono', monospace; font-size: 12px; background-color: #f9f9f9;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Consolas, Monaco, 'Andale Mono', monospace; font-size: 12px; background-color: #f9f9f9;"&gt; &lt;/SPAN&gt;&lt;SPAN class="token keyword" style="color: #0077aa; font-family: Consolas, Monaco, 'Andale Mono', monospace; font-size: 12px; background-color: #f9f9f9;"&gt;true&lt;/SPAN&gt;&lt;SPAN class="token punctuation" style="color: #999999; font-family: Consolas, Monaco, 'Andale Mono', monospace; font-size: 12px; background-color: #f9f9f9;"&gt;)&lt;/SPAN&gt;&lt;SPAN class="token punctuation" style="color: #999999; font-family: Consolas, Monaco, 'Andale Mono', monospace; font-size: 12px; background-color: #f9f9f9;"&gt;;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I play with some pie charts and discover that qlik default extensions are able to do so but has no documentation on the method.&lt;/P&gt;&lt;P&gt;(Add a pie chart, click on some external area outside of pie chart, no selection is done but selection mode is enabled)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2015 10:25:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Standard-Selection-Mode/m-p/872210#M3014</guid>
      <dc:creator>bryan_sng</dc:creator>
      <dc:date>2015-06-11T10:25:29Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Standard Selection Mode</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Standard-Selection-Mode/m-p/872211#M3015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's not part of the documentation but you can access it through&lt;/P&gt;&lt;P&gt;this.getSelectionToolbar().selectionsApi.activate() or this.$scope.selectionsApi.activate()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So instead of attaching your event handlers to individual elements within your extension you could just attach it to $element, activate the toolbar and delegate to your elements.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Jun 2015 22:23:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Standard-Selection-Mode/m-p/872211#M3015</guid>
      <dc:creator>Alexander_Thor</dc:creator>
      <dc:date>2015-06-14T22:23:12Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Standard Selection Mode</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Standard-Selection-Mode/m-p/872212#M3016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's great! I tried it and the selection mode does get activated. However when I try to use the lasso tool, it looks like there is no way I can turn it on, is there anything I should do to enable lasso? I'm actually trying to use qlik lasso tool to lasso a selection in a custom map extension.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2015 07:34:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Standard-Selection-Mode/m-p/872212#M3016</guid>
      <dc:creator>bryan_sng</dc:creator>
      <dc:date>2015-06-16T07:34:25Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Standard Selection Mode</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Standard-Selection-Mode/m-p/872213#M3017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can't really reuse that component right now that I know off.&lt;/P&gt;&lt;P&gt;Good news is that depending on the mapping software you use they usually allows you to draw rectangles or something similar and then you can figure out which points are in that rectangle.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/mindspank/GoogleMaps-Cluster-QV11/blob/master/GoogleMaps%20-%20Cluster/script.jsWITH_DRAWING_SUPPORT" style="font-size: 10pt; line-height: 1.5em;" title="https://github.com/mindspank/GoogleMaps-Cluster-QV11/blob/master/GoogleMaps%20-%20Cluster/script.jsWITH_DRAWING_SUPPORT"&gt;https://github.com/mindspank/GoogleMaps-Cluster-QV11/blob/master/GoogleMaps%20-%20Cluster/script.jsWITH_DRAWING_SUPPORT&lt;/A&gt;&lt;/P&gt;&lt;P&gt;has an example on to do it with Google Maps, it's for QlikView but the idea is the same for Sense.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 14:52:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Standard-Selection-Mode/m-p/872213#M3017</guid>
      <dc:creator>Alexander_Thor</dc:creator>
      <dc:date>2015-06-17T14:52:04Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Standard Selection Mode</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Standard-Selection-Mode/m-p/872214#M3018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hmm that can be an alternative, just curious will qlik be opening the lasso access to developers in qlik sense 2.0?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 00:56:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Standard-Selection-Mode/m-p/872214#M3018</guid>
      <dc:creator>bryan_sng</dc:creator>
      <dc:date>2015-06-19T00:56:06Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Standard Selection Mode</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Standard-Selection-Mode/m-p/1628767#M11402</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;Do you know how to activate the 'Accept' button? Do I need to modify something in the hypercube while the user makes a selection? Or something similar that communicates to Qlik that are available items to select. I know how to make the selection to the QIX using the API but not how to able the button :c&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;</description>
      <pubDate>Thu, 26 Sep 2019 18:35:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Standard-Selection-Mode/m-p/1628767#M11402</guid>
      <dc:creator>david_hg96</dc:creator>
      <dc:date>2019-09-26T18:35:22Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Standard Selection Mode</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Standard-Selection-Mode/m-p/1646450#M11779</link>
      <description>&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;having same issue and found this as a good solution:&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;this.$scope.selectionsApi.selectionsMade = true&lt;/LI-CODE&gt;&lt;P&gt;- Ralf&lt;/P&gt;</description>
      <pubDate>Wed, 13 Nov 2019 14:30:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Standard-Selection-Mode/m-p/1646450#M11779</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2019-11-13T14:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense Standard Selection Mode</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Standard-Selection-Mode/m-p/1648752#M11827</link>
      <description>&lt;P&gt;Thanks a lot &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6446"&gt;@rbecher&lt;/a&gt;&amp;nbsp;! it works now : )&lt;/P&gt;</description>
      <pubDate>Tue, 19 Nov 2019 21:50:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-Sense-Standard-Selection-Mode/m-p/1648752#M11827</guid>
      <dc:creator>david_hg96</dc:creator>
      <dc:date>2019-11-19T21:50:52Z</dc:date>
    </item>
  </channel>
</rss>

