<?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: color as per values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/color-as-per-values/m-p/843583#M296366</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It looks to me like the colors in your example are fine as is. You just need to get the rows sorted in the order low to high, is that correct?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 May 2015 14:34:05 GMT</pubDate>
    <dc:creator>rwunderlich</dc:creator>
    <dc:date>2015-05-25T14:34:05Z</dc:date>
    <item>
      <title>color as per values</title>
      <link>https://community.qlik.com/t5/QlikView/color-as-per-values/m-p/843576#M296359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PFA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is a percentile ranking in an ascending manner. The lowest value (in %) will appear at the top and the highest value (in %) will always at the bottome. For the color logic - the lowest value will always be in the darkest RED shade reducing to light red, then amber, then yellow, then light green and then dark green for the highest value. In short, the lowest value on the top will always be in dark red color and then it gets lighter and becomes green as the values increase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please suggest on this.&lt;/P&gt;&lt;P&gt;I have attached my sample application for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 May 2015 12:00:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/color-as-per-values/m-p/843576#M296359</guid>
      <dc:creator>deepakqlikview_123</dc:creator>
      <dc:date>2015-05-25T12:00:28Z</dc:date>
    </item>
    <item>
      <title>Re: color as per values</title>
      <link>https://community.qlik.com/t5/QlikView/color-as-per-values/m-p/843577#M296360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you sure that you want to color the rows depending from their position? Then you could use color(rowno()) as expression and defined your colors within the color-tab from the object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if you want to color to the values you could use an if-loop like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(value &amp;lt; X, rgb(xyz), if(value &amp;lt; Z, rgb(a,b,d), ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the same logic maybe more elegant solved with a pick(match()) approach.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think the are further possibilities, maybe with colormix(). See also postings like this: &lt;A href="https://community.qlik.com/qlik-blogpost/2831"&gt;Colors in charts&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 May 2015 12:29:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/color-as-per-values/m-p/843577#M296360</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-05-25T12:29:26Z</dc:date>
    </item>
    <item>
      <title>Re: color as per values</title>
      <link>https://community.qlik.com/t5/QlikView/color-as-per-values/m-p/843578#M296361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sort the expression in ascending order and then use the Color(Rowno())..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 May 2015 13:09:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/color-as-per-values/m-p/843578#M296361</guid>
      <dc:creator />
      <dc:date>2015-05-25T13:09:03Z</dc:date>
    </item>
    <item>
      <title>Re: color as per values</title>
      <link>https://community.qlik.com/t5/QlikView/color-as-per-values/m-p/843579#M296362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using rowno() is ok.But can you please suggest how shall i use this in colormix wizard as there is need to show different shades as shown in attachment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 May 2015 13:36:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/color-as-per-values/m-p/843579#M296362</guid>
      <dc:creator>deepakqlikview_123</dc:creator>
      <dc:date>2015-05-25T13:36:46Z</dc:date>
    </item>
    <item>
      <title>Re: color as per values</title>
      <link>https://community.qlik.com/t5/QlikView/color-as-per-values/m-p/843580#M296363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would try for the first attempt the colormix2(x, red(), green(), yellow()) without the wizard. To generate the x-value depending on the row won't be easy and I'm not sure if you could get excactly such a color-shades over many table-rows as in a single object like a bar or a textbox-background.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Quite similar seems to be color-functions like colormaphue() or colormapjet().&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 May 2015 14:01:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/color-as-per-values/m-p/843580#M296363</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-05-25T14:01:52Z</dc:date>
    </item>
    <item>
      <title>Re: color as per values</title>
      <link>https://community.qlik.com/t5/QlikView/color-as-per-values/m-p/843581#M296364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how to use &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;Color(Rowno()).. in application i am not able to use it.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 May 2015 14:12:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/color-as-per-values/m-p/843581#M296364</guid>
      <dc:creator>deepakqlikview_123</dc:creator>
      <dc:date>2015-05-25T14:12:21Z</dc:date>
    </item>
    <item>
      <title>Re: color as per values</title>
      <link>https://community.qlik.com/t5/QlikView/color-as-per-values/m-p/843582#M296365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It will be applied as attribut-expression. Press by the expressions (dimensions is the same) the plus-sign and you get access to various attributs - see for this also the above mentioned blog &lt;A href="https://community.qlik.com/qlik-blogpost/2831"&gt;Colors in charts&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 May 2015 14:15:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/color-as-per-values/m-p/843582#M296365</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-05-25T14:15:14Z</dc:date>
    </item>
    <item>
      <title>Re: color as per values</title>
      <link>https://community.qlik.com/t5/QlikView/color-as-per-values/m-p/843583#M296366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It looks to me like the colors in your example are fine as is. You just need to get the rows sorted in the order low to high, is that correct?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 May 2015 14:34:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/color-as-per-values/m-p/843583#M296366</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2015-05-25T14:34:05Z</dc:date>
    </item>
    <item>
      <title>Re: color as per values</title>
      <link>https://community.qlik.com/t5/QlikView/color-as-per-values/m-p/843584#M296367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks .. nice tip&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 May 2015 14:37:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/color-as-per-values/m-p/843584#M296367</guid>
      <dc:creator />
      <dc:date>2015-05-25T14:37:38Z</dc:date>
    </item>
    <item>
      <title>Re: color as per values</title>
      <link>https://community.qlik.com/t5/QlikView/color-as-per-values/m-p/843585#M296368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rob,&lt;/P&gt;&lt;P&gt;After sorting also i am not able to get desired output.&lt;/P&gt;&lt;P&gt;I have attached sample QVW and screenshot as per requirement for this please suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 May 2015 17:00:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/color-as-per-values/m-p/843585#M296368</guid>
      <dc:creator>deepakqlikview_123</dc:creator>
      <dc:date>2015-05-25T17:00:54Z</dc:date>
    </item>
    <item>
      <title>Re: color as per values</title>
      <link>https://community.qlik.com/t5/QlikView/color-as-per-values/m-p/843586#M296369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I made your example a straight table just to make it sort easier. It looks like your screenshot to me. Is this what you are after?&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"&gt;http://masterssummit.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://robwunderlich.com" rel="nofollow"&gt;http://robwunderlich.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 May 2015 17:10:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/color-as-per-values/m-p/843586#M296369</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2015-05-25T17:10:51Z</dc:date>
    </item>
    <item>
      <title>Re: color as per values</title>
      <link>https://community.qlik.com/t5/QlikView/color-as-per-values/m-p/843587#M296370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rob,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your inputs.&lt;/P&gt;&lt;P&gt;But i want to show grouping as per high risk value and low risk value as shown in attachment.&lt;/P&gt;&lt;P&gt;Such grouping is not possible in straight table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2015 05:15:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/color-as-per-values/m-p/843587#M296370</guid>
      <dc:creator>deepakqlikview_123</dc:creator>
      <dc:date>2015-05-26T05:15:16Z</dc:date>
    </item>
  </channel>
</rss>

