<?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: Mark only highest value under a limit - background color expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Mark-only-highest-value-under-a-limit-background-color/m-p/1637803#M732096</link>
    <description>&lt;P&gt;You are right. It's just a name since I cannot share any of my real data.&amp;nbsp; I did change it to the right one. It is "accepted" right before the&amp;nbsp;&lt;SPAN&gt;{"&amp;lt;480"} part..&amp;nbsp; and yes all 3 parts was changed to the correct name &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Also tried to create a new with the actual name "Test" (just to be sure) = still the same red lines.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;However - it is the name (or label if you will) of the expression, and not a table field name. Do not know if that changes anything.&lt;/P&gt;&lt;P&gt;This it what It looks like in the expression:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="191021_TestMax.png" style="width: 472px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/22006i9D4356D161BB28E3/image-size/large?v=v2&amp;amp;px=999" role="button" title="191021_TestMax.png" alt="191021_TestMax.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Would think it to be some syntax-thing.&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":thinking_face:"&gt;🤔&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 21 Oct 2019 12:36:52 GMT</pubDate>
    <dc:creator>Zwax</dc:creator>
    <dc:date>2019-10-21T12:36:52Z</dc:date>
    <item>
      <title>Mark only highest value under a limit - background color expression</title>
      <link>https://community.qlik.com/t5/QlikView/Mark-only-highest-value-under-a-limit-background-color/m-p/1637691#M732085</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Is it possible to mark the highest number under a limit? (background color expression)&lt;/P&gt;&lt;P&gt;Lets say you have a bunch of different numbers:&lt;/P&gt;&lt;P&gt;500,&lt;/P&gt;&lt;P&gt;452,&lt;/P&gt;&lt;P&gt;2,&lt;/P&gt;&lt;P&gt;35,&lt;/P&gt;&lt;P&gt;816&lt;/P&gt;&lt;P&gt;How do I mark the highest number under ley say 480 (=452) without marking all the numbers under the “limit” ?&lt;/P&gt;&lt;P&gt;I have tried some stuff with the max and maxstring, but no luck when it’s under a limit.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If(Test&amp;lt;='480',LightBlue(),)&amp;nbsp; &amp;nbsp; &amp;nbsp;//&amp;lt;-- Marks all equal to or under&lt;/P&gt;&lt;P&gt;if(max(Test)&amp;lt;= '480',LightBlue(),) &amp;nbsp; &amp;nbsp; &amp;nbsp;//&amp;lt;--do not work – makes sense since the max value is not under&lt;/P&gt;&lt;P&gt;If(Test&amp;lt;='480',if(Test=max(Test),LightBlue(),),) &amp;nbsp; &amp;nbsp; &amp;nbsp;//&amp;lt;--Do not work&lt;/P&gt;&lt;P&gt;if(Test&amp;lt; =max(If(Test &amp;lt;='480', Test,)),LightBlue(),) &amp;nbsp; &amp;nbsp; &amp;nbsp;//&amp;lt;--Do not work&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 19:51:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mark-only-highest-value-under-a-limit-background-color/m-p/1637691#M732085</guid>
      <dc:creator>Zwax</dc:creator>
      <dc:date>2024-11-16T19:51:17Z</dc:date>
    </item>
    <item>
      <title>Re: Mark only highest value under a limit - background color expression</title>
      <link>https://community.qlik.com/t5/QlikView/Mark-only-highest-value-under-a-limit-background-color/m-p/1637716#M732086</link>
      <description>&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;If(Rank(YourExpression) = 1,Blue(), Green())&lt;/P&gt;</description>
      <pubDate>Mon, 21 Oct 2019 10:27:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mark-only-highest-value-under-a-limit-background-color/m-p/1637716#M732086</guid>
      <dc:creator>Victor_Alumanah</dc:creator>
      <dc:date>2019-10-21T10:27:45Z</dc:date>
    </item>
    <item>
      <title>Re: Mark only highest value under a limit - background color expression</title>
      <link>https://community.qlik.com/t5/QlikView/Mark-only-highest-value-under-a-limit-background-color/m-p/1637719#M732087</link>
      <description>&lt;P&gt;Thats pretty cool &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; Marks all rows above one color and equal to or under another color.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However in this case I would like to only mark one row (max string under the limit).&lt;/P&gt;</description>
      <pubDate>Mon, 21 Oct 2019 10:35:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mark-only-highest-value-under-a-limit-background-color/m-p/1637719#M732087</guid>
      <dc:creator>Zwax</dc:creator>
      <dc:date>2019-10-21T10:35:22Z</dc:date>
    </item>
    <item>
      <title>Re: Mark only highest value under a limit - background color expression</title>
      <link>https://community.qlik.com/t5/QlikView/Mark-only-highest-value-under-a-limit-background-color/m-p/1637736#M732088</link>
      <description>&lt;P&gt;would this work&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If(Rank(YourExpression) = 1,Blue())&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Oct 2019 10:58:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mark-only-highest-value-under-a-limit-background-color/m-p/1637736#M732088</guid>
      <dc:creator>Victor_Alumanah</dc:creator>
      <dc:date>2019-10-21T10:58:41Z</dc:date>
    </item>
    <item>
      <title>Re: Mark only highest value under a limit - background color expression</title>
      <link>https://community.qlik.com/t5/QlikView/Mark-only-highest-value-under-a-limit-background-color/m-p/1637750#M732089</link>
      <description>&lt;P&gt;I guess I'm using it the wrong way.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How would you make it work, to just highlight one (highest within the limit)? Could you give me an example?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Right now I'm marking all - either above or under the limit.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Oct 2019 11:37:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mark-only-highest-value-under-a-limit-background-color/m-p/1637750#M732089</guid>
      <dc:creator>Zwax</dc:creator>
      <dc:date>2019-10-21T11:37:47Z</dc:date>
    </item>
    <item>
      <title>Re: Mark only highest value under a limit - background color expression</title>
      <link>https://community.qlik.com/t5/QlikView/Mark-only-highest-value-under-a-limit-background-color/m-p/1637758#M732090</link>
      <description>&lt;P&gt;How about this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;If(Max(TOTAL {&amp;lt;Test = {"&amp;lt;480"}&amp;gt;} Test) = Test, LightBlue())&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Oct 2019 11:43:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mark-only-highest-value-under-a-limit-background-color/m-p/1637758#M732090</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-10-21T11:43:47Z</dc:date>
    </item>
    <item>
      <title>Re: Mark only highest value under a limit - background color expression</title>
      <link>https://community.qlik.com/t5/QlikView/Mark-only-highest-value-under-a-limit-background-color/m-p/1637778#M732092</link>
      <description>&lt;P&gt;Maybe... &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I get red lines under the part starting with&amp;nbsp;{"&amp;lt;480"}&lt;/P&gt;&lt;P&gt;If(Max(TOTAL {&amp;lt;Test = &lt;FONT color="#FF0000"&gt;{"&amp;lt;480"}&amp;gt;} Test) = Test, LightBlue())&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Oct 2019 12:01:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mark-only-highest-value-under-a-limit-background-color/m-p/1637778#M732092</guid>
      <dc:creator>Zwax</dc:creator>
      <dc:date>2019-10-21T12:01:22Z</dc:date>
    </item>
    <item>
      <title>Re: Mark only highest value under a limit - background color expression</title>
      <link>https://community.qlik.com/t5/QlikView/Mark-only-highest-value-under-a-limit-background-color/m-p/1637780#M732095</link>
      <description>&lt;P&gt;I hope you have used the correct field name as I think Test is just a placeholder? There are three Tests that need to be replaced by your field name....&lt;/P&gt;</description>
      <pubDate>Mon, 21 Oct 2019 12:04:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mark-only-highest-value-under-a-limit-background-color/m-p/1637780#M732095</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-10-21T12:04:20Z</dc:date>
    </item>
    <item>
      <title>Re: Mark only highest value under a limit - background color expression</title>
      <link>https://community.qlik.com/t5/QlikView/Mark-only-highest-value-under-a-limit-background-color/m-p/1637803#M732096</link>
      <description>&lt;P&gt;You are right. It's just a name since I cannot share any of my real data.&amp;nbsp; I did change it to the right one. It is "accepted" right before the&amp;nbsp;&lt;SPAN&gt;{"&amp;lt;480"} part..&amp;nbsp; and yes all 3 parts was changed to the correct name &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Also tried to create a new with the actual name "Test" (just to be sure) = still the same red lines.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;However - it is the name (or label if you will) of the expression, and not a table field name. Do not know if that changes anything.&lt;/P&gt;&lt;P&gt;This it what It looks like in the expression:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="191021_TestMax.png" style="width: 472px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/22006i9D4356D161BB28E3/image-size/large?v=v2&amp;amp;px=999" role="button" title="191021_TestMax.png" alt="191021_TestMax.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Would think it to be some syntax-thing.&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":thinking_face:"&gt;🤔&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Oct 2019 12:36:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mark-only-highest-value-under-a-limit-background-color/m-p/1637803#M732096</guid>
      <dc:creator>Zwax</dc:creator>
      <dc:date>2019-10-21T12:36:52Z</dc:date>
    </item>
    <item>
      <title>Re: Mark only highest value under a limit - background color expression</title>
      <link>https://community.qlik.com/t5/QlikView/Mark-only-highest-value-under-a-limit-background-color/m-p/1637805#M732097</link>
      <description>&lt;P&gt;Yes, it def. does. You cannot use expression labels... you need to use the fields created in the script to do this.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Oct 2019 12:42:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mark-only-highest-value-under-a-limit-background-color/m-p/1637805#M732097</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-10-21T12:42:09Z</dc:date>
    </item>
    <item>
      <title>Re: Mark only highest value under a limit - background color expression</title>
      <link>https://community.qlik.com/t5/QlikView/Mark-only-highest-value-under-a-limit-background-color/m-p/1637821#M732098</link>
      <description>&lt;P&gt;oh ok - sorry I didn't specify it.&lt;/P&gt;&lt;P&gt;Just to understand this:&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is only for the more advanced stuff, where you often use set analysis - right?&lt;/P&gt;&lt;P&gt;Easy stuff like:&amp;nbsp;If(Test&amp;lt;='148',LightBlue(),) seems to works fine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Oct 2019 13:16:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mark-only-highest-value-under-a-limit-background-color/m-p/1637821#M732098</guid>
      <dc:creator>Zwax</dc:creator>
      <dc:date>2019-10-21T13:16:13Z</dc:date>
    </item>
    <item>
      <title>Re: Mark only highest value under a limit - background color expression</title>
      <link>https://community.qlik.com/t5/QlikView/Mark-only-highest-value-under-a-limit-background-color/m-p/1637835#M732099</link>
      <description>&lt;P&gt;This should, but this will highlight all Tests under 148....&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Oct 2019 13:27:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mark-only-highest-value-under-a-limit-background-color/m-p/1637835#M732099</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-10-21T13:27:54Z</dc:date>
    </item>
    <item>
      <title>Re: Mark only highest value under a limit - background color expression</title>
      <link>https://community.qlik.com/t5/QlikView/Mark-only-highest-value-under-a-limit-background-color/m-p/1641301#M732100</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Line, did Sunny's post help you get things working as you wanted?&amp;nbsp; If so, please be sure to use the accept as Solution button on the post(s) that helped, so he gets credit and others know what worked.&amp;nbsp; If you are still working upon things, here is a Design Blog post that may be of some use, actually a couple of them:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/Colors-in-charts/ba-p/1475280" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/Colors-in-charts/ba-p/1475280&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/A-Primer-on-Set-Analysis/ba-p/1468344" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/A-Primer-on-Set-Analysis/ba-p/1468344&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The only other thing that will likely help is if you can work up an app with dummy data etc. so folks can see exactly what you have going on, that should help a great deal.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Regards,&lt;BR /&gt;Brett&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Oct 2019 15:16:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mark-only-highest-value-under-a-limit-background-color/m-p/1641301#M732100</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2019-10-30T15:16:29Z</dc:date>
    </item>
    <item>
      <title>Re: Mark only highest value under a limit - background color expression</title>
      <link>https://community.qlik.com/t5/QlikView/Mark-only-highest-value-under-a-limit-background-color/m-p/1641736#M732101</link>
      <description>&lt;P&gt;Sadly not. I haven't had much time to look at it, but I haven't given up yet.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sure.&amp;nbsp; Have added a quick sample. I would like to highlight only the highest number under the limit, and not all the values under:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="191031_qv.png" style="width: 442px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/22718i357A51979D6D9C65/image-size/large?v=v2&amp;amp;px=999" role="button" title="191031_qv.png" alt="191031_qv.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Oct 2019 14:29:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mark-only-highest-value-under-a-limit-background-color/m-p/1641736#M732101</guid>
      <dc:creator>Zwax</dc:creator>
      <dc:date>2019-10-31T14:29:28Z</dc:date>
    </item>
    <item>
      <title>Re: Mark only highest value under a limit - background color expression</title>
      <link>https://community.qlik.com/t5/QlikView/Mark-only-highest-value-under-a-limit-background-color/m-p/1641746#M732102</link>
      <description>&lt;P&gt;Try this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;If([Sum_Amount] = Max(TOTAL Aggr(Sum({&amp;lt;EVENT = {"=Sum(AMOUNT) &amp;lt; vLimit"}&amp;gt;}AMOUNT), EVENT)), Yellow())&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Oct 2019 14:42:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Mark-only-highest-value-under-a-limit-background-color/m-p/1641746#M732102</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-10-31T14:42:45Z</dc:date>
    </item>
  </channel>
</rss>

