<?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 Visual Cues for Scorecard in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Visual-Cues-for-Scorecard/m-p/224641#M77016</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, this will solve half of my problem. I need the if statment to return the value and color it based on the value of Reject%.&lt;/P&gt;&lt;PRE&gt;something like this syntax will not work&lt;BR /&gt;IF(ISNULL([Reject%])=true(),&lt;STRONG&gt;5 and red(0,0,255),&lt;/STRONG&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Jan 2010 18:06:12 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-01-27T18:06:12Z</dc:date>
    <item>
      <title>Visual Cues for Scorecard</title>
      <link>https://community.qlik.com/t5/QlikView/Visual-Cues-for-Scorecard/m-p/224639#M77014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am creating a score card that assigns a value of 1-5 based on the value of an expression. I would like to color code the cell or the text based on the value. The code below returns my 1-5 values, is there anyway to also color code? I would like 5 distinct colors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE ___default_attr="plain" class="jive_text_macro jive_macro_code" jivemacro="code"&gt;&lt;BR /&gt;IF(ISNULL([Prelm%])=true(),5,&lt;BR /&gt;IF([Prelm%]&amp;gt;.76,5,&lt;BR /&gt;IF([Prelm%]&amp;gt;.59 and [Prelm%]&amp;lt;=.76,4,&lt;BR /&gt;IF([Prelm%]&amp;gt;.36 and [Prelm%]&amp;lt;=.59,3,&lt;BR /&gt;IF([Prelm%]&amp;gt;.19 and [Prelm%]&amp;lt;=.36,2,&lt;BR /&gt;IF([Prelm%]&amp;lt;=.19,1))))))&lt;BR /&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2010 17:28:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Visual-Cues-for-Scorecard/m-p/224639#M77014</guid>
      <dc:creator />
      <dc:date>2010-01-27T17:28:09Z</dc:date>
    </item>
    <item>
      <title>Visual Cues for Scorecard</title>
      <link>https://community.qlik.com/t5/QlikView/Visual-Cues-for-Scorecard/m-p/224640#M77015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think Visual Cues will give you enough colors. I think that only allows three states (below, normal, above).&lt;/P&gt;&lt;P&gt;On the Expressions tab, click on the plus next to your expression. Right click on Background Color and choose Edit expression, paste in your expression and then change the numbers to colors. Something like:&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;IF(ISNULL([Prelm%])=true(),RGB(0,255,255),&lt;BR /&gt;IF([Prelm%]&amp;gt;.76,RGB(0,255,255),&lt;BR /&gt;IF([Prelm%]&amp;gt;.59 and [Prelm%]&amp;lt;=.76,RGB(50,255,50),&lt;BR /&gt;IF([Prelm%]&amp;gt;.36 and [Prelm%]&amp;lt;=.59,RGB(0,50,255),&lt;BR /&gt;IF([Prelm%]&amp;gt;.19 and [Prelm%]&amp;lt;=.36,RGB(255,55,55),&lt;BR /&gt;IF([Prelm%]&amp;lt;=.19,RGB(255,0,0)))))))&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;All those color combos are completely made up, so don't blame me if they look hideous. &lt;IMG alt="Big Smile" src="http://community.qlik.com/emoticons/emotion-2.gif" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2010 17:56:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Visual-Cues-for-Scorecard/m-p/224640#M77015</guid>
      <dc:creator />
      <dc:date>2010-01-27T17:56:24Z</dc:date>
    </item>
    <item>
      <title>Visual Cues for Scorecard</title>
      <link>https://community.qlik.com/t5/QlikView/Visual-Cues-for-Scorecard/m-p/224641#M77016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, this will solve half of my problem. I need the if statment to return the value and color it based on the value of Reject%.&lt;/P&gt;&lt;PRE&gt;something like this syntax will not work&lt;BR /&gt;IF(ISNULL([Reject%])=true(),&lt;STRONG&gt;5 and red(0,0,255),&lt;/STRONG&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2010 18:06:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Visual-Cues-for-Scorecard/m-p/224641#M77016</guid>
      <dc:creator />
      <dc:date>2010-01-27T18:06:12Z</dc:date>
    </item>
    <item>
      <title>Visual Cues for Scorecard</title>
      <link>https://community.qlik.com/t5/QlikView/Visual-Cues-for-Scorecard/m-p/224642#M77017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need two separate expressions. One to return the value, use that in the normal Expressions box. The other one would only return the color and that goes in the Background Color expression. I'm confused on the Prelm% versus the Reject%.&lt;/P&gt;&lt;P&gt;Normal Expression:&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;IF(ISNULL([Reject%])=true(),5)&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Background Color Expression:&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;IF(ISNULL([Reject%])=true(),RGB(0,0,255))&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2010 18:22:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Visual-Cues-for-Scorecard/m-p/224642#M77017</guid>
      <dc:creator />
      <dc:date>2010-01-27T18:22:13Z</dc:date>
    </item>
    <item>
      <title>Visual Cues for Scorecard</title>
      <link>https://community.qlik.com/t5/QlikView/Visual-Cues-for-Scorecard/m-p/224643#M77018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry about that I coppied the wrong thing over reject% and prelm % are the names of my expressions which are being graded. The visual will clear it up. I will try out your suggestion.&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/4505.post.jpg"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/11/4505.post.jpg" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2010 18:29:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Visual-Cues-for-Scorecard/m-p/224643#M77018</guid>
      <dc:creator />
      <dc:date>2010-01-27T18:29:16Z</dc:date>
    </item>
    <item>
      <title>Visual Cues for Scorecard</title>
      <link>https://community.qlik.com/t5/QlikView/Visual-Cues-for-Scorecard/m-p/224644#M77019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks that was it, im sorry I missed your first post, didnt read it fully, got a lot going on here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2010 19:17:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Visual-Cues-for-Scorecard/m-p/224644#M77019</guid>
      <dc:creator />
      <dc:date>2010-01-27T19:17:31Z</dc:date>
    </item>
    <item>
      <title>Visual Cues for Scorecard</title>
      <link>https://community.qlik.com/t5/QlikView/Visual-Cues-for-Scorecard/m-p/224645#M77020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using this solution also changes the colour of the dimension name in a table. Having viewed a similar thread, it appears that the colour will change to match the first cell, which isn't good. I'm guessing this is a bug.........&lt;/P&gt;&lt;P&gt;I have tried &lt;EM&gt;Custom Format Cell&lt;/EM&gt; but that doesn't make any difference.&lt;/P&gt;&lt;P&gt;Can anyone suggest a way to change the dimension name back to black?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 May 2010 11:44:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Visual-Cues-for-Scorecard/m-p/224645#M77020</guid>
      <dc:creator />
      <dc:date>2010-05-24T11:44:18Z</dc:date>
    </item>
  </channel>
</rss>

