<?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: Getting selections from a data island into an Extension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Getting-selections-from-a-data-island-into-an-Extension/m-p/476445#M1235491</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, I've answered half of my question now myself with some more investigation.&lt;/P&gt;&lt;P&gt;Unlike the straight table, the extension object demands both expressions and dimensions to be populated for both the main data and the data island. I did this by adding an extra, fake, column to my data island and passing this in as an unaggregated expression. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This gives me the same set of data in my extension as I see in my straight table, and is subject to the same problem: the main data makes a cartesian join with the data island!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One approach to this would be to just look at the first value in the data island and ignore the rest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd still like to know if there is an option to not use expressions and dimensions at all to interrogate my data island? &lt;/P&gt;&lt;P&gt;Do I have access to anything other than these within my extension?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Jun 2013 09:16:58 GMT</pubDate>
    <dc:creator>justin_morley</dc:creator>
    <dc:date>2013-06-17T09:16:58Z</dc:date>
    <item>
      <title>Getting selections from a data island into an Extension</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-selections-from-a-data-island-into-an-Extension/m-p/476444#M1235488</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'm trying to pass a selection from a data island into an extension object, and having little success. I need to do this because the data island contains information about how I want to further process my main data selection. &lt;/P&gt;&lt;P&gt;Here is what I've discovered so far:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;If I set my dimensions up to just include columns in my main data source, the rows of data appear absolutely fine&lt;/LI&gt;&lt;LI&gt;Adding a column from my data island stops any rows appearing in my extension&amp;nbsp; (the javascript: alert(this.Data.Rows.length); reports 0 rows regardless of how many rows are actually selected/filtered)&lt;/LI&gt;&lt;LI&gt;A straight table in QlikView configured to have exactly the same dimensions and expressions display the data expected. More than a single row selected in my data island produces a cartesian join, which is a pain, but I guess this is expected behaviour.&lt;/LI&gt;&lt;LI&gt;What would be more useful would be a mechanism of getting to the data in the data island within the extension which does not rely on the dimensions and expressions passed in. Is there such a mechanism? The documentation I've seen is unclear, and I've only seen this.Data.Rows being used as a source of data within the extension. &lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Justin&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/Getting-selections-from-a-data-island-into-an-Extension/m-p/476444#M1235488</guid>
      <dc:creator>justin_morley</dc:creator>
      <dc:date>2026-01-26T16:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: Getting selections from a data island into an Extension</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-selections-from-a-data-island-into-an-Extension/m-p/476445#M1235491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, I've answered half of my question now myself with some more investigation.&lt;/P&gt;&lt;P&gt;Unlike the straight table, the extension object demands both expressions and dimensions to be populated for both the main data and the data island. I did this by adding an extra, fake, column to my data island and passing this in as an unaggregated expression. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This gives me the same set of data in my extension as I see in my straight table, and is subject to the same problem: the main data makes a cartesian join with the data island!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One approach to this would be to just look at the first value in the data island and ignore the rest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd still like to know if there is an option to not use expressions and dimensions at all to interrogate my data island? &lt;/P&gt;&lt;P&gt;Do I have access to anything other than these within my extension?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jun 2013 09:16:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-selections-from-a-data-island-into-an-Extension/m-p/476445#M1235491</guid>
      <dc:creator>justin_morley</dc:creator>
      <dc:date>2013-06-17T09:16:58Z</dc:date>
    </item>
    <item>
      <title>Re: Getting selections from a data island into an Extension</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-selections-from-a-data-island-into-an-Extension/m-p/476446#M1235495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;An with a bit more time and investigation I've managed to bypass the cartesian join problem too! I've now passed all the information from my data islands in as a calculated, concatenated expression using the following in my Definition.xml:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &amp;lt;Measurement Label="Measure 1" Initial="DoseColumnID"/&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;lt;Initiate Name="Chart.Expression.0.0.Definition" Value="'{' &amp;amp; Concat(DoseColumnID,',') &amp;amp; '},{' &amp;amp; Concat(TimeColumn,',') &amp;amp; '},{' &amp;amp; Concat(TimeUnit,',') &amp;amp; '}'" /&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can then parse this field and work out the contents of my 3 separate data islands from here, without the danger of a cartesian join causing 1000s of rows of data to appear in my extension object. Marvellous. Sorry to bother everyone with this thread, and then working an answer out for myself!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jun 2013 10:06:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-selections-from-a-data-island-into-an-Extension/m-p/476446#M1235495</guid>
      <dc:creator>justin_morley</dc:creator>
      <dc:date>2013-06-17T10:06:01Z</dc:date>
    </item>
  </channel>
</rss>

