<?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: List Box to determine the bubble size from a scatter chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/List-Box-to-determine-the-bubble-size-from-a-scatter-chart/m-p/1158751#M911499</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you detail your requirements a bit closer? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you just want to show the third expression value per dimension?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use a field expression in your list box:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Aggr( &lt;EM&gt;YourBubbleSizeExpressionFromScatterChart&lt;/EM&gt;, &lt;EM&gt;YourDimensionFromScatterChart&lt;/EM&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Jun 2016 10:58:07 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2016-06-09T10:58:07Z</dc:date>
    <item>
      <title>List Box to determine the bubble size from a scatter chart</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-to-determine-the-bubble-size-from-a-scatter-chart/m-p/1158750#M911496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know how to create a list Box to determine the bubble size from a scatter chart ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thks,dani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-to-determine-the-bubble-size-from-a-scatter-chart/m-p/1158750#M911496</guid>
      <dc:creator>danialier</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: List Box to determine the bubble size from a scatter chart</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-to-determine-the-bubble-size-from-a-scatter-chart/m-p/1158751#M911499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you detail your requirements a bit closer? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you just want to show the third expression value per dimension?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use a field expression in your list box:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Aggr( &lt;EM&gt;YourBubbleSizeExpressionFromScatterChart&lt;/EM&gt;, &lt;EM&gt;YourDimensionFromScatterChart&lt;/EM&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2016 10:58:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-to-determine-the-bubble-size-from-a-scatter-chart/m-p/1158751#M911499</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-06-09T10:58:07Z</dc:date>
    </item>
    <item>
      <title>Re: List Box to determine the bubble size from a scatter chart</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-to-determine-the-bubble-size-from-a-scatter-chart/m-p/1158752#M911501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Swuehl,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd like to have a list box (or another object) where to be able to select a bubble size from a list of different types of bubble sizes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Doing this way when looking a WW map I can select a bubble size and then when zooming-in at country level I can select another bubble size.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know if that is possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thks,dani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2016 11:13:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-to-determine-the-bubble-size-from-a-scatter-chart/m-p/1158752#M911501</guid>
      <dc:creator>danialier</dc:creator>
      <dc:date>2016-06-09T11:13:18Z</dc:date>
    </item>
    <item>
      <title>Re: List Box to determine the bubble size from a scatter chart</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-to-determine-the-bubble-size-from-a-scatter-chart/m-p/1158753#M911502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, might be possible using a field expression (select &amp;lt;expression&amp;gt; from field drop down on general tab of the list box properties), like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Aggr( Sum(Sales), CustomerID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Replace the expression and dimension according to your setting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can't really get the bubble size, but you can create kind of buckets for the bubble expression in the scatter chart as well as the list box:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Round((Sum(Sales)-Min(Total Sales)) / (Max(Total Sales) - Min(Total Sales))*10)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2016 11:39:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-to-determine-the-bubble-size-from-a-scatter-chart/m-p/1158753#M911502</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-06-09T11:39:56Z</dc:date>
    </item>
    <item>
      <title>Re: List Box to determine the bubble size from a scatter chart</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-to-determine-the-bubble-size-from-a-scatter-chart/m-p/1158754#M911503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dani,&lt;/P&gt;&lt;P&gt;Why do you want to use a list box?&lt;/P&gt;&lt;P&gt;I think that is better to use a Slider with a variable, and use this variable to get bubble size.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2016 11:40:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-to-determine-the-bubble-size-from-a-scatter-chart/m-p/1158754#M911503</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-09T11:40:23Z</dc:date>
    </item>
  </channel>
</rss>

