<?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/1057989#M918800</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This&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;&lt;STRONG&gt;Num(1-Sum(LineSalesAmount)/&amp;nbsp; Sum(OrderSalesAmount))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or this&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sum(LineSalesAmount)/&amp;nbsp; Sum(OrderSalesAmount)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;both doesn't seem to be year or year. They are going to be values for the selected year. What are you looking to do? May be restrict the above two expression like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Len(Trim([Target])) &amp;gt; 0,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Num(1-Sum(LineSalesAmount)/&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Sum(OrderSalesAmount)))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Len(Trim([Target])) &amp;gt; 0, Sum(LineSalesAmount)/&amp;nbsp; Sum(OrderSalesAmount))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/123371_Capture.PNG" style="height: 239px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/123372_Capture.PNG" style="height: 220px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 May 2016 09:06:09 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-05-03T09:06:09Z</dc:date>
    <item>
      <title>Bubble size</title>
      <link>https://community.qlik.com/t5/QlikView/Bubble-size/m-p/1057987#M918798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have Scatter chart.. I have 2 expressions..&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Exp1:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;IF(vMin='--Select--' or vMax='--Select--', (Sum({&amp;lt;Month&amp;gt;}LineSalesAmount) / Sum({&amp;lt;Month,Year = {$(=Max(Year)-1)}&amp;gt;}OrderSalesAmount) -1),&lt;/P&gt;&lt;P&gt;&amp;nbsp; if(Sum(LineSalesAmount)&amp;gt;=$(vMin) and Sum(LineSalesAmount)&amp;lt;=$(vMax),&lt;/P&gt;&lt;P&gt;&amp;nbsp; (Sum({&amp;lt;Month&amp;gt;}LineSalesAmount) / Sum({&amp;lt;Month,Year = {$(=Max(Year)-1)}&amp;gt;}OrderSalesAmount) -1)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Exp2:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Num(1-Sum(LineSalesAmount)/&amp;nbsp; Sum(OrderSalesAmount))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What should i write expression for &lt;STRONG&gt;Bubble size ??&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PFA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &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/Bubble-size/m-p/1057987#M918798</guid>
      <dc:creator>paulwalker</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Bubble size</title>
      <link>https://community.qlik.com/t5/QlikView/Bubble-size/m-p/1057988#M918799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;I have written for bubble size.. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;Sum(LineSalesAmount)/&amp;nbsp; Sum(OrderSalesAmount)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&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;But its not working properly..&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;&lt;BR /&gt;&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;I have data 2005 to 2010.. Here comparing data year on year..&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;when i am click 2005, it should be &lt;STRONG&gt;no data to display.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2016 02:41:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bubble-size/m-p/1057988#M918799</guid>
      <dc:creator>paulwalker</dc:creator>
      <dc:date>2016-05-03T02:41:21Z</dc:date>
    </item>
    <item>
      <title>Re: Bubble size</title>
      <link>https://community.qlik.com/t5/QlikView/Bubble-size/m-p/1057989#M918800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This&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;&lt;STRONG&gt;Num(1-Sum(LineSalesAmount)/&amp;nbsp; Sum(OrderSalesAmount))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or this&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sum(LineSalesAmount)/&amp;nbsp; Sum(OrderSalesAmount)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;both doesn't seem to be year or year. They are going to be values for the selected year. What are you looking to do? May be restrict the above two expression like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Len(Trim([Target])) &amp;gt; 0,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Num(1-Sum(LineSalesAmount)/&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Sum(OrderSalesAmount)))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Len(Trim([Target])) &amp;gt; 0, Sum(LineSalesAmount)/&amp;nbsp; Sum(OrderSalesAmount))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/123371_Capture.PNG" style="height: 239px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/123372_Capture.PNG" style="height: 220px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2016 09:06:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bubble-size/m-p/1057989#M918800</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-03T09:06:09Z</dc:date>
    </item>
  </channel>
</rss>

