<?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 Is there any way to programmatically set Max Bubble Size in Scatter Chart? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Is-there-any-way-to-programmatically-set-Max-Bubble-Size-in/m-p/70694#M11627</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using QlikView 11.&lt;/P&gt;&lt;P&gt;In Scatter Charts I know the way to set the Max Bubble Size (Presentation Tab) or to set the bubble dimension (via the Z-axis dimension).&lt;/P&gt;&lt;P&gt;I can't find any way to set the Max Bubble Size programmatically. For example, when printing data on a map I want the max bubble size to increase when coming in or decrease when zooming out. &lt;/P&gt;&lt;P&gt;I seem to can't find a way to do so, but I don't know if I'm missing something or if it's not possible at all. &lt;/P&gt;&lt;P&gt;Thanks in advance for any help. &lt;IMG alt="scatter-chart.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/200351_scatter-chart.png" style="height: 546px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Apr 2018 11:43:10 GMT</pubDate>
    <dc:creator>jekbauita</dc:creator>
    <dc:date>2018-04-20T11:43:10Z</dc:date>
    <item>
      <title>Is there any way to programmatically set Max Bubble Size in Scatter Chart?</title>
      <link>https://community.qlik.com/t5/QlikView/Is-there-any-way-to-programmatically-set-Max-Bubble-Size-in/m-p/70694#M11627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using QlikView 11.&lt;/P&gt;&lt;P&gt;In Scatter Charts I know the way to set the Max Bubble Size (Presentation Tab) or to set the bubble dimension (via the Z-axis dimension).&lt;/P&gt;&lt;P&gt;I can't find any way to set the Max Bubble Size programmatically. For example, when printing data on a map I want the max bubble size to increase when coming in or decrease when zooming out. &lt;/P&gt;&lt;P&gt;I seem to can't find a way to do so, but I don't know if I'm missing something or if it's not possible at all. &lt;/P&gt;&lt;P&gt;Thanks in advance for any help. &lt;IMG alt="scatter-chart.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/200351_scatter-chart.png" style="height: 546px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2018 11:43:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-there-any-way-to-programmatically-set-Max-Bubble-Size-in/m-p/70694#M11627</guid>
      <dc:creator>jekbauita</dc:creator>
      <dc:date>2018-04-20T11:43:10Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any way to programmatically set Max Bubble Size in Scatter Chart?</title>
      <link>https://community.qlik.com/t5/QlikView/Is-there-any-way-to-programmatically-set-Max-Bubble-Size-in/m-p/70695#M11628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure if this will help:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sub SymbolSize&lt;/P&gt;&lt;P&gt;set v = ActiveDocument.Variables("vSymbolSize")&lt;/P&gt;&lt;P&gt;intSymbolSize = v.GetContent.String&lt;/P&gt;&lt;P&gt;set chart = ActiveDocument.GetSheetObject("CH66")&lt;/P&gt;&lt;P&gt;set p = chart.GetProperties&lt;/P&gt;&lt;P&gt;p.ChartProperties.SymbolSize = intSymbolSize&amp;nbsp; &lt;/P&gt;&lt;P&gt;chart.SetProperties p&lt;/P&gt;&lt;P&gt;end sub&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2018 12:58:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-there-any-way-to-programmatically-set-Max-Bubble-Size-in/m-p/70695#M11628</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2018-04-20T12:58:23Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any way to programmatically set Max Bubble Size in Scatter Chart?</title>
      <link>https://community.qlik.com/t5/QlikView/Is-there-any-way-to-programmatically-set-Max-Bubble-Size-in/m-p/70696#M11629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi m w and thanks for your reply. &lt;/P&gt;&lt;P&gt;I'm not very practical with subroutines, do you mind to be more specific about where should I write this code and how can I activate it? It would be very helpful for me.&lt;/P&gt;&lt;P&gt;I understand the logic of what you wrote and if you can point out some resource I'm sure to find a way to solve my problem. It would be fun to learn a new technique as well. &lt;/P&gt;&lt;P&gt;Thank you again. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2018 13:03:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-there-any-way-to-programmatically-set-Max-Bubble-Size-in/m-p/70696#M11629</guid>
      <dc:creator>jekbauita</dc:creator>
      <dc:date>2018-04-20T13:03:43Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any way to programmatically set Max Bubble Size in Scatter Chart?</title>
      <link>https://community.qlik.com/t5/QlikView/Is-there-any-way-to-programmatically-set-Max-Bubble-Size-in/m-p/70697#M11630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is a vbscript macro.&lt;/P&gt;&lt;P&gt;You open the macro editor (Ctrl+M) and paste the script.&lt;/P&gt;&lt;P&gt;Then add an input box with a variable named &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;vSymbolSize (to match the name in the code).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Finally you set an OnInput trigger on the variable with an action that runs the macro (SymbolSize)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2018 13:11:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-there-any-way-to-programmatically-set-Max-Bubble-Size-in/m-p/70697#M11630</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2018-04-20T13:11:20Z</dc:date>
    </item>
  </channel>
</rss>

