<?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 Combined Chart with 2 Expressions &amp; Multicolor in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Combined-Chart-with-2-Expressions-Multicolor/m-p/641740#M1086851</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;I have the following combined chart with 2 expressions (expression 1 are the bars and expression 2 are the dots):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Untitled.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/60213_Untitled.png" style="width: 620px; height: 226px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I had only the first expression I had the option Multicolor activated and I could see a different color for every Zone.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I added the second expression and it just shows me the same blue color for all the Zones.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to set a different color for every Zone?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Jun 2014 03:18:55 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-06-06T03:18:55Z</dc:date>
    <item>
      <title>Combined Chart with 2 Expressions &amp; Multicolor</title>
      <link>https://community.qlik.com/t5/QlikView/Combined-Chart-with-2-Expressions-Multicolor/m-p/641740#M1086851</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;I have the following combined chart with 2 expressions (expression 1 are the bars and expression 2 are the dots):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Untitled.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/60213_Untitled.png" style="width: 620px; height: 226px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I had only the first expression I had the option Multicolor activated and I could see a different color for every Zone.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I added the second expression and it just shows me the same blue color for all the Zones.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to set a different color for every Zone?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jun 2014 03:18:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combined-Chart-with-2-Expressions-Multicolor/m-p/641740#M1086851</guid>
      <dc:creator />
      <dc:date>2014-06-06T03:18:55Z</dc:date>
    </item>
    <item>
      <title>Re: Combined Chart with 2 Expressions &amp; Multicolor</title>
      <link>https://community.qlik.com/t5/QlikView/Combined-Chart-with-2-Expressions-Multicolor/m-p/641741#M1086852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think the onlu way is to set the backgroud color of the bar depending on the Zone. Something like &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; If (Dimension = 'Zone 1', rgb(255, 0, 0),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (Dimension = 'Zone 2', rgb(0, 255, 0), rgn(0,0,255)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another possibility is to create an inline load, associating each zone, with 3 fields (red, green, blue) which will later be used in the color of the background of that dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eduardo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jun 2014 03:45:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combined-Chart-with-2-Expressions-Multicolor/m-p/641741#M1086852</guid>
      <dc:creator>eduardo_sommer</dc:creator>
      <dc:date>2014-06-06T03:45:43Z</dc:date>
    </item>
    <item>
      <title>Re: Combined Chart with 2 Expressions &amp; Multicolor</title>
      <link>https://community.qlik.com/t5/QlikView/Combined-Chart-with-2-Expressions-Multicolor/m-p/641742#M1086853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check Background Color in Chart Expression Property. Use "If else condition" to fulfill your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="bar_color_option.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/60205_bar_color_option.PNG.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jun 2014 03:45:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Combined-Chart-with-2-Expressions-Multicolor/m-p/641742#M1086853</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-06T03:45:51Z</dc:date>
    </item>
  </channel>
</rss>

