<?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 the Bar in bar chart as per previous bar value in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Color-the-Bar-in-bar-chart-as-per-previous-bar-value/m-p/1907233#M74773</link>
    <description>&lt;P&gt;For bar chart my x-axis has months and y axis has calculated value, so I want to color current month bar based on previous month bar value. e.g. for previous month bar value is 50 and for current month bar value is 45 then current month bar should be green&lt;/P&gt;</description>
    <pubDate>Sat, 19 Mar 2022 06:11:51 GMT</pubDate>
    <dc:creator>deeavhad</dc:creator>
    <dc:date>2022-03-19T06:11:51Z</dc:date>
    <item>
      <title>Color the Bar in bar chart as per previous bar value</title>
      <link>https://community.qlik.com/t5/App-Development/Color-the-Bar-in-bar-chart-as-per-previous-bar-value/m-p/1907233#M74773</link>
      <description>&lt;P&gt;For bar chart my x-axis has months and y axis has calculated value, so I want to color current month bar based on previous month bar value. e.g. for previous month bar value is 50 and for current month bar value is 45 then current month bar should be green&lt;/P&gt;</description>
      <pubDate>Sat, 19 Mar 2022 06:11:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Color-the-Bar-in-bar-chart-as-per-previous-bar-value/m-p/1907233#M74773</guid>
      <dc:creator>deeavhad</dc:creator>
      <dc:date>2022-03-19T06:11:51Z</dc:date>
    </item>
    <item>
      <title>Re: Color the Bar in bar chart as per previous bar value</title>
      <link>https://community.qlik.com/t5/App-Development/Color-the-Bar-in-bar-chart-as-per-previous-bar-value/m-p/1907245#M74775</link>
      <description>&lt;P&gt;Hi, you can use Above() to retrive the presious bar value, so if you rexpression is "Sum(Amount)", the color expresion could be "If(Sum(Amount)&amp;lt;Above(Sum(Amount)), Green(), Red())"&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 19 Mar 2022 10:29:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Color-the-Bar-in-bar-chart-as-per-previous-bar-value/m-p/1907245#M74775</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2022-03-19T10:29:14Z</dc:date>
    </item>
  </channel>
</rss>

