<?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: Qlik Sense custom bar chart color by measure value in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-custom-bar-chart-color-by-measure-value/m-p/1130872#M19820</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tryed that too and I have the same problema, all the bars ahve the same value, red or green if the total amount of tons sold this year is bigger or smaller than xValue&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Sep 2016 11:31:28 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-09-02T11:31:28Z</dc:date>
    <item>
      <title>Qlik Sense custom bar chart color by measure value</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-custom-bar-chart-color-by-measure-value/m-p/1130870#M19818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have been searching for this for a while and cant take it. I have a bar chart that shows tons soled for month.&lt;/P&gt;&lt;P&gt;As we need for other porpouses all years data, but for this chart only this year data we use this formula as measure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;sum( {$&amp;lt;Date={"&amp;gt;=$(=timestamp(yearStart(Today())))&amp;lt;=$(=timestamp(yearend(Today())))"} &amp;gt; } [Tons sold])&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And the value of month as dimensión.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want that the bars take red or green color if they are (the value of the bar) bigger of certain value.&lt;/P&gt;&lt;P&gt;I mean maybe Januari and Agust must be in red and the rest of the chart in green.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I thik I have to use color by expresión, but when I put the expresión&lt;/P&gt;&lt;P&gt;&lt;EM&gt;if(sum([Tons sold])&amp;gt;xValue,red(),green())&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;All the bars turn green couse is taking all the Tons sol in all time to compare.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Nov 2024 10:25:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-custom-bar-chart-color-by-measure-value/m-p/1130870#M19818</guid>
      <dc:creator />
      <dc:date>2024-11-16T10:25:22Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense custom bar chart color by measure value</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-custom-bar-chart-color-by-measure-value/m-p/1130871#M19819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the same expression in the if statement:&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;sum( {$&amp;lt;Date={"&amp;gt;=$(=timestamp(yearStart(Today())))&amp;lt;=$(=timestamp(yearend(Today())))"} &amp;gt; } [Tons sold])&lt;/EM&gt;&amp;gt;xValue,red(),green())&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Sep 2016 08:53:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-custom-bar-chart-color-by-measure-value/m-p/1130871#M19819</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-09-02T08:53:34Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense custom bar chart color by measure value</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-custom-bar-chart-color-by-measure-value/m-p/1130872#M19820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tryed that too and I have the same problema, all the bars ahve the same value, red or green if the total amount of tons sold this year is bigger or smaller than xValue&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Sep 2016 11:31:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-custom-bar-chart-color-by-measure-value/m-p/1130872#M19820</guid>
      <dc:creator />
      <dc:date>2016-09-02T11:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense custom bar chart color by measure value</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-custom-bar-chart-color-by-measure-value/m-p/1130873#M19821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My bad, checking with wrong value&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Sep 2016 09:57:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-custom-bar-chart-color-by-measure-value/m-p/1130873#M19821</guid>
      <dc:creator />
      <dc:date>2016-09-05T09:57:01Z</dc:date>
    </item>
  </channel>
</rss>

