<?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: need to change bubble colour in scatter plot. in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/need-to-change-bubble-colour-in-scatter-plot/m-p/2479131#M100560</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/248526"&gt;@Swathi&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;this should do the job:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if(tkt_Year = $(vYear),&lt;BR /&gt;if(Sum({&amp;lt;tkt_Year={$(vYear)}&amp;gt;}[cm2]) &amp;lt; Sum({&amp;lt;tkt_Year={$(vpreYear)}&amp;gt;}[cm2]), &lt;BR /&gt;// If current year CM is less than previous year, modify green color&lt;BR /&gt;RGB(0, 150, 0), // Darker green to indicate decrease&lt;BR /&gt;Green() // Regular green for current year&lt;BR /&gt;),&lt;BR /&gt;if(tkt_Year = $(vpreYear), &lt;BR /&gt;RGB(0, 191, 255) // Blue for the previous year&lt;BR /&gt;)&lt;BR /&gt;)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have a nice day&lt;/P&gt;</description>
    <pubDate>Mon, 02 Sep 2024 11:32:38 GMT</pubDate>
    <dc:creator>F_B</dc:creator>
    <dc:date>2024-09-02T11:32:38Z</dc:date>
    <item>
      <title>need to change bubble colour in scatter plot.</title>
      <link>https://community.qlik.com/t5/App-Development/need-to-change-bubble-colour-in-scatter-plot/m-p/2157847#M93810</link>
      <description>&lt;P&gt;&lt;SPAN&gt;i have created scatter plot to show qty and cm of current and previous year for all customers&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;bubble - if(tkt_Year= $(vYear),customer&amp;amp; ' '&amp;amp; $(vYear), if(tkt_Year= $(vpreYear),customer &amp;amp; ' '&amp;amp; $(vpreYear)))&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt; X axis- Sum({&amp;lt;Period,[MonthYear]={ "&amp;gt;=$(=(vMinYearMonth) )&amp;lt;=$(=(vMaxYearMonth) )" }&amp;gt;+ &amp;lt;Period,[MonthYear]={ "&amp;gt;=$(=(vLimitPrevious_Min) )&amp;lt;=$(=(vLimitPrevious_Max) )" }&amp;gt;} [cm]) &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Y Axis- Sum({&amp;lt;Period,[MonthYear]={ "&amp;gt;=$(=(vMinYearMonth) )&amp;lt;=$(=(vMaxYearMonth) )" }&amp;gt;+ &amp;lt;Period,[MonthYear]={ "&amp;gt;=$(=(vLimitPrevious_Min) )&amp;lt;=$(=(vLimitPrevious_Max) )" }&amp;gt;} qty) &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;and colur coding for bubble is &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;if(tkt_Year = $(vYear), Green(), // Green for the current year if(tkt_Year = $(vpreYear), RGB(0, 191, 255) // Blue for the previous year ) ) &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Now, i need everything should be same and add on for thesese is need to change&amp;nbsp; bubble colour of current year wherecm2 is less compare with&amp;nbsp; last year. it should littl echnage of colour , now current year colour is green , if it is leess, it should green+some other or anything to identify the customers by seeing bubble, that customer have less cm2 compare with last year,&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Swathi_0-1704283389738.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/126486i013444EFC977AA5D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Swathi_0-1704283389738.png" alt="Swathi_0-1704283389738.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Kindly help ,me to do that little urgent&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 21:08:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/need-to-change-bubble-colour-in-scatter-plot/m-p/2157847#M93810</guid>
      <dc:creator>Swathi</dc:creator>
      <dc:date>2024-11-15T21:08:31Z</dc:date>
    </item>
    <item>
      <title>Re: need to change bubble colour in scatter plot.</title>
      <link>https://community.qlik.com/t5/App-Development/need-to-change-bubble-colour-in-scatter-plot/m-p/2479131#M100560</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/248526"&gt;@Swathi&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;this should do the job:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if(tkt_Year = $(vYear),&lt;BR /&gt;if(Sum({&amp;lt;tkt_Year={$(vYear)}&amp;gt;}[cm2]) &amp;lt; Sum({&amp;lt;tkt_Year={$(vpreYear)}&amp;gt;}[cm2]), &lt;BR /&gt;// If current year CM is less than previous year, modify green color&lt;BR /&gt;RGB(0, 150, 0), // Darker green to indicate decrease&lt;BR /&gt;Green() // Regular green for current year&lt;BR /&gt;),&lt;BR /&gt;if(tkt_Year = $(vpreYear), &lt;BR /&gt;RGB(0, 191, 255) // Blue for the previous year&lt;BR /&gt;)&lt;BR /&gt;)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have a nice day&lt;/P&gt;</description>
      <pubDate>Mon, 02 Sep 2024 11:32:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/need-to-change-bubble-colour-in-scatter-plot/m-p/2479131#M100560</guid>
      <dc:creator>F_B</dc:creator>
      <dc:date>2024-09-02T11:32:38Z</dc:date>
    </item>
  </channel>
</rss>

