<?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: Stacked Bar Chart - Segment Colors in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Stacked-Bar-Chart-Segment-Colors/m-p/658388#M10046</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't believe a Gauge will work. As I mentioned we need a bar chart. We have to be able to display dimension(s) with several thousand values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know how to obtain the native javascript utilized for the bar chart and for the guage, so we could have someone look at creating an extension with the functionality? Or are we able to inherit the existing bar chart and extend its paint functionality to incorporate the necessary color control?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Oct 2014 13:14:34 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-10-08T13:14:34Z</dc:date>
    <item>
      <title>Stacked Bar Chart - Segment Colors</title>
      <link>https://community.qlik.com/t5/App-Development/Stacked-Bar-Chart-Segment-Colors/m-p/658384#M10042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In QlikView, when using a stacked bar chart and using multiple expressions for each segment/stack you could control the individual color of the segment/stack.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It looks like you might be able to do the same in QlikSense but it would have to be done via one formula for all charts. What is the proper formula we should be using in this one formula field to control the colors for each individual segment/stack that would be the most efficient with large data sets?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Oct 2014 19:37:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Stacked-Bar-Chart-Segment-Colors/m-p/658384#M10042</guid>
      <dc:creator />
      <dc:date>2014-10-03T19:37:38Z</dc:date>
    </item>
    <item>
      <title>Re: Stacked Bar Chart - Segment Colors</title>
      <link>https://community.qlik.com/t5/App-Development/Stacked-Bar-Chart-Segment-Colors/m-p/658385#M10043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Additionally, when selecting the color by expression option the show legend option disables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How would I make a stacked bar chart with 3 expressions (1) Good, (2) Marginal, (3) Bad for example so that Good would be in Green, Marginal in Yellow and Bad in Red and have a legend indicating that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please note the expressions and colors indicate are purely for discussion and problem clarification. We do understand colors and color blindness impact.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Oct 2014 19:57:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Stacked-Bar-Chart-Segment-Colors/m-p/658385#M10043</guid>
      <dc:creator />
      <dc:date>2014-10-03T19:57:09Z</dc:date>
    </item>
    <item>
      <title>Re: Stacked Bar Chart - Segment Colors</title>
      <link>https://community.qlik.com/t5/App-Development/Stacked-Bar-Chart-Segment-Colors/m-p/658386#M10044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is the only way to achieve this by adding an extension? Could this be added as a feature request?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2014 11:43:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Stacked-Bar-Chart-Segment-Colors/m-p/658386#M10044</guid>
      <dc:creator />
      <dc:date>2014-10-07T11:43:53Z</dc:date>
    </item>
    <item>
      <title>Re: Stacked Bar Chart - Segment Colors</title>
      <link>https://community.qlik.com/t5/App-Development/Stacked-Bar-Chart-Segment-Colors/m-p/658387#M10045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried to add a Gauge and go to Appearance, then Presentation and check the Use Segments?&lt;/P&gt;&lt;P&gt;Here you can select the segments and the color associated to it&lt;IMG alt="segments.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/68455_segments.PNG.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2014 22:30:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Stacked-Bar-Chart-Segment-Colors/m-p/658387#M10045</guid>
      <dc:creator />
      <dc:date>2014-10-07T22:30:41Z</dc:date>
    </item>
    <item>
      <title>Re: Stacked Bar Chart - Segment Colors</title>
      <link>https://community.qlik.com/t5/App-Development/Stacked-Bar-Chart-Segment-Colors/m-p/658388#M10046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't believe a Gauge will work. As I mentioned we need a bar chart. We have to be able to display dimension(s) with several thousand values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know how to obtain the native javascript utilized for the bar chart and for the guage, so we could have someone look at creating an extension with the functionality? Or are we able to inherit the existing bar chart and extend its paint functionality to incorporate the necessary color control?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 13:14:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Stacked-Bar-Chart-Segment-Colors/m-p/658388#M10046</guid>
      <dc:creator />
      <dc:date>2014-10-08T13:14:34Z</dc:date>
    </item>
    <item>
      <title>Re: Stacked Bar Chart - Segment Colors</title>
      <link>https://community.qlik.com/t5/App-Development/Stacked-Bar-Chart-Segment-Colors/m-p/658389#M10047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/message/884034#884034"&gt;https://community.qlik.com/message/884034#884034&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Oct 2015 20:20:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Stacked-Bar-Chart-Segment-Colors/m-p/658389#M10047</guid>
      <dc:creator>demonioazul</dc:creator>
      <dc:date>2015-10-08T20:20:10Z</dc:date>
    </item>
    <item>
      <title>Re: Stacked Bar Chart - Segment Colors</title>
      <link>https://community.qlik.com/t5/App-Development/Stacked-Bar-Chart-Segment-Colors/m-p/658390#M10048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Brain,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can colour a stacked bar chart in the following way. Take this as an Example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Use these expressions:&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Dimension 1: &lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;year-month&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Dimension&amp;nbsp; 2: valuelist(&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt; 'achieved', 'justmissed' and 'missed'&lt;/SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Measure : if(&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;valuelist(&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt; 'achieved', 'justmissed' and 'missed'&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;) = 'achived',&amp;lt;expression1&amp;gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&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; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;if(&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;valuelist(&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt; 'achieved', 'justmissed' and 'missed'&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;) = '&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;justmissed&lt;/SPAN&gt;',&amp;lt;expression2&amp;gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&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; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;if(&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;valuelist(&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt; 'achieved', 'justmissed' and 'missed'&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;) = 'missed',&amp;lt;expression3&amp;gt; )&lt;/SPAN&gt;))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Colour Expression:&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&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; if(&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12px;"&gt;valuelist(&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12px;"&gt; 'achieved', 'justmissed' and 'missed'&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12px;"&gt;) = 'achived',&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;lightgreen()&lt;/SPAN&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&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; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;if(&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12px;"&gt;valuelist(&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12px;"&gt; 'achieved', 'justmissed' and 'missed'&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12px;"&gt;) = '&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;justmissed&lt;/SPAN&gt;',&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;yellow()&lt;/SPAN&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&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; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;if(&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12px;"&gt;valuelist(&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12px;"&gt; 'achieved', 'justmissed' and 'missed'&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12px;"&gt;) = 'missed',&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;lightred()&lt;/SPAN&gt; )&lt;/SPAN&gt;))&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Check this for a QVF sample.&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;A href="https://community.qlik.com/thread/163661"&gt;How to use custom colours in a stacked bar chart&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Dec 2015 09:36:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Stacked-Bar-Chart-Segment-Colors/m-p/658390#M10048</guid>
      <dc:creator>reddy-s</dc:creator>
      <dc:date>2015-12-15T09:36:04Z</dc:date>
    </item>
  </channel>
</rss>

