<?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 Bar Chart Color Corresponding to Dimension Value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Bar-Chart-Color-Corresponding-to-Dimension-Value/m-p/169370#M40191</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;and how do I do the same for the value on the bar. I want negatives to be red, positives to be blue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Jun 2010 18:30:17 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-06-29T18:30:17Z</dc:date>
    <item>
      <title>Bar Chart Color Corresponding to Dimension Value</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-Chart-Color-Corresponding-to-Dimension-Value/m-p/169367#M40188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am attempting to create a bar chart where the color of the bar is permanently attributed to the value of a dimension.&lt;/P&gt;&lt;P&gt;I have orders with a given status: late, early, or on time. For each month, there are three bars for each of these values.&lt;/P&gt;&lt;P&gt;I want the "early" bar to be yellow, "late" to be red, and "on time" to be green. I have tried checking the "persistent colors", but this doesn't work. Eventually, as the data changes, the colors swap. Any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Mar 2010 23:49:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-Chart-Color-Corresponding-to-Dimension-Value/m-p/169367#M40188</guid>
      <dc:creator>richardpayne</dc:creator>
      <dc:date>2010-03-04T23:49:39Z</dc:date>
    </item>
    <item>
      <title>Bar Chart Color Corresponding to Dimension Value</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-Chart-Color-Corresponding-to-Dimension-Value/m-p/169368#M40189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use "Background Color" attribute of the expression and determine your color based on the Dimension Value:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If (Dim1 = 'Late', red()) etc...&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Mar 2010 23:52:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-Chart-Color-Corresponding-to-Dimension-Value/m-p/169368#M40189</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2010-03-04T23:52:59Z</dc:date>
    </item>
    <item>
      <title>Bar Chart Color Corresponding to Dimension Value</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-Chart-Color-Corresponding-to-Dimension-Value/m-p/169369#M40190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh, wow. The background color worked. I was concentrating on the color tab.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Mar 2010 00:05:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-Chart-Color-Corresponding-to-Dimension-Value/m-p/169369#M40190</guid>
      <dc:creator>richardpayne</dc:creator>
      <dc:date>2010-03-05T00:05:29Z</dc:date>
    </item>
    <item>
      <title>Bar Chart Color Corresponding to Dimension Value</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-Chart-Color-Corresponding-to-Dimension-Value/m-p/169370#M40191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;and how do I do the same for the value on the bar. I want negatives to be red, positives to be blue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jun 2010 18:30:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-Chart-Color-Corresponding-to-Dimension-Value/m-p/169370#M40191</guid>
      <dc:creator />
      <dc:date>2010-06-29T18:30:17Z</dc:date>
    </item>
    <item>
      <title>Bar Chart Color Corresponding to Dimension Value</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-Chart-Color-Corresponding-to-Dimension-Value/m-p/169371#M40192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nevermind, just found out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jun 2010 18:42:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-Chart-Color-Corresponding-to-Dimension-Value/m-p/169371#M40192</guid>
      <dc:creator />
      <dc:date>2010-06-29T18:42:28Z</dc:date>
    </item>
    <item>
      <title>Bar Chart Color Corresponding to Dimension Value</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-Chart-Color-Corresponding-to-Dimension-Value/m-p/169372#M40193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;In additional, is it possible to attribute an image (like flag) corresponding to dimension value?&lt;/P&gt;&lt;P&gt;See joined file for example.&lt;/P&gt;&lt;P&gt;Thanks for your help&lt;/P&gt;&lt;P&gt;Laurent&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Oct 2010 10:51:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-Chart-Color-Corresponding-to-Dimension-Value/m-p/169372#M40193</guid>
      <dc:creator />
      <dc:date>2010-10-12T10:51:44Z</dc:date>
    </item>
  </channel>
</rss>

