<?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: Relative Bubble Size in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Relative-Bubble-Size/m-p/338613#M577135</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rob,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ooh I want that solution. Where do I put the formula?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Feb 2013 22:20:54 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-02-26T22:20:54Z</dc:date>
    <item>
      <title>Relative Bubble Size</title>
      <link>https://community.qlik.com/t5/QlikView/Relative-Bubble-Size/m-p/338607#M577129</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;I'm trying to figure out how to change the relative size of the bubbles. As the values that determine the size of bubbles are relatively close, hence making the size of bubbles very similar. How can I edit the relative size of the bubbles? Changing the Max size of bubble does not help.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;IMG alt="Bubble size.JPG" class="jive-image-thumbnail jive-image" onclick="" src="https://community.qlik.com/legacyfs/online/13845_Bubble+size.JPG" width="450" /&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2012 07:59:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Relative-Bubble-Size/m-p/338607#M577129</guid>
      <dc:creator />
      <dc:date>2012-05-07T07:59:20Z</dc:date>
    </item>
    <item>
      <title>Relative Bubble Size</title>
      <link>https://community.qlik.com/t5/QlikView/Relative-Bubble-Size/m-p/338608#M577130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is a Max Bubble Size setting on the Presentation tab of properties (Disable Autosize Symbols) that you should do what you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;P.Prasath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2012 08:40:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Relative-Bubble-Size/m-p/338608#M577130</guid>
      <dc:creator />
      <dc:date>2012-05-07T08:40:21Z</dc:date>
    </item>
    <item>
      <title>Relative Bubble Size</title>
      <link>https://community.qlik.com/t5/QlikView/Relative-Bubble-Size/m-p/338609#M577131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prasath, it didn't turn out well. I tried but all bubbles grew together and overcrowded the chart. I could hardly tell the size difference. &lt;/P&gt;&lt;P&gt;Wynn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2012 08:45:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Relative-Bubble-Size/m-p/338609#M577131</guid>
      <dc:creator />
      <dc:date>2012-05-07T08:45:16Z</dc:date>
    </item>
    <item>
      <title>Re: Relative Bubble Size</title>
      <link>https://community.qlik.com/t5/QlikView/Relative-Bubble-Size/m-p/338610#M577132</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;You could probably select different styles as shown in the below screenshot. What I feel here you have selected the style for all the bubles to be in the same size and not relative. &lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="13856" alt="nogap.JPG" class="jive-image-thumbnail jive-image" src="https://community.qlik.com/legacyfs/online/13856_nogap.JPG" width="450" /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Subin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2012 10:53:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Relative-Bubble-Size/m-p/338610#M577132</guid>
      <dc:creator>subin6600</dc:creator>
      <dc:date>2012-05-07T10:53:10Z</dc:date>
    </item>
    <item>
      <title>Relative Bubble Size</title>
      <link>https://community.qlik.com/t5/QlikView/Relative-Bubble-Size/m-p/338611#M577133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can calculate a value for the bubble size that increases the relative difference. A simple example would be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum(value) - max(TOTAL value) + .01&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;other formulas are possible, depending on how you want to visually represent the spread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2012 19:49:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Relative-Bubble-Size/m-p/338611#M577133</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2012-05-07T19:49:30Z</dc:date>
    </item>
    <item>
      <title>Relative Bubble Size</title>
      <link>https://community.qlik.com/t5/QlikView/Relative-Bubble-Size/m-p/338612#M577134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Rob! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It works! As the values ranges from 60-90, I deduct a 50 from the value in the formula.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Bubble size2.JPG" class="jive-image-thumbnail jive-image" onclick="" src="https://community.qlik.com/legacyfs/online/13886_Bubble+size2.JPG" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2012 00:23:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Relative-Bubble-Size/m-p/338612#M577134</guid>
      <dc:creator />
      <dc:date>2012-05-08T00:23:06Z</dc:date>
    </item>
    <item>
      <title>Re: Relative Bubble Size</title>
      <link>https://community.qlik.com/t5/QlikView/Relative-Bubble-Size/m-p/338613#M577135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rob,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ooh I want that solution. Where do I put the formula?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2013 22:20:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Relative-Bubble-Size/m-p/338613#M577135</guid>
      <dc:creator />
      <dc:date>2013-02-26T22:20:54Z</dc:date>
    </item>
    <item>
      <title>Re: Relative Bubble Size</title>
      <link>https://community.qlik.com/t5/QlikView/Relative-Bubble-Size/m-p/338614#M577136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The bubble size is the 3rd expression in the scatter chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2013 01:02:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Relative-Bubble-Size/m-p/338614#M577136</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2013-02-27T01:02:56Z</dc:date>
    </item>
    <item>
      <title>Re: Relative Bubble Size</title>
      <link>https://community.qlik.com/t5/QlikView/Relative-Bubble-Size/m-p/338615#M577137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Found it. &lt;/P&gt;&lt;P&gt;I started using Google Maps within QVdocs and wanted to change the size of the bubbles on the map. Knew it should be the 3rd but it wasn't working. Turns out that I had to change the dimension...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2013 09:54:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Relative-Bubble-Size/m-p/338615#M577137</guid>
      <dc:creator />
      <dc:date>2013-02-27T09:54:44Z</dc:date>
    </item>
    <item>
      <title>Re: Relative Bubble Size</title>
      <link>https://community.qlik.com/t5/QlikView/Relative-Bubble-Size/m-p/338616#M577138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rob,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the 3rd expression i am using 3 conditons to plot the bubbles in 3 different sizes i.e, HIGH, MID , LOW size.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg: if(A='LOW',20,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(A='MID',50,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(A='HIGH',90)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;problem here is when all 3 values are present i.e, greater than 0. it works fine.&lt;/P&gt;&lt;P&gt;but when any one value is 0 then bubble size shifts by one level up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eg: 1. When HIGH value is 0 then MID bubble will plot in the size of HIGH and LOW bubble will plot in the size of MID.&lt;/P&gt;&lt;P&gt;2. if MID and HIGH both values are 0. then LOW bubble will plot in the size of HIGH.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expection is respective bubbles should always plot in the size given in the conditon rather than automatically resize itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you help on this please ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Aug 2013 04:44:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Relative-Bubble-Size/m-p/338616#M577138</guid>
      <dc:creator />
      <dc:date>2013-08-02T04:44:07Z</dc:date>
    </item>
    <item>
      <title>Re: Relative Bubble Size</title>
      <link>https://community.qlik.com/t5/QlikView/Relative-Bubble-Size/m-p/338617#M577139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rob,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using a grid chart have only one expression, which is =count(No:). Is it still possible to modify the size of the bubble?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 13:00:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Relative-Bubble-Size/m-p/338617#M577139</guid>
      <dc:creator>infock12</dc:creator>
      <dc:date>2015-10-07T13:00:07Z</dc:date>
    </item>
    <item>
      <title>Re: Relative Bubble Size</title>
      <link>https://community.qlik.com/t5/QlikView/Relative-Bubble-Size/m-p/1574172#M577140</link>
      <description>&lt;P&gt;There are 2 measures for scatter plot one for X-axis and another for Y-axis, just add the third and that would be treated as Bubble size expression&lt;/P&gt;&lt;P&gt;Hope this would help!&lt;/P&gt;</description>
      <pubDate>Sun, 28 Apr 2019 09:40:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Relative-Bubble-Size/m-p/1574172#M577140</guid>
      <dc:creator>abhalla2</dc:creator>
      <dc:date>2019-04-28T09:40:34Z</dc:date>
    </item>
  </channel>
</rss>

