<?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: Word Cloud Object Extension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Word-Cloud-Object-Extension/m-p/463952#M1239169</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi James any luck or you have updates on a fix for what you mentioned, I am trying to display about 3000 to 4000 words in the cloud but the cloud randomly keeping changing the largest occurring word with every clear essentially not able to display all the words. any suggestions of how to overcome this..&lt;/P&gt;&lt;P&gt;- sun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Nov 2014 20:57:02 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-11-03T20:57:02Z</dc:date>
    <item>
      <title>Word Cloud Object Extension</title>
      <link>https://community.qlik.com/t5/QlikView/Word-Cloud-Object-Extension/m-p/463880#M1239097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A new app for the US Presidential election is being released on the QlikView Demo Site shortly, and it contains an extension for a word cloud that might be useful.&amp;nbsp; It's built using &lt;A href="http://www.jasondavies.com/wordcloud/#http%3A%2F%2Fsearch.twitter.com%2Fsearch.json%3Frpp%3D100%26q%3D%7Bword%7D=cloud" target="_blank"&gt;this&lt;/A&gt; word cloud generation javascript library (built on the d3 JS library) which attempted to simulate the look and feel of Wordle:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="22842" alt="cloud.png" class="jive-image jive-image-thumbnail" onclick="" src="https://community.qlik.com/legacyfs/online/22842_cloud.png" width="450" /&gt;&lt;/P&gt;&lt;P&gt;I don't use all of the options available in this library and keep it pretty bare bones, but I imagine this extension should satisfy most use cases. &lt;/P&gt;&lt;P&gt;The properties are fairly straightforward:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="22843" alt="cloudprops.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/22843_cloudprops.png" /&gt;&lt;/P&gt;&lt;P&gt;The &lt;STRONG&gt;Words&lt;/STRONG&gt; dimension is simply the list of words that will be displayed in the cloud&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Measurement&lt;/STRONG&gt; is an expression which controls the sizes of the words.&amp;nbsp; This could be anything you'd like to measure the words against.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Color Expression &lt;/STRONG&gt;is the expression which controls the color of the words.&amp;nbsp; If you simply want one color, you could hardcode it to a hex or RGB color, or you could use an expression and mix two colors (using the ColorMix1 function from QlikView), or use the expression like a gauge and present any number of colors based on some range.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The&lt;STRONG&gt; Maximum Font Size &lt;/STRONG&gt;and &lt;STRONG&gt;Minimum Font Size &lt;/STRONG&gt;properties are simply the maximum and minimum sizes of the words.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SOME THINGS TO NOTE:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;The cloud can be a bit unwieldly (or maybe crash) if you pass too many words into it, so I've set a maximum data set of 700 for this extension.&amp;nbsp; To change this, edit the Definition.xml file in the extension's folder and change 700 to whatever you want in this line:&lt;/P&gt;&lt;P&gt;&amp;lt;ExtensionObject Label="wordCloud" Description="wordCloud"&lt;EM&gt;&lt;STRONG&gt; PageHeight="700"&lt;/STRONG&gt;&lt;/EM&gt;&amp;gt;&lt;/P&gt;&lt;P&gt;The only issue this might cause is if you have 1000 words in the dimension, a random selection of 700 will be passed in, in no particular order.&amp;nbsp; I've tried and tried to get the extension to sort based on the expression rather than the dimension and I think it's not possible (which may be a bug), so instead returning the top x number of words based on an expression might need to be done using set analysis, firstsortvalue, or ranking function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think that's it.&amp;nbsp; Let me know if you run into any problems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;EDIT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I now host this extension on GitHub.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/brianwmunz/wordCloud-QV11" title="https://github.com/brianwmunz/wordCloud-QV11" target="_blank"&gt;brianwmunz/wordCloud-QV11 · GitHub&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Please download it from there form now on.&amp;nbsp; Also, feel free to update, change, improve, etc. the extension in any way you please using GitHub.&lt;/P&gt;&lt;P&gt;Thanks.&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-Object-Extension/m-p/463880#M1239097</guid>
      <dc:creator>Brian_Munz</dc:creator>
      <dc:date>2026-01-26T16:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: Word Cloud Object Extension</title>
      <link>https://community.qlik.com/t5/QlikView/Word-Cloud-Object-Extension/m-p/463881#M1239098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Brian,&lt;/P&gt;&lt;P&gt;I encounter an error script when drag and drop the extension object in Desktop (11SR2 x64 windows7)&lt;/P&gt;&lt;P&gt;Please find attached pop-up screenshot.&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Michael.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Oct 2012 20:04:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Word-Cloud-Object-Extension/m-p/463881#M1239098</guid>
      <dc:creator>agilos_mla</dc:creator>
      <dc:date>2012-10-02T20:04:33Z</dc:date>
    </item>
    <item>
      <title>Re: Word Cloud Object Extension</title>
      <link>https://community.qlik.com/t5/QlikView/Word-Cloud-Object-Extension/m-p/463882#M1239099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Same error here on QlikView 11 SR1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Hampus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2012 08:38:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Word-Cloud-Object-Extension/m-p/463882#M1239099</guid>
      <dc:creator>hps</dc:creator>
      <dc:date>2012-10-03T08:38:56Z</dc:date>
    </item>
    <item>
      <title>Re: Word Cloud Object Extension</title>
      <link>https://community.qlik.com/t5/QlikView/Word-Cloud-Object-Extension/m-p/463883#M1239100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hmm it works fine for me. What version of IE are you running on your computer?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2012 09:42:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Word-Cloud-Object-Extension/m-p/463883#M1239100</guid>
      <dc:creator>Brian_Munz</dc:creator>
      <dc:date>2012-10-03T09:42:59Z</dc:date>
    </item>
    <item>
      <title>Re: Word Cloud Object Extension</title>
      <link>https://community.qlik.com/t5/QlikView/Word-Cloud-Object-Extension/m-p/463884#M1239101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I get it inside Qv.exe in webview when opening a document and adding extension object in webview.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2012 09:44:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Word-Cloud-Object-Extension/m-p/463884#M1239101</guid>
      <dc:creator>hps</dc:creator>
      <dc:date>2012-10-03T09:44:36Z</dc:date>
    </item>
    <item>
      <title>Re: Word Cloud Object Extension</title>
      <link>https://community.qlik.com/t5/QlikView/Word-Cloud-Object-Extension/m-p/463885#M1239102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Webview uses Internet Explorer to run. Do you know which version you have installed?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2012 09:46:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Word-Cloud-Object-Extension/m-p/463885#M1239102</guid>
      <dc:creator>Brian_Munz</dc:creator>
      <dc:date>2012-10-03T09:46:35Z</dc:date>
    </item>
    <item>
      <title>Re: Word Cloud Object Extension</title>
      <link>https://community.qlik.com/t5/QlikView/Word-Cloud-Object-Extension/m-p/463886#M1239103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;IE 9.0.10 running with Win 7&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2012 09:47:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Word-Cloud-Object-Extension/m-p/463886#M1239103</guid>
      <dc:creator>hps</dc:creator>
      <dc:date>2012-10-03T09:47:26Z</dc:date>
    </item>
    <item>
      <title>Re: Word Cloud Object Extension</title>
      <link>https://community.qlik.com/t5/QlikView/Word-Cloud-Object-Extension/m-p/463887#M1239104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'am running IE 9 (version9.0.10 x64 KB2744842) . Indeed it might be due to a windows upgrade or the 11sr2 since the error is in the QvAjax.js...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2012 09:49:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Word-Cloud-Object-Extension/m-p/463887#M1239104</guid>
      <dc:creator>agilos_mla</dc:creator>
      <dc:date>2012-10-03T09:49:14Z</dc:date>
    </item>
    <item>
      <title>Re: Word Cloud Object Extension</title>
      <link>https://community.qlik.com/t5/QlikView/Word-Cloud-Object-Extension/m-p/463888#M1239105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No it's strange because I'm running IE9 on SR 2 also. Maybe I uploaded an old version of the extension or something. I'll try another version later today.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2012 09:51:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Word-Cloud-Object-Extension/m-p/463888#M1239105</guid>
      <dc:creator>Brian_Munz</dc:creator>
      <dc:date>2012-10-03T09:51:23Z</dc:date>
    </item>
    <item>
      <title>Re: Word Cloud Object Extension</title>
      <link>https://community.qlik.com/t5/QlikView/Word-Cloud-Object-Extension/m-p/463889#M1239106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Seems to run fine on IE 9, W2K8 but &lt;STRONG&gt;SR1&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2012 09:53:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Word-Cloud-Object-Extension/m-p/463889#M1239106</guid>
      <dc:creator>agilos_mla</dc:creator>
      <dc:date>2012-10-03T09:53:07Z</dc:date>
    </item>
    <item>
      <title>Re: Word Cloud Object Extension</title>
      <link>https://community.qlik.com/t5/QlikView/Word-Cloud-Object-Extension/m-p/463890#M1239107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Works fine when deploying on a server and adding from the access point&lt;/P&gt;&lt;P&gt;But running the same in qv.exe/webview on the same server generates issues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Security permissions in IE interfering?&lt;/P&gt;&lt;P&gt;Espescially so for running Javascripts?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2012 10:10:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Word-Cloud-Object-Extension/m-p/463890#M1239107</guid>
      <dc:creator>hps</dc:creator>
      <dc:date>2012-10-03T10:10:55Z</dc:date>
    </item>
    <item>
      <title>Re: Word Cloud Object Extension</title>
      <link>https://community.qlik.com/t5/QlikView/Word-Cloud-Object-Extension/m-p/463891#M1239108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you ever installed any other extensions before?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2012 10:39:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Word-Cloud-Object-Extension/m-p/463891#M1239108</guid>
      <dc:creator>Brian_Munz</dc:creator>
      <dc:date>2012-10-03T10:39:23Z</dc:date>
    </item>
    <item>
      <title>Re: Word Cloud Object Extension</title>
      <link>https://community.qlik.com/t5/QlikView/Word-Cloud-Object-Extension/m-p/463892#M1239109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes of course.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Google Maps extension works fine in qv.exe webview for example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2012 11:28:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Word-Cloud-Object-Extension/m-p/463892#M1239109</guid>
      <dc:creator>hps</dc:creator>
      <dc:date>2012-10-03T11:28:42Z</dc:date>
    </item>
    <item>
      <title>Re: Word Cloud Object Extension</title>
      <link>https://community.qlik.com/t5/QlikView/Word-Cloud-Object-Extension/m-p/463893#M1239110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you please post the error that pops up for you?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2012 14:08:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Word-Cloud-Object-Extension/m-p/463893#M1239110</guid>
      <dc:creator>Brian_Munz</dc:creator>
      <dc:date>2012-10-03T14:08:45Z</dc:date>
    </item>
    <item>
      <title>Re: Word Cloud Object Extension</title>
      <link>https://community.qlik.com/t5/QlikView/Word-Cloud-Object-Extension/m-p/463894#M1239111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SR1 has a bug with extension properties, so maybe that's related?&lt;/P&gt;&lt;P&gt;See here for a workaround in SR1: &lt;A _jive_internal="true" class="loading" href="https://community.qlik.com/message/246202#246202"&gt;http://community.qlik.com/message/246202#246202&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2012 14:10:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Word-Cloud-Object-Extension/m-p/463894#M1239111</guid>
      <dc:creator>Brian_Munz</dc:creator>
      <dc:date>2012-10-03T14:10:51Z</dc:date>
    </item>
    <item>
      <title>Re: Word Cloud Object Extension</title>
      <link>https://community.qlik.com/t5/QlikView/Word-Cloud-Object-Extension/m-p/463895#M1239112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Get this with QV.exe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="22892" class="jive-image-thumbnail jive-image" onclick="" alt="WordCloudError.png" src="https://community.qlik.com/legacyfs/online/22892_WordCloudError.png" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2012 14:10:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Word-Cloud-Object-Extension/m-p/463895#M1239112</guid>
      <dc:creator>hps</dc:creator>
      <dc:date>2012-10-03T14:10:59Z</dc:date>
    </item>
    <item>
      <title>Re: Word Cloud Object Extension</title>
      <link>https://community.qlik.com/t5/QlikView/Word-Cloud-Object-Extension/m-p/463896#M1239113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Very strange that it's an error with the QvAjax.js....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2012 14:14:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Word-Cloud-Object-Extension/m-p/463896#M1239113</guid>
      <dc:creator>Brian_Munz</dc:creator>
      <dc:date>2012-10-03T14:14:13Z</dc:date>
    </item>
    <item>
      <title>Re: Word Cloud Object Extension</title>
      <link>https://community.qlik.com/t5/QlikView/Word-Cloud-Object-Extension/m-p/463897#M1239114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I actually get the same error when trying to use it in 10 SR3 through QV.exe and webview&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2012 14:14:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Word-Cloud-Object-Extension/m-p/463897#M1239114</guid>
      <dc:creator>hps</dc:creator>
      <dc:date>2012-10-03T14:14:33Z</dc:date>
    </item>
    <item>
      <title>Re: Word Cloud Object Extension</title>
      <link>https://community.qlik.com/t5/QlikView/Word-Cloud-Object-Extension/m-p/463898#M1239115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm wondering...are you using words with a lot of "foreign" characters?&amp;nbsp; I only tested this extension with English words. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2012 13:33:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Word-Cloud-Object-Extension/m-p/463898#M1239115</guid>
      <dc:creator>Brian_Munz</dc:creator>
      <dc:date>2012-10-05T13:33:44Z</dc:date>
    </item>
    <item>
      <title>Re: Word Cloud Object Extension</title>
      <link>https://community.qlik.com/t5/QlikView/Word-Cloud-Object-Extension/m-p/463899#M1239116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have to say I'm using QV 11 SR2 (11414) and Internet Explorer 9 (9.0.8112) and worked perfectly since first time I tested it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="23019" class="jive-image-thumbnail jive-image" onclick="" alt="ScreenShot439.png" src="https://community.qlik.com/legacyfs/online/23019_ScreenShot439.png" width="450" /&gt;&lt;/P&gt;&lt;P&gt;Thanks Brian for the great work, it will be very useful (actually, I showed it to a customer that was waiting for something like this).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Oct 2012 10:42:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Word-Cloud-Object-Extension/m-p/463899#M1239116</guid>
      <dc:creator />
      <dc:date>2012-10-06T10:42:47Z</dc:date>
    </item>
  </channel>
</rss>

