<?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: Extension with two dataset in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Extension-with-two-dataset/m-p/463403#M1237733</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to do exactly the same thing. I need two different dataset in my extension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you find a solution or workaround ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Apr 2013 19:26:17 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-04-29T19:26:17Z</dc:date>
    <item>
      <title>Extension with two dataset</title>
      <link>https://community.qlik.com/t5/QlikView/Extension-with-two-dataset/m-p/463402#M1237732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hy,&lt;/P&gt;&lt;P&gt;It's possible create a Extension with two different dataset.&lt;/P&gt;&lt;P&gt;My problem is to use a dateset (one dimension A e one expression A ) for the first analisys and the second dataset (two dimension A B and two expression D E) for the second analisys (detail when click on row of first analisys with a popup).&lt;/P&gt;&lt;P&gt;in _this.Data.Rows there is a single dataset (dimension A B ; expression A D E).&lt;/P&gt;&lt;P&gt;Does not exist _this.Data[0].Rows&amp;nbsp; and&amp;nbsp; _this.Data[1].Rows&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/Extension-with-two-dataset/m-p/463402#M1237732</guid>
      <dc:creator>gandelr</dc:creator>
      <dc:date>2026-01-26T16:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: Extension with two dataset</title>
      <link>https://community.qlik.com/t5/QlikView/Extension-with-two-dataset/m-p/463403#M1237733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to do exactly the same thing. I need two different dataset in my extension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you find a solution or workaround ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Apr 2013 19:26:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extension-with-two-dataset/m-p/463403#M1237733</guid>
      <dc:creator />
      <dc:date>2013-04-29T19:26:17Z</dc:date>
    </item>
    <item>
      <title>Re: Extension with two dataset</title>
      <link>https://community.qlik.com/t5/QlikView/Extension-with-two-dataset/m-p/463404#M1237734</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;this is just an idea: create two extensions with different data sets and make the 2nd extension overlaying the 1st extension and only visible if something is selected in the 1st.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Ralf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Apr 2013 19:33:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extension-with-two-dataset/m-p/463404#M1237734</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2013-04-29T19:33:01Z</dc:date>
    </item>
    <item>
      <title>Re: Extension with two dataset</title>
      <link>https://community.qlik.com/t5/QlikView/Extension-with-two-dataset/m-p/463405#M1237735</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;Another idea (or maybe the same as Ralf's &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;) is to have two extensions with the two different data sets and make one extension know about the other and fetch the data from both datasets before using it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The tricky part maybe implementeing the selections, if you need that part working as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UI wise you can do as Ralf says, hiding them ontop of eachother. Have not tried it but if you manipulate the DOM of the second extension maybe you could automatically hide it behind the first (or even make it invisable).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Working with extensions is hacking... &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>Tue, 30 Apr 2013 09:58:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extension-with-two-dataset/m-p/463405#M1237735</guid>
      <dc:creator>patrik_seger</dc:creator>
      <dc:date>2013-04-30T09:58:04Z</dc:date>
    </item>
    <item>
      <title>Re: Extension with two dataset</title>
      <link>https://community.qlik.com/t5/QlikView/Extension-with-two-dataset/m-p/463406#M1237736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes It could be a "solution", but I need to display the second dataset inside the first extension. How can I pass the datasets between the extensions ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Apr 2013 10:07:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extension-with-two-dataset/m-p/463406#M1237736</guid>
      <dc:creator />
      <dc:date>2013-04-30T10:07:52Z</dc:date>
    </item>
    <item>
      <title>Re: Extension with two dataset</title>
      <link>https://community.qlik.com/t5/QlikView/Extension-with-two-dataset/m-p/463407#M1237737</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;There are numerous ways to do this, but since you develop the JavaScript for them both it's up to you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One way to do it is that the second dataset EO only acts as an object that collects the data and tells the first extension object when data is updated. You could create a simple callback mecahnism for this, and handle the syncronization between the two EOs.&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>Tue, 30 Apr 2013 10:20:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extension-with-two-dataset/m-p/463407#M1237737</guid>
      <dc:creator>patrik_seger</dc:creator>
      <dc:date>2013-04-30T10:20:45Z</dc:date>
    </item>
  </channel>
</rss>

