<?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: I am using &amp;quot;Color by expression&amp;quot; but the graphics are gray in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/I-am-using-quot-Color-by-expression-quot-but-the-graphics-are/m-p/1337829#M29389</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bella, thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also tried that option, but it does not work either &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rodrigo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Jul 2017 20:15:55 GMT</pubDate>
    <dc:creator>wisetrackchile</dc:creator>
    <dc:date>2017-07-20T20:15:55Z</dc:date>
    <item>
      <title>I am using "Color by expression" but the graphics are gray</title>
      <link>https://community.qlik.com/t5/App-Development/I-am-using-quot-Color-by-expression-quot-but-the-graphics-are/m-p/1337827#M29387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using "Color by expression" but the graphics are &lt;STRONG style="text-decoration: underline;"&gt;gray&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The Dimension:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if((DRIVERTIME &amp;lt; 341),'LOW',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if((DRIVERTIME &amp;gt;= 341) And (DRIVERTIME &amp;lt; 361),'MEDIUM',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if((DRIVERTIME &amp;gt;= 361),'HIGH')))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The Measure:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Count(TRIPS)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Color by expression:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;=if((DRIVERTIME &amp;lt; 341),Green(),&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if((DRIVERTIME &amp;gt;= 341) And (DRIVERTIME &amp;lt; 361),Yellow(),&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if((DRIVERTIME &amp;gt;= 361),Red())))&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;IMG alt="2017-07-19 13_09_20-192.168.1.61 - Conexión a Escritorio remoto.png" class="jive-image image-1" src="/legacyfs/online/170783_2017-07-19 13_09_20-192.168.1.61 - Conexión a Escritorio remoto.png" style="height: 195px; width: 620px;" /&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;THANKS!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Nov 2024 09:30:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/I-am-using-quot-Color-by-expression-quot-but-the-graphics-are/m-p/1337827#M29387</guid>
      <dc:creator>wisetrackchile</dc:creator>
      <dc:date>2024-11-16T09:30:18Z</dc:date>
    </item>
    <item>
      <title>Re: I am using "Color by expression" but the graphics are gray</title>
      <link>https://community.qlik.com/t5/App-Development/I-am-using-quot-Color-by-expression-quot-but-the-graphics-are/m-p/1337828#M29388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would suggest finding the RGB value of the colour and using that e.g.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if("Gender"='Male',rgb(68,119,170),if("Gender"='Female',rgb(204,102,119), rgb(253,219,102)))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jul 2017 20:12:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/I-am-using-quot-Color-by-expression-quot-but-the-graphics-are/m-p/1337828#M29388</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-20T20:12:35Z</dc:date>
    </item>
    <item>
      <title>Re: I am using "Color by expression" but the graphics are gray</title>
      <link>https://community.qlik.com/t5/App-Development/I-am-using-quot-Color-by-expression-quot-but-the-graphics-are/m-p/1337829#M29389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bella, thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also tried that option, but it does not work either &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rodrigo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jul 2017 20:15:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/I-am-using-quot-Color-by-expression-quot-but-the-graphics-are/m-p/1337829#M29389</guid>
      <dc:creator>wisetrackchile</dc:creator>
      <dc:date>2017-07-20T20:15:55Z</dc:date>
    </item>
    <item>
      <title>Re: I am using "Color by expression" but the graphics are gray</title>
      <link>https://community.qlik.com/t5/App-Development/I-am-using-quot-Color-by-expression-quot-but-the-graphics-are/m-p/1337830#M29390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Because the color expression is calculating over multiple rows, you must do some sort of aggregation over DRIVERTIME. As you have it now in the IF(), DRIVERTIME will return null when there are multiple rows. Try using "Avg(DRIVERTIME)" in your color expression. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://masterssummit.com" rel="nofollow" target="_blank"&gt;http://masterssummit.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://qlikviewcookbook.com" rel="nofollow" target="_blank"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jul 2017 06:14:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/I-am-using-quot-Color-by-expression-quot-but-the-graphics-are/m-p/1337830#M29390</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2017-07-21T06:14:12Z</dc:date>
    </item>
    <item>
      <title>Re: I am using "Color by expression" but the graphics are gray</title>
      <link>https://community.qlik.com/t5/App-Development/I-am-using-quot-Color-by-expression-quot-but-the-graphics-are/m-p/1337831#M29391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check if this might be the reason.&lt;/P&gt;&lt;P&gt;Are you using alternative dimension?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Snapshot.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/170992_Snapshot.PNG" style="height: 329px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jul 2017 11:16:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/I-am-using-quot-Color-by-expression-quot-but-the-graphics-are/m-p/1337831#M29391</guid>
      <dc:creator>prithviram777</dc:creator>
      <dc:date>2017-07-21T11:16:58Z</dc:date>
    </item>
    <item>
      <title>Re: I am using "Color by expression" but the graphics are gray</title>
      <link>https://community.qlik.com/t5/App-Development/I-am-using-quot-Color-by-expression-quot-but-the-graphics-are/m-p/1337832#M29392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Eureka !!! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; That was the problem, thank you very much!!! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jul 2017 13:00:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/I-am-using-quot-Color-by-expression-quot-but-the-graphics-are/m-p/1337832#M29392</guid>
      <dc:creator>wisetrackchile</dc:creator>
      <dc:date>2017-07-21T13:00:57Z</dc:date>
    </item>
    <item>
      <title>Re: I am using "Color by expression" but the graphics are gray</title>
      <link>https://community.qlik.com/t5/App-Development/I-am-using-quot-Color-by-expression-quot-but-the-graphics-are/m-p/1337833#M29393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you found the document clip useful, please mark my response as correct or appropriate.&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jul 2017 13:05:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/I-am-using-quot-Color-by-expression-quot-but-the-graphics-are/m-p/1337833#M29393</guid>
      <dc:creator>prithviram777</dc:creator>
      <dc:date>2017-07-21T13:05:35Z</dc:date>
    </item>
    <item>
      <title>Re: I am using "Color by expression" but the graphics are gray</title>
      <link>https://community.qlik.com/t5/App-Development/I-am-using-quot-Color-by-expression-quot-but-the-graphics-are/m-p/1337834#M29394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please mark Rob Wunderlich's response as correct since you indicated that resolved your question.&amp;nbsp; I selected this question because it was still marked as unanswered - but upon reading it, you did get a correct response and it just needs to be marked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jul 2017 18:40:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/I-am-using-quot-Color-by-expression-quot-but-the-graphics-are/m-p/1337834#M29394</guid>
      <dc:creator>mjtaft2017</dc:creator>
      <dc:date>2017-07-24T18:40:52Z</dc:date>
    </item>
  </channel>
</rss>

