<?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 Word Cloud Extension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Word-Cloud-Extension/m-p/379431#M1239298</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created a word cloud extension using Jquery and JQCloud plugin. Every thing looks fine, except qlikview selection part.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Every time i select a dimension in the word cloud, it is always selecting the last dimention in the table (this.data).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can some one verify and correct the code? ( the issue is somewhere in the data generation part whish&amp;nbsp; is in script.js file).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reference: &lt;A href="https://github.com/lucaong/jQCloud" target="_blank"&gt;https://github.com/lucaong/jQCloud&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Venkatesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Jan 2026 16:26:21 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2026-01-26T16:26:21Z</dc:date>
    <item>
      <title>Word Cloud Extension</title>
      <link>https://community.qlik.com/t5/QlikView/Word-Cloud-Extension/m-p/379431#M1239298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created a word cloud extension using Jquery and JQCloud plugin. Every thing looks fine, except qlikview selection part.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Every time i select a dimension in the word cloud, it is always selecting the last dimention in the table (this.data).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can some one verify and correct the code? ( the issue is somewhere in the data generation part whish&amp;nbsp; is in script.js file).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reference: &lt;A href="https://github.com/lucaong/jQCloud" target="_blank"&gt;https://github.com/lucaong/jQCloud&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Venkatesh.&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/Word-Cloud-Extension/m-p/379431#M1239298</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2026-01-26T16:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: Word Cloud Extension</title>
      <link>https://community.qlik.com/t5/QlikView/Word-Cloud-Extension/m-p/379432#M1239300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the correct .qar file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Venkatesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2012 08:54:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Word-Cloud-Extension/m-p/379432#M1239300</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-08-21T08:54:50Z</dc:date>
    </item>
    <item>
      <title>Re: Word Cloud Extension</title>
      <link>https://community.qlik.com/t5/QlikView/Word-Cloud-Extension/m-p/379433#M1239301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are running into scope and closure problems. I wont deep dive into the issue itself since it's pretty complicated but google for javascript closure and you will find alot of smarter people then me explaning it &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;Anyways, here is an updated version of the extension with a working event handler. I also cleaned up a bit, check the code I tried to comment some of the stuff.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2012 13:29:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Word-Cloud-Extension/m-p/379433#M1239301</guid>
      <dc:creator>Alexander_Thor</dc:creator>
      <dc:date>2012-08-21T13:29:22Z</dc:date>
    </item>
    <item>
      <title>Re: Word Cloud Extension</title>
      <link>https://community.qlik.com/t5/QlikView/Word-Cloud-Extension/m-p/379434#M1239302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I also updated your script file so that it works properly (I handled events differently from Alexander--I used jQuery).&amp;nbsp; I hope it helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2012 13:39:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Word-Cloud-Extension/m-p/379434#M1239302</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2012-08-21T13:39:53Z</dc:date>
    </item>
    <item>
      <title>Re: Word Cloud Extension</title>
      <link>https://community.qlik.com/t5/QlikView/Word-Cloud-Extension/m-p/379435#M1239303</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;Nice job ! Nicole's version works fine for me. But It seems rendering only 40 values, is it something that can be overrided then if yes, where?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2012 18:29:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Word-Cloud-Extension/m-p/379435#M1239303</guid>
      <dc:creator>agilos_mla</dc:creator>
      <dc:date>2012-08-21T18:29:14Z</dc:date>
    </item>
    <item>
      <title>Re: Word Cloud Extension</title>
      <link>https://community.qlik.com/t5/QlikView/Word-Cloud-Extension/m-p/379436#M1239304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the Definition.xml file, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;ExtensionObject Label="Word Cloud" Description="Generates an interactive Tag Cloud" PageHeigth="10000"&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;should be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;ExtensionObject Label="Word Cloud" Description="Generates an interactive Tag Cloud" PageHeight="10000"&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and you can change the 10,000 to whatever you would like.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(Sorry, when I looked at the extension, I only edited the script file and didn't look at anything else.)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2012 18:54:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Word-Cloud-Extension/m-p/379436#M1239304</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2012-08-21T18:54:53Z</dc:date>
    </item>
    <item>
      <title>Re: Word Cloud Extension</title>
      <link>https://community.qlik.com/t5/QlikView/Word-Cloud-Extension/m-p/379437#M1239305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alex,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply. When i include your extenstion object into qlikview it is throwing some javascript error. (Line 6)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dont know what is the issue. Could you please check the code once again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Venkatesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2012 02:49:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Word-Cloud-Extension/m-p/379437#M1239305</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-08-22T02:49:41Z</dc:date>
    </item>
    <item>
      <title>Re: Word Cloud Extension</title>
      <link>https://community.qlik.com/t5/QlikView/Word-Cloud-Extension/m-p/379438#M1239306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nicole,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply and It is working fine. &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;Regards&lt;/P&gt;&lt;P&gt;Venkatesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2012 02:52:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Word-Cloud-Extension/m-p/379438#M1239306</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-08-22T02:52:05Z</dc:date>
    </item>
    <item>
      <title>Re: Word Cloud Extension</title>
      <link>https://community.qlik.com/t5/QlikView/Word-Cloud-Extension/m-p/379439#M1239307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Nicole for your great edition.&lt;/P&gt;&lt;P&gt;May I know can we set the word cloud to display only the top 10 words?&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;Dimension = Market&lt;/P&gt;&lt;P&gt;expression = sum([Media Investment])&lt;/P&gt;&lt;P&gt;Display only 10 words instead of 11 words as shown below.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/46808_Capture.PNG.png" style="width: 620px; height: 316px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Additional question is PageHeigth is refer to total number of character? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and best regards,&lt;/P&gt;&lt;P&gt;Chanel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Sep 2013 08:17:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Word-Cloud-Extension/m-p/379439#M1239307</guid>
      <dc:creator />
      <dc:date>2013-09-23T08:17:13Z</dc:date>
    </item>
    <item>
      <title>Re: Word Cloud Extension</title>
      <link>https://community.qlik.com/t5/QlikView/Word-Cloud-Extension/m-p/379440#M1239308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you venkytcs abd Nicole ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; This extension object works fine for me but It is possible to sort the data set in this object ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; I searched for this option but didn't find on chart properties .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Please assists how we can sort the data within this word cloud chart .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Oct 2013 09:00:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Word-Cloud-Extension/m-p/379440#M1239308</guid>
      <dc:creator />
      <dc:date>2013-10-08T09:00:30Z</dc:date>
    </item>
    <item>
      <title>Re: Word Cloud Extension</title>
      <link>https://community.qlik.com/t5/QlikView/Word-Cloud-Extension/m-p/379441#M1239309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Venkeytcs ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is working fine but when I tried to use Sorted by expression&lt;/P&gt;&lt;P&gt;then it is not working . Even our selection to this option not getting saved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please assists me ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2013 10:43:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Word-Cloud-Extension/m-p/379441#M1239309</guid>
      <dc:creator />
      <dc:date>2013-10-09T10:43:52Z</dc:date>
    </item>
  </channel>
</rss>

