<?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: Bubble size in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Bubble-size/m-p/1005385#M341521</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Normally, the axes in a scatter chart are ordinal numerical values - in your example, your x-axis is a customer ID, which is not ordinal. So a scatter chart is almost certainly not the best visualisation for your data. I suggest that you think about what sort of question this chart should answer and come up with a better visualisation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Nov 2015 06:57:52 GMT</pubDate>
    <dc:creator>jonathandienst</dc:creator>
    <dc:date>2015-11-30T06:57:52Z</dc:date>
    <item>
      <title>Bubble size</title>
      <link>https://community.qlik.com/t5/QlikView/Bubble-size/m-p/1005377#M341513</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;&amp;nbsp;&amp;nbsp; I have struck in place please give me suggestion to come out on this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; I have crated scotter chart my expression sum(Polarity), and count (CustID) i want to display bubble's size&amp;nbsp; based on the &lt;SPAN style="font-size: 13.3333px;"&gt;sum(Polarity)&lt;/SPAN&gt;wise.&amp;nbsp; &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;In Expression tab i have given two expresion and bubble size expression also. Here the problem is my bubble are changing for positive values but bubble are not showing for negitive values.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; What i have to do to change for negative values.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Thanks in advance.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;thanks &amp;amp; Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Ravindra &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Nov 2015 06:25:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bubble-size/m-p/1005377#M341513</guid>
      <dc:creator>ravindraa</dc:creator>
      <dc:date>2015-11-30T06:25:48Z</dc:date>
    </item>
    <item>
      <title>Re: Bubble size</title>
      <link>https://community.qlik.com/t5/QlikView/Bubble-size/m-p/1005378#M341514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you attach sample file ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Nagarjuna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Nov 2015 06:37:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bubble-size/m-p/1005378#M341514</guid>
      <dc:creator>nagarjuna_kotha</dc:creator>
      <dc:date>2015-11-30T06:37:50Z</dc:date>
    </item>
    <item>
      <title>Re: Bubble size</title>
      <link>https://community.qlik.com/t5/QlikView/Bubble-size/m-p/1005379#M341515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Negative size - is not feasible. Hence, you don't see any bubble for them. Alternatively you can take absolute values of the negatives using fabs(), and possibly use a some fixed disdinct color (background of the bubbles) for negative values to distinguish from others.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Nov 2015 06:40:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bubble-size/m-p/1005379#M341515</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2015-11-30T06:40:54Z</dc:date>
    </item>
    <item>
      <title>Re: Bubble size</title>
      <link>https://community.qlik.com/t5/QlikView/Bubble-size/m-p/1005380#M341516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may need to clip the negative values to some low positive value (&lt;EM&gt;RangeMax(expr, n)&lt;/EM&gt;), or display the absolute value (&lt;EM&gt;Fabs(expr)&lt;/EM&gt;) using colour to show positive or negative values (although you would lose the legend value of the colours).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this the best possible visualisation pf the data?&amp;nbsp; What are you trying to display? Is suggest that you post a sample qvw file, and details showing what you are trying to achieve.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Nov 2015 06:45:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bubble-size/m-p/1005380#M341516</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-11-30T06:45:16Z</dc:date>
    </item>
    <item>
      <title>Re: Bubble size</title>
      <link>https://community.qlik.com/t5/QlikView/Bubble-size/m-p/1005381#M341517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;Please find the attached sample application and data file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Nov 2015 06:47:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bubble-size/m-p/1005381#M341517</guid>
      <dc:creator>ravindraa</dc:creator>
      <dc:date>2015-11-30T06:47:53Z</dc:date>
    </item>
    <item>
      <title>Re: Bubble size</title>
      <link>https://community.qlik.com/t5/QlikView/Bubble-size/m-p/1005382#M341518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tresesco/Jonathan,&lt;/P&gt;&lt;P&gt; Thanks for replaying i want to show the region wise scotter chart , in that chart i have to show negitive values also but the size should be change based on the Polarity wise .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&amp;amp; Regards&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Nov 2015 06:51:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bubble-size/m-p/1005382#M341518</guid>
      <dc:creator>ravindraa</dc:creator>
      <dc:date>2015-11-30T06:51:09Z</dc:date>
    </item>
    <item>
      <title>Re: Bubble size</title>
      <link>https://community.qlik.com/t5/QlikView/Bubble-size/m-p/1005383#M341519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Something like attached sample?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Nov 2015 06:55:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bubble-size/m-p/1005383#M341519</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2015-11-30T06:55:25Z</dc:date>
    </item>
    <item>
      <title>Re: Bubble size</title>
      <link>https://community.qlik.com/t5/QlikView/Bubble-size/m-p/1005384#M341520</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;PFA...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Nov 2015 06:56:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bubble-size/m-p/1005384#M341520</guid>
      <dc:creator>nagarjuna_kotha</dc:creator>
      <dc:date>2015-11-30T06:56:50Z</dc:date>
    </item>
    <item>
      <title>Re: Bubble size</title>
      <link>https://community.qlik.com/t5/QlikView/Bubble-size/m-p/1005385#M341521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Normally, the axes in a scatter chart are ordinal numerical values - in your example, your x-axis is a customer ID, which is not ordinal. So a scatter chart is almost certainly not the best visualisation for your data. I suggest that you think about what sort of question this chart should answer and come up with a better visualisation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Nov 2015 06:57:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bubble-size/m-p/1005385#M341521</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-11-30T06:57:52Z</dc:date>
    </item>
    <item>
      <title>Re: Bubble size</title>
      <link>https://community.qlik.com/t5/QlikView/Bubble-size/m-p/1005386#M341522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or, alternatively you can take the min value to to set - 10 (or a minimum value you need) and add up the value difference to the expression to maintain the relativity of the values (bubble sizes).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: terminal,monaco;"&gt;=Sum(Polarity)-$(=Min(Aggr(Sum(Polarity),Region)))+10&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Nov 2015 07:01:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bubble-size/m-p/1005386#M341522</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2015-11-30T07:01:59Z</dc:date>
    </item>
  </channel>
</rss>

