<?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 Colors in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Line-Chart-Colors/m-p/2533172#M108181</link>
    <description>&lt;P&gt;Change to Combo chart&lt;/P&gt;&lt;P&gt;In More Option you can define color for each Expression&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="robert_mika_0-1760164910337.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/184188i21B2D7226A5F22BA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="robert_mika_0-1760164910337.png" alt="robert_mika_0-1760164910337.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 11 Oct 2025 06:41:58 GMT</pubDate>
    <dc:creator>robert_mika</dc:creator>
    <dc:date>2025-10-11T06:41:58Z</dc:date>
    <item>
      <title>Line Chart Colors</title>
      <link>https://community.qlik.com/t5/App-Development/Line-Chart-Colors/m-p/2533157#M108178</link>
      <description>&lt;P&gt;I have a line chart with 3 measures shown over time: [# of New Accounts], [# of Closed Accounts], and [# of Net Accounts]&lt;/P&gt;&lt;P&gt;I want each line to be a distinct color:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;[# of New Accounts] --&amp;gt; Green&lt;/LI&gt;&lt;LI&gt;[# of Closed Accounts] --&amp;gt; Red&lt;/LI&gt;&lt;LI&gt;[# of Net Accounts] --&amp;gt; Green or Red depending on whether the measure is positive of negative for the month&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I thought I could achieve this by coloring the lines with an expression, here is what I have currently.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If([# of New Accounts]&amp;gt;'0', RGB(59, 147, 65), If ([# of Closed Accounts]*-1&amp;lt;'0', RGB(202, 17, 17),&lt;/P&gt;&lt;P&gt;If ([# of Net Accounts]&amp;gt;='0', RGB(59, 147, 65), If ([# of Net Accounts]&amp;lt;'0', RGB(202, 17, 17)))))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Right now, the measure isn't showing any errors. But all three lines have the same color RGB(59, 147, 65). So, it seems like all three measures are returning true for the first condition.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone tell me if this is possible / where I'm going wrong?&lt;/P&gt;</description>
      <pubDate>Fri, 10 Oct 2025 19:54:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Line-Chart-Colors/m-p/2533157#M108178</guid>
      <dc:creator>AJ2024</dc:creator>
      <dc:date>2025-10-10T19:54:38Z</dc:date>
    </item>
    <item>
      <title>Re: Line Chart Colors</title>
      <link>https://community.qlik.com/t5/App-Development/Line-Chart-Colors/m-p/2533172#M108181</link>
      <description>&lt;P&gt;Change to Combo chart&lt;/P&gt;&lt;P&gt;In More Option you can define color for each Expression&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="robert_mika_0-1760164910337.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/184188i21B2D7226A5F22BA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="robert_mika_0-1760164910337.png" alt="robert_mika_0-1760164910337.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 11 Oct 2025 06:41:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Line-Chart-Colors/m-p/2533172#M108181</guid>
      <dc:creator>robert_mika</dc:creator>
      <dc:date>2025-10-11T06:41:58Z</dc:date>
    </item>
    <item>
      <title>Re: Line Chart Colors</title>
      <link>https://community.qlik.com/t5/App-Development/Line-Chart-Colors/m-p/2533287#M108198</link>
      <description>&lt;P&gt;Exactly what I need -- thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 13 Oct 2025 15:05:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Line-Chart-Colors/m-p/2533287#M108198</guid>
      <dc:creator>AJ2024</dc:creator>
      <dc:date>2025-10-13T15:05:29Z</dc:date>
    </item>
  </channel>
</rss>

