<?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: Help with Conditionally coloring percentages in Visualization and Usability</title>
    <link>https://community.qlik.com/t5/Visualization-and-Usability/Help-with-Conditionally-coloring-percentages/m-p/1415217#M109476</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's way simpler than that&lt;/P&gt;&lt;P&gt;use a KPI object; &lt;/P&gt;&lt;P&gt;as an expression :&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;Count({&amp;lt;test_score = {"&amp;gt;=4"}&amp;gt;} test_score) /Count(test_score)&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;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;don't use the num to format it; you can format it using qlik sense options:&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;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/182088_Capture.PNG" style="height: auto;" /&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;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;NOW? YOUR MEASURE WOULD BE FROM 0 TO 1&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;to color it: &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;under color, activate conditionnal colors; add 2 new limiters 0.3 and 0.6; and then qlik on the bar to choose ur colors:&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;IMG alt="Capture.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/182089_Capture.PNG" style="height: auto;" /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 04 Nov 2017 21:49:43 GMT</pubDate>
    <dc:creator>OmarBenSalem</dc:creator>
    <dc:date>2017-11-04T21:49:43Z</dc:date>
    <item>
      <title>Help with Conditionally coloring percentages</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Help-with-Conditionally-coloring-percentages/m-p/1415216#M109475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all, I was wondering if anyone could help me with this formula.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My first formula works...here it is.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Num(Count({&amp;lt;test_score = {"&amp;gt;=4"}&amp;gt;} test_score) /Count(test_score),'0%')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is giving me a KPI with a percentage of how many test scores are over 4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wanted to conditionally color it based on how high the percentage is. This is the part I am having a difficult time with.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(([test_score]) &amp;gt;= 60, rgb(132,186,8))&lt;/P&gt;&lt;P&gt;=if(([test_score]) &amp;gt;=31 and &amp;lt;-59 rgb(255,203,85))&lt;/P&gt;&lt;P&gt;=if(([test_score]) &amp;lt;= 30, rgb(247,77,49))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me to get this to work? I think the first and 3rd lines work but I am not sure how to get this range between 31 and 59 to work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jordan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Nov 2017 20:34:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Help-with-Conditionally-coloring-percentages/m-p/1415216#M109475</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-04T20:34:20Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Conditionally coloring percentages</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Help-with-Conditionally-coloring-percentages/m-p/1415217#M109476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's way simpler than that&lt;/P&gt;&lt;P&gt;use a KPI object; &lt;/P&gt;&lt;P&gt;as an expression :&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;Count({&amp;lt;test_score = {"&amp;gt;=4"}&amp;gt;} test_score) /Count(test_score)&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;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;don't use the num to format it; you can format it using qlik sense options:&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;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/182088_Capture.PNG" style="height: auto;" /&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;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;NOW? YOUR MEASURE WOULD BE FROM 0 TO 1&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;to color it: &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;under color, activate conditionnal colors; add 2 new limiters 0.3 and 0.6; and then qlik on the bar to choose ur colors:&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;IMG alt="Capture.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/182089_Capture.PNG" style="height: auto;" /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Nov 2017 21:49:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Help-with-Conditionally-coloring-percentages/m-p/1415217#M109476</guid>
      <dc:creator>OmarBenSalem</dc:creator>
      <dc:date>2017-11-04T21:49:43Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Conditionally coloring percentages</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Help-with-Conditionally-coloring-percentages/m-p/1415218#M109477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Omar. That appears to have worked.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Nov 2017 16:01:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Help-with-Conditionally-coloring-percentages/m-p/1415218#M109477</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-05T16:01:54Z</dc:date>
    </item>
  </channel>
</rss>

