<?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 scaling of bubble size: how to change in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Relative-scaling-of-bubble-size-how-to-change/m-p/349097#M129347</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure what you are talking about. I do get the expression evaluated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you post a small sample file?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Jun 2012 09:41:10 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2012-06-21T09:41:10Z</dc:date>
    <item>
      <title>Relative scaling of bubble size: how to change</title>
      <link>https://community.qlik.com/t5/QlikView/Relative-scaling-of-bubble-size-how-to-change/m-p/349092#M129342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have made a grid chart with bubble reflecting the volume sold to certain customer/product combinations. It appears that the relative scaling of the bubbles is not correct. When the volume of a certain product/customer combination is twice as big, the bubble appears to be at least 4x bigger.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Two questions: &lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Does anybody know how the relative bubbel size is determined? Is my observation correct?&lt;/LI&gt;&lt;LI&gt;Can I change the approach used for the relative scaling of the bubbbles?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&amp;nbsp; Marc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2012 11:59:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Relative-scaling-of-bubble-size-how-to-change/m-p/349092#M129342</guid>
      <dc:creator />
      <dc:date>2012-06-12T11:59:30Z</dc:date>
    </item>
    <item>
      <title>Re: Relative scaling of bubble size: how to change</title>
      <link>https://community.qlik.com/t5/QlikView/Relative-scaling-of-bubble-size-how-to-change/m-p/349093#M129343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I assumed so far that the bubble size will scale from zero to the max bubble size set linearly, where the size will be set by the bubble size expression and the 'bubble size' will be proportional to the area of the bubble.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well, anyway, you can use any expression as bubble size expression, so if you think the bubble appears 4x larger if your expression gives only a 2x value, just use something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=sqrt( sum(Volume) )&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i.e. calculate the square root of your values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2012 12:48:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Relative-scaling-of-bubble-size-how-to-change/m-p/349093#M129343</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-06-12T12:48:21Z</dc:date>
    </item>
    <item>
      <title>Re: Relative scaling of bubble size: how to change</title>
      <link>https://community.qlik.com/t5/QlikView/Relative-scaling-of-bubble-size-how-to-change/m-p/349094#M129344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, thanks for the reply. This is what I did, use the square root to get the proper scaling. But this has a major drawback: if you mouse over the bubbles to get the value of the bubble (which I use a lot), you get a aeamningless number. So I would prefer a different solution. Any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2012 09:32:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Relative-scaling-of-bubble-size-how-to-change/m-p/349094#M129344</guid>
      <dc:creator />
      <dc:date>2012-06-13T09:32:51Z</dc:date>
    </item>
    <item>
      <title>Re: Relative scaling of bubble size: how to change</title>
      <link>https://community.qlik.com/t5/QlikView/Relative-scaling-of-bubble-size-how-to-change/m-p/349095#M129345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try using a dual as bubble size expression outcome, something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;dual( sum(Volume), sqrt( sum(Volume) ) )&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2012 09:37:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Relative-scaling-of-bubble-size-how-to-change/m-p/349095#M129345</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-06-13T09:37:58Z</dc:date>
    </item>
    <item>
      <title>Re: Relative scaling of bubble size: how to change</title>
      <link>https://community.qlik.com/t5/QlikView/Relative-scaling-of-bubble-size-how-to-change/m-p/349096#M129346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stefan, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This seems to be the way to go. One detail: if I do this, the experession is sum(Volume) is not evaluated. How can I force evaluation of the expression and then display the result as a number?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2012 08:14:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Relative-scaling-of-bubble-size-how-to-change/m-p/349096#M129346</guid>
      <dc:creator />
      <dc:date>2012-06-21T08:14:35Z</dc:date>
    </item>
    <item>
      <title>Re: Relative scaling of bubble size: how to change</title>
      <link>https://community.qlik.com/t5/QlikView/Relative-scaling-of-bubble-size-how-to-change/m-p/349097#M129347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure what you are talking about. I do get the expression evaluated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you post a small sample file?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2012 09:41:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Relative-scaling-of-bubble-size-how-to-change/m-p/349097#M129347</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-06-21T09:41:10Z</dc:date>
    </item>
    <item>
      <title>Re: Relative scaling of bubble size: how to change</title>
      <link>https://community.qlik.com/t5/QlikView/Relative-scaling-of-bubble-size-how-to-change/m-p/349098#M129348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi MarcD,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An alternative to make sure you have the right info when you mouse over the bubble is to create a 4th expression with the desired info. Something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Customername&amp;nbsp; &amp;amp; ': number of products sold ' &amp;amp; ceil ( count ( distinct [Product numbers] ) ) // Pop_up text&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Next, apply the option 'Text as Pop-up' under the Display Options.&lt;/P&gt;&lt;P&gt;This way you are able to modify and personalize the pop-up.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2013 10:02:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Relative-scaling-of-bubble-size-how-to-change/m-p/349098#M129348</guid>
      <dc:creator />
      <dc:date>2013-02-27T10:02:11Z</dc:date>
    </item>
  </channel>
</rss>

