<?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: Colour by expression on single colours in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Colour-by-expression-on-single-colours/m-p/1313640#M28140</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/256645"&gt;Expression for custom color for measures&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/168762"&gt;Custom color by expression for two different expressions&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Jun 2017 08:58:21 GMT</pubDate>
    <dc:creator>tajmohamed30</dc:creator>
    <dc:date>2017-06-06T08:58:21Z</dc:date>
    <item>
      <title>Colour by expression on single colours</title>
      <link>https://community.qlik.com/t5/App-Development/Colour-by-expression-on-single-colours/m-p/1313631#M28131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a line chart with two expressions, is there a way I can colour each expression with two different single colours?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jun 2017 15:08:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Colour-by-expression-on-single-colours/m-p/1313631#M28131</guid>
      <dc:creator>vicobi123</dc:creator>
      <dc:date>2017-06-05T15:08:47Z</dc:date>
    </item>
    <item>
      <title>Re: Colour by expression on single colours</title>
      <link>https://community.qlik.com/t5/App-Development/Colour-by-expression-on-single-colours/m-p/1313632#M28132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;on the expression background color you can try like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(sum(Sales)&amp;gt;=5000,Green(),if(sum(Sales)&amp;lt;=4999,Red()))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jun 2017 15:36:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Colour-by-expression-on-single-colours/m-p/1313632#M28132</guid>
      <dc:creator>tajmohamed30</dc:creator>
      <dc:date>2017-06-05T15:36:15Z</dc:date>
    </item>
    <item>
      <title>Re: Colour by expression on single colours</title>
      <link>https://community.qlik.com/t5/App-Development/Colour-by-expression-on-single-colours/m-p/1313633#M28133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Taj, that's not what i want to do. I have two expression: &lt;/P&gt;&lt;P&gt;1. Sum([Home Yellow]) + Sum([Away Yellow])&lt;/P&gt;&lt;P&gt;2. Sum([Home Red])+Sum([Away Red])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to colour the first expression as yellow and second expression as red. Now i've tried &lt;/P&gt;&lt;P&gt;if((Sum([Home Yellow]) + Sum([Away Yellow])), rgb (255,0,0), &lt;SPAN style="font-size: 10pt;"&gt;if((Sum([Home Red])+Sum([Away Red])),rgb (0,255,0)))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've also tried&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if((Sum([Home Yellow]) + Sum([Away Yellow]))=(Sum([Home Yellow]) + Sum([Away Yellow])),yellow(),if((Sum([Home Red])+Sum([Away Red]))&amp;lt;=(Sum([Home Red])+Sum([Away Red])),Red()))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;They both don't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vic&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2017 08:30:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Colour-by-expression-on-single-colours/m-p/1313633#M28133</guid>
      <dc:creator>vicobi123</dc:creator>
      <dc:date>2017-06-06T08:30:06Z</dc:date>
    </item>
    <item>
      <title>Re: Colour by expression on single colours</title>
      <link>https://community.qlik.com/t5/App-Development/Colour-by-expression-on-single-colours/m-p/1313634#M28134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;on the properties&amp;gt;colors tab, you can change colour 1 and 2 and also you have the option to define rgb values&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2017 08:36:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Colour-by-expression-on-single-colours/m-p/1313634#M28134</guid>
      <dc:creator>tajmohamed30</dc:creator>
      <dc:date>2017-06-06T08:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: Colour by expression on single colours</title>
      <link>https://community.qlik.com/t5/App-Development/Colour-by-expression-on-single-colours/m-p/1313635#M28135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On expression background set:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;rgb (255,0,0) //(for &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Sum([Home Yellow]) + Sum([Away Yellow]) expression&lt;/SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;rgb (0,255,0) //(for &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Sum([Home Red])+Sum([Away Red]) &lt;/SPAN&gt;expression )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;IMG alt="qlikview-expression-properties.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/165878_qlikview-expression-properties.png" style="height: 548px; width: 620px;" /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2017 08:39:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Colour-by-expression-on-single-colours/m-p/1313635#M28135</guid>
      <dc:creator>micheledenardi</dc:creator>
      <dc:date>2017-06-06T08:39:04Z</dc:date>
    </item>
    <item>
      <title>Re: Colour by expression on single colours</title>
      <link>https://community.qlik.com/t5/App-Development/Colour-by-expression-on-single-colours/m-p/1313636#M28136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is on Qliksense btw&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2017 08:39:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Colour-by-expression-on-single-colours/m-p/1313636#M28136</guid>
      <dc:creator>vicobi123</dc:creator>
      <dc:date>2017-06-06T08:39:26Z</dc:date>
    </item>
    <item>
      <title>Re: Colour by expression on single colours</title>
      <link>https://community.qlik.com/t5/App-Development/Colour-by-expression-on-single-colours/m-p/1313637#M28137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This Qlikview, i'm talking about the ability to do this on Qliksense&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2017 08:40:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Colour-by-expression-on-single-colours/m-p/1313637#M28137</guid>
      <dc:creator>vicobi123</dc:creator>
      <dc:date>2017-06-06T08:40:26Z</dc:date>
    </item>
    <item>
      <title>Re: Colour by expression on single colours</title>
      <link>https://community.qlik.com/t5/App-Development/Colour-by-expression-on-single-colours/m-p/1313638#M28138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a dimension using valuelist(),&lt;/P&gt;&lt;P&gt;Valuelist('&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Home Yellow + Away Yellow&lt;/SPAN&gt;','&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Home Red + Away Red&lt;/SPAN&gt;')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then create 1 expression:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;1. if(rowno()=1,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sum([Home Yellow]) + Sum([Away Yellow]),&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Sum([Home Red])+Sum([Away Red])&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;then under "Aspect-&amp;gt;Colors" use "color by expression" and write:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(rowno()=1,&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;rgb (255,0,0),&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;rgb (0,255,0))&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2017 08:44:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Colour-by-expression-on-single-colours/m-p/1313638#M28138</guid>
      <dc:creator>micheledenardi</dc:creator>
      <dc:date>2017-06-06T08:44:46Z</dc:date>
    </item>
    <item>
      <title>Re: Colour by expression on single colours</title>
      <link>https://community.qlik.com/t5/App-Development/Colour-by-expression-on-single-colours/m-p/1313639#M28139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, it's a line chart and the only dimension is 'Months'. How will creating a valuelist dimension solve this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2017 08:47:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Colour-by-expression-on-single-colours/m-p/1313639#M28139</guid>
      <dc:creator>vicobi123</dc:creator>
      <dc:date>2017-06-06T08:47:40Z</dc:date>
    </item>
    <item>
      <title>Re: Colour by expression on single colours</title>
      <link>https://community.qlik.com/t5/App-Development/Colour-by-expression-on-single-colours/m-p/1313640#M28140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/256645"&gt;Expression for custom color for measures&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/168762"&gt;Custom color by expression for two different expressions&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2017 08:58:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Colour-by-expression-on-single-colours/m-p/1313640#M28140</guid>
      <dc:creator>tajmohamed30</dc:creator>
      <dc:date>2017-06-06T08:58:21Z</dc:date>
    </item>
    <item>
      <title>Re: Colour by expression on single colours</title>
      <link>https://community.qlik.com/t5/App-Development/Colour-by-expression-on-single-colours/m-p/1313641#M28141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Thanks Taj, this is the answer.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;You have to be using &lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Qlik Sense 3.2&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt; &lt;/SPAN&gt;(&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;if not, please upgrade)&lt;/STRONG&gt;to be able to affect color to master measures:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Below, I'll be creating 2 master measures: sum("car sales") and sum("commercial vehicle sales"):&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/servlet/JiveServlet/showImage/2-1248720-159713/Capture.PNG" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;"&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" height="637" src="https://community.qlik.com/legacyfs/online/165879_Capture.PNG" style="border-width: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;" width="916" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/servlet/JiveServlet/showImage/2-1248720-159714/Capture.PNG" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;"&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-2" height="624" src="https://community.qlik.com/legacyfs/online/165880_Capture.PNG" style="border-width: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;" width="459" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2017 09:02:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Colour-by-expression-on-single-colours/m-p/1313641#M28141</guid>
      <dc:creator>vicobi123</dc:creator>
      <dc:date>2017-06-06T09:02:50Z</dc:date>
    </item>
  </channel>
</rss>

