<?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 How to GetCurrentSelections in an extension object? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-GetCurrentSelections-in-an-extension-object/m-p/526154#M1235329</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi everyone,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I'm trying to retrieve the current selections in my extension. &lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I tried the example from &lt;SPAN style="font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;QlikView Ajax JavaScript Library&lt;/SPAN&gt; but when I select more than 6 values, I get &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;a result in the form "x of y"&lt;/SPAN&gt;.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Could anyone please help me? Is there a method like the GetFieldSelections in desktop API?&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Andrea&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Jan 2026 16:26:21 GMT</pubDate>
    <dc:creator>Andrea_Ghirardello</dc:creator>
    <dc:date>2026-01-26T16:26:21Z</dc:date>
    <item>
      <title>How to GetCurrentSelections in an extension object?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-GetCurrentSelections-in-an-extension-object/m-p/526154#M1235329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi everyone,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I'm trying to retrieve the current selections in my extension. &lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I tried the example from &lt;SPAN style="font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;QlikView Ajax JavaScript Library&lt;/SPAN&gt; but when I select more than 6 values, I get &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;a result in the form "x of y"&lt;/SPAN&gt;.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Could anyone please help me? Is there a method like the GetFieldSelections in desktop API?&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Andrea&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 16:26:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-GetCurrentSelections-in-an-extension-object/m-p/526154#M1235329</guid>
      <dc:creator>Andrea_Ghirardello</dc:creator>
      <dc:date>2026-01-26T16:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to GetCurrentSelections in an extension object?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-GetCurrentSelections-in-an-extension-object/m-p/526155#M1235331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can add a parameter to the getcurrentselection function to make it return more values: GetCurrentSelections('',':',',',100). The default is 6, in the example this is set to 100.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Aug 2013 16:19:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-GetCurrentSelections-in-an-extension-object/m-p/526155#M1235331</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-08-23T16:19:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to GetCurrentSelections in an extension object?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-GetCurrentSelections-in-an-extension-object/m-p/526156#M1235334</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;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;GetCurrentSelections('',':',',',100)&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; works correctly in QlikView desktop but I need to get current selections from within my extension (from java script).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I tried the following example that you can find in the QlikView Ajax JavaScript Library but it works as I wrote: &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;The red higlighted row returns "x of y".&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;IMG alt="getCurrentSelections Ajax.bmp" class="jive-image" src="/legacyfs/online/45876_getCurrentSelections Ajax.bmp" /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Any suggestions?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Thanks.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Aug 2013 07:34:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-GetCurrentSelections-in-an-extension-object/m-p/526156#M1235334</guid>
      <dc:creator>Andrea_Ghirardello</dc:creator>
      <dc:date>2013-08-26T07:34:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to GetCurrentSelections in an extension object?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-GetCurrentSelections-in-an-extension-object/m-p/526157#M1235336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andrea&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I haven't used this method, so I do not know. But have you looked through the other elements in the array? Element 1 and possible elements 3, 4 or more (if they exists). And are there other properties part from .text that could give what you are looking for?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you probably are aware of, the documentation of these things are not living up to the standards one would wish for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Br Patrik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Aug 2013 08:27:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-GetCurrentSelections-in-an-extension-object/m-p/526157#M1235336</guid>
      <dc:creator>patrik_seger</dc:creator>
      <dc:date>2013-08-26T08:27:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to GetCurrentSelections in an extension object?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-GetCurrentSelections-in-an-extension-object/m-p/526158#M1235338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Patrik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately Element 1, 3, 4, etc... retrieve "undefined" result.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Aug 2013 09:11:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-GetCurrentSelections-in-an-extension-object/m-p/526158#M1235338</guid>
      <dc:creator>Andrea_Ghirardello</dc:creator>
      <dc:date>2013-08-26T09:11:14Z</dc:date>
    </item>
    <item>
      <title>Re: Re: How to GetCurrentSelections in an extension object?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-GetCurrentSelections-in-an-extension-object/m-p/526159#M1235339</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;Now I got curious and tested the code from JsDoc and it worked fine in my test.&lt;/P&gt;&lt;P&gt;I put this code in a Script.js file (in the global namespace):&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Qv.GetCurrentDocument().GetCurrentSelections({&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp; onChange: function () {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var f, data = this.Data.Rows;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; for (f = 0; f &amp;lt; data.length; f++) {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; alert(data&lt;F&gt;[0].text + ":" + data&lt;F&gt;[2].text);&lt;/F&gt;&lt;/F&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp; }&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;});&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I got alerts for all selections of all fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What version of QV are you using? I'm running 11 SR2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Br Patrik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Aug 2013 09:32:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-GetCurrentSelections-in-an-extension-object/m-p/526159#M1235339</guid>
      <dc:creator>patrik_seger</dc:creator>
      <dc:date>2013-08-26T09:32:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to GetCurrentSelections in an extension object?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-GetCurrentSelections-in-an-extension-object/m-p/526160#M1235340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The code you posted is the same that I tried and it works.&lt;/P&gt;&lt;P&gt;But if you select more than 5-6 values for a specific field, &lt;SPAN style="color: #3d3d3d; font-family: 'courier new', courier;"&gt;data&lt;F&gt;[2].text&lt;/F&gt;&lt;/SPAN&gt; will returns selections in the form "x of y".&lt;/P&gt;&lt;P&gt;Try your code with a lot of selections and let me know if it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using 11 SR2 too.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Aug 2013 09:43:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-GetCurrentSelections-in-an-extension-object/m-p/526160#M1235340</guid>
      <dc:creator>Andrea_Ghirardello</dc:creator>
      <dc:date>2013-08-26T09:43:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to GetCurrentSelections in an extension object?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-GetCurrentSelections-in-an-extension-object/m-p/526161#M1235341</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;Sorry, read to quick. Yes, I get the same response too. And the same when running the plugin as well. I think this is delivered from the server and I have not been able to find any setting for this (part from the VBScript/JScript API reffered above).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the documentation there is a reference to a &lt;STRONG&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/symbols/Qv.FieldOptions.html#constructor"&gt;Qv.FieldOptions&lt;/A&gt;&lt;/STRONG&gt; and there some fields indicate some kind of size setting, but passing the fields does not work. I looked into the JavaScript for GetCurrentSelections and CurrentSelectionMgr and it looks like the fields data is never used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess that one way to solve this is to read data from a listbox as soon as there are more than 6 values selected. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Br Patrik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Aug 2013 11:27:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-GetCurrentSelections-in-an-extension-object/m-p/526161#M1235341</guid>
      <dc:creator>patrik_seger</dc:creator>
      <dc:date>2013-08-26T11:27:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to GetCurrentSelections in an extension object?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-GetCurrentSelections-in-an-extension-object/m-p/526162#M1235342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;there is one workaround to solve your problem: The API from QlikView I think is a little bit buggy. So, first define a &lt;BR /&gt;Textbox object. In this object you can write an expression, something like this:&lt;/P&gt;&lt;P&gt;=GetCurrentSelections('',':',',',100)&lt;/P&gt;&lt;P&gt;Now you have the CurrentSelection in an defined object;&lt;/P&gt;&lt;P&gt;next you must read via the JS-API the object data out;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;doc.GetObject("OBJECTID&lt;/EM&gt;&lt;EM&gt;", function () {&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;//then you must split the string you get by the signs you have defined&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;...&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;}&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is some solution to solve the problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Aug 2013 13:41:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-GetCurrentSelections-in-an-extension-object/m-p/526162#M1235342</guid>
      <dc:creator />
      <dc:date>2013-08-28T13:41:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to GetCurrentSelections in an extension object?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-GetCurrentSelections-in-an-extension-object/m-p/526163#M1235343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;We have already tried that but we want to avoid using a specific graphic object in the qvw.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Aug 2013 13:57:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-GetCurrentSelections-in-an-extension-object/m-p/526163#M1235343</guid>
      <dc:creator>Andrea_Ghirardello</dc:creator>
      <dc:date>2013-08-28T13:57:21Z</dc:date>
    </item>
    <item>
      <title>Re: Re: How to GetCurrentSelections in an extension object?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-GetCurrentSelections-in-an-extension-object/m-p/526164#M1235344</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;Lets try this then (inspired by Steoel above)... &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Define an "invisible" text property in the Define.xml file:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Text Expression="=GetCurrentSelections('',':',',',100)"/&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make it invisible by not supplying any code for this Text input in the .qvpp file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then, in JavaScript, read the value of the corresponding text field:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; currentSelections = this.Layout.Text##.text;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;where &lt;SPAN style="font-family: courier new,courier;"&gt;##&lt;/SPAN&gt; is the corresponding text number (0 for the first Text in the Definition.xml, 1 for the next and so on).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use this technique to get the current QlikView version (&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;lt;Text Expression="=QlikViewVersion()"/&amp;gt;&lt;/SPAN&gt;) and it works fine, so this should probably work as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Br Patrik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Aug 2013 14:11:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-GetCurrentSelections-in-an-extension-object/m-p/526164#M1235344</guid>
      <dc:creator>patrik_seger</dc:creator>
      <dc:date>2013-08-28T14:11:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to GetCurrentSelections in an extension object?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-GetCurrentSelections-in-an-extension-object/m-p/526165#M1235345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks....we had come to the same conclusion.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Aug 2013 14:23:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-GetCurrentSelections-in-an-extension-object/m-p/526165#M1235345</guid>
      <dc:creator>Andrea_Ghirardello</dc:creator>
      <dc:date>2013-08-28T14:23:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to GetCurrentSelections in an extension object?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-GetCurrentSelections-in-an-extension-object/m-p/526166#M1235346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would suggest you use the API to do this: &lt;A href="http://qlikcommunity.s3.amazonaws.com/misc/symbols/Qv.Document.html#GetCurrentSelections"&gt;http://qlikcommunity.s3.amazonaws.com/misc/symbols/Qv.Document.html#GetCurrentSelections&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Aug 2013 16:32:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-GetCurrentSelections-in-an-extension-object/m-p/526166#M1235346</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2013-08-29T16:32:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to GetCurrentSelections in an extension object?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-GetCurrentSelections-in-an-extension-object/m-p/526167#M1235347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you know of any limitations on this method? I tried using an expression I need as a property but I get an error. If I use the expression "=today()" it works just fine. However my expression does not work. To validate things the expression I am trying to use works fine in a textbox and if I unhide the property I still cannot set the default to my expression and things work, but I can paste it in via the properties dialog and everything works after.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I can get my extension to work properly but I cannot default the one property to the required value and hide it without error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Aug 2014 19:29:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-GetCurrentSelections-in-an-extension-object/m-p/526167#M1235347</guid>
      <dc:creator>andrewpettit</dc:creator>
      <dc:date>2014-08-22T19:29:01Z</dc:date>
    </item>
  </channel>
</rss>

