<?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: Line Chart Colour: line/area colour by Value in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Line-Chart-Colour-line-area-colour-by-Value/m-p/2139695#M92640</link>
    <description>&lt;P&gt;This is typical when using a continuous axis - the labels are automatically generated based on what fits, rather than on the actual values. If you're sure you have data for every month (no missing/blanks), you can disable the continuous axis and use a discrete one.&lt;/P&gt;</description>
    <pubDate>Tue, 21 Nov 2023 09:38:37 GMT</pubDate>
    <dc:creator>Or</dc:creator>
    <dc:date>2023-11-21T09:38:37Z</dc:date>
    <item>
      <title>Line Chart Colour: line/area colour by Value</title>
      <link>https://community.qlik.com/t5/App-Development/Line-Chart-Colour-line-area-colour-by-Value/m-p/2139363#M92603</link>
      <description>&lt;P&gt;Hi everyone,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;could anyone please help me getting the colour correctly.&lt;/P&gt;
&lt;P&gt;At the moment i colour the area by expression. If value is posivite - area is green, else , area is red.&lt;/P&gt;
&lt;P&gt;What am i doing wrong here? &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The Formula i use to get the colour is:&lt;/P&gt;
&lt;P&gt;if(&lt;/P&gt;
&lt;P&gt;num(Aggr(&lt;BR /&gt;RangeSum(Above(Sum(WertKumuliert ),0,12))&lt;BR /&gt;, Jahr, Monat)/1000,'#.##0 TEUR')&lt;/P&gt;
&lt;P&gt;&amp;gt;=0, '#6db133', '#e31c18')&lt;/P&gt;</description>
      <pubDate>Mon, 20 Nov 2023 12:23:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Line-Chart-Colour-line-area-colour-by-Value/m-p/2139363#M92603</guid>
      <dc:creator>americanetsMD</dc:creator>
      <dc:date>2023-11-20T12:23:57Z</dc:date>
    </item>
    <item>
      <title>Re: Line Chart Colour: line/area colour by Value</title>
      <link>https://community.qlik.com/t5/App-Development/Line-Chart-Colour-line-area-colour-by-Value/m-p/2139407#M92608</link>
      <description>&lt;P&gt;Hi, I believe this is how line chart works and unfortunately colors so, because chart colors not just area part below 0, but each period. In your case, '04 2023' is minus, so red in specific period interval, all other is green. To test that, you can color your measure by date (period). You'll see, that each period will be colored in equal intervals:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="justISO_0-1700488352890.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/120247i5BA80A76B29F9924/image-size/medium?v=v2&amp;amp;px=400" role="button" title="justISO_0-1700488352890.png" alt="justISO_0-1700488352890.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;One way to avoid this positive area coloring with 'wrong' color is just to use bar chart.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Nov 2023 13:54:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Line-Chart-Colour-line-area-colour-by-Value/m-p/2139407#M92608</guid>
      <dc:creator>justISO</dc:creator>
      <dc:date>2023-11-20T13:54:39Z</dc:date>
    </item>
    <item>
      <title>Re: Line Chart Colour: line/area colour by Value</title>
      <link>https://community.qlik.com/t5/App-Development/Line-Chart-Colour-line-area-colour-by-Value/m-p/2139440#M92614</link>
      <description>&lt;P&gt;Hi JustISO,&lt;/P&gt;
&lt;P&gt;Thank you very much for your help and advice. I also thought about bar chart in order to avoid this misunderstanding, but was hoping i was wrong. Thank you once again. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Nov 2023 15:15:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Line-Chart-Colour-line-area-colour-by-Value/m-p/2139440#M92614</guid>
      <dc:creator>americanetsMD</dc:creator>
      <dc:date>2023-11-20T15:15:53Z</dc:date>
    </item>
    <item>
      <title>Re: Line Chart Colour: line/area colour by Value</title>
      <link>https://community.qlik.com/t5/App-Development/Line-Chart-Colour-line-area-colour-by-Value/m-p/2139442#M92615</link>
      <description>&lt;P&gt;Just adding to the above, which is correct - the chart as you want to display it is actually actively misleading. It suggests that the point in which the area crossed into the red is around April 4th, and by the end of April it was back into the green, even though it appears to show a singular value for the entire month of April. Perhaps a better representation here would be a combo chart, with color-coded bars showing the actual value and a line to show the trend?&lt;/P&gt;</description>
      <pubDate>Mon, 20 Nov 2023 15:20:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Line-Chart-Colour-line-area-colour-by-Value/m-p/2139442#M92615</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2023-11-20T15:20:21Z</dc:date>
    </item>
    <item>
      <title>Re: Line Chart Colour: line/area colour by Value</title>
      <link>https://community.qlik.com/t5/App-Development/Line-Chart-Colour-line-area-colour-by-Value/m-p/2139471#M92616</link>
      <description>&lt;P&gt;Hi Or,&lt;/P&gt;
&lt;P&gt;there can only be one singular value for each month, this is why i could also not understand why, when i just use period in format ('MM.YYYY'), i am getting, for example for April, the dates 09.04.2023 and 23.04.2023. This is a bit confusing &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Nov 2023 16:04:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Line-Chart-Colour-line-area-colour-by-Value/m-p/2139471#M92616</guid>
      <dc:creator>americanetsMD</dc:creator>
      <dc:date>2023-11-20T16:04:17Z</dc:date>
    </item>
    <item>
      <title>Re: Line Chart Colour: line/area colour by Value</title>
      <link>https://community.qlik.com/t5/App-Development/Line-Chart-Colour-line-area-colour-by-Value/m-p/2139695#M92640</link>
      <description>&lt;P&gt;This is typical when using a continuous axis - the labels are automatically generated based on what fits, rather than on the actual values. If you're sure you have data for every month (no missing/blanks), you can disable the continuous axis and use a discrete one.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Nov 2023 09:38:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Line-Chart-Colour-line-area-colour-by-Value/m-p/2139695#M92640</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2023-11-21T09:38:37Z</dc:date>
    </item>
  </channel>
</rss>

