<?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 Color variation of single bar in bar chat based on condition in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Color-variation-of-single-bar-in-bar-chat-based-on-condition/m-p/4486#M317</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;I want to change the color of only one bar in bar chart based on some condition.&lt;/P&gt;&lt;P&gt;But as I try to all the other bars also gets affected.&lt;/P&gt;&lt;P&gt;Below is the screenshot of the application&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/190825_Capture.PNG" style="height: 227px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want the third bar(pink one) to change to red in case its value is less than 10 and to green if it is above 10.Rest bars should remain unaffected.&lt;/P&gt;&lt;P&gt;Please let me know in case there is any way to implement it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 16 Nov 2024 08:49:42 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T08:49:42Z</dc:date>
    <item>
      <title>Color variation of single bar in bar chat based on condition</title>
      <link>https://community.qlik.com/t5/App-Development/Color-variation-of-single-bar-in-bar-chat-based-on-condition/m-p/4486#M317</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;I want to change the color of only one bar in bar chart based on some condition.&lt;/P&gt;&lt;P&gt;But as I try to all the other bars also gets affected.&lt;/P&gt;&lt;P&gt;Below is the screenshot of the application&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/190825_Capture.PNG" style="height: 227px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want the third bar(pink one) to change to red in case its value is less than 10 and to green if it is above 10.Rest bars should remain unaffected.&lt;/P&gt;&lt;P&gt;Please let me know in case there is any way to implement it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Nov 2024 08:49:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Color-variation-of-single-bar-in-bar-chat-based-on-condition/m-p/4486#M317</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T08:49:42Z</dc:date>
    </item>
    <item>
      <title>Re: Color variation of single bar in bar chat based on condition</title>
      <link>https://community.qlik.com/t5/App-Development/Color-variation-of-single-bar-in-bar-chat-based-on-condition/m-p/4487#M318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you please send us an example app?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you can see below, I have an example where I'm manipulating colors by expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capturar.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/191609_Capturar.PNG" style="height: 293px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the expression used on it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If([Nome Cliente]='OI SA' and Count ([Código do Atendimento])&amp;gt;600,rgb(0, 168, 255),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If([Nome Cliente]='CSU CARDSYSTEM SA' and Count ([Código do Atendimento])&amp;lt;390,rgb(39, 60, 117),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If([Nome Cliente]='OI MOVEL SA' and Count ([Código do Atendimento])&amp;gt;750,rgb(251, 197, 49)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,rgb(220, 221, 225)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is something like that you want to?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Jan 2018 10:48:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Color-variation-of-single-bar-in-bar-chat-based-on-condition/m-p/4487#M318</guid>
      <dc:creator>Thiago_Justen_</dc:creator>
      <dc:date>2018-01-27T10:48:52Z</dc:date>
    </item>
  </channel>
</rss>

