<?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: How to set a different background color based on value comparison with the row above in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-set-a-different-background-color-based-on-value/m-p/2444004#M1225622</link>
    <description>&lt;P&gt;In the function&amp;nbsp; [Nombre de joueur] is a measure, not the name of a field. You must replace it with the measure you want.&lt;/P&gt;</description>
    <pubDate>Tue, 23 Apr 2024 14:55:17 GMT</pubDate>
    <dc:creator>Clement15</dc:creator>
    <dc:date>2024-04-23T14:55:17Z</dc:date>
    <item>
      <title>How to set a different background color based on value comparison with the row above</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-set-a-different-background-color-based-on-value/m-p/2443916#M1225617</link>
      <description>&lt;P&gt;in Qlikview please:&lt;/P&gt;
&lt;P&gt;For example, if the value in the 2nd row is lower than in the row above to be colored in green.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2024-04-23_14-16-27.jpg" style="width: 91px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/164525iD2CB4939974798B4/image-size/large?v=v2&amp;amp;px=999" role="button" title="2024-04-23_14-16-27.jpg" alt="2024-04-23_14-16-27.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Tue, 23 Apr 2024 12:24:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-set-a-different-background-color-based-on-value/m-p/2443916#M1225617</guid>
      <dc:creator>NenadV</dc:creator>
      <dc:date>2024-04-23T12:24:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to set a different background color based on value comparison with the row above</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-set-a-different-background-color-based-on-value/m-p/2443938#M1225618</link>
      <description>&lt;P&gt;Hello, you can use this type of function here. This should answer your question&lt;BR /&gt;&lt;BR /&gt;if(Above([Nombre de joueur])&amp;gt;[Nombre de joueur],green())&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Clement15_1-1713877597533.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/164529i1BBD7C2FE50A3A89/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Clement15_1-1713877597533.png" alt="Clement15_1-1713877597533.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Apr 2024 13:06:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-set-a-different-background-color-based-on-value/m-p/2443938#M1225618</guid>
      <dc:creator>Clement15</dc:creator>
      <dc:date>2024-04-23T13:06:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to set a different background color based on value comparison with the row above</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-set-a-different-background-color-based-on-value/m-p/2443995#M1225620</link>
      <description>&lt;P&gt;merci, but I don't speak French.&lt;/P&gt;
&lt;P&gt;This doesn't work in a Straight Table in QlikView expression's Background color property if(above(Price) &amp;gt; Price, green())&lt;/P&gt;</description>
      <pubDate>Tue, 23 Apr 2024 14:46:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-set-a-different-background-color-based-on-value/m-p/2443995#M1225620</guid>
      <dc:creator>NenadV</dc:creator>
      <dc:date>2024-04-23T14:46:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to set a different background color based on value comparison with the row above</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-set-a-different-background-color-based-on-value/m-p/2443998#M1225621</link>
      <description>&lt;P&gt;Maybe adding an aggregation will change the results, means:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;if(above(sum(Price)) &amp;gt; sum(Price), green())&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Apr 2024 14:51:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-set-a-different-background-color-based-on-value/m-p/2443998#M1225621</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2024-04-23T14:51:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to set a different background color based on value comparison with the row above</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-set-a-different-background-color-based-on-value/m-p/2444004#M1225622</link>
      <description>&lt;P&gt;In the function&amp;nbsp; [Nombre de joueur] is a measure, not the name of a field. You must replace it with the measure you want.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Apr 2024 14:55:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-set-a-different-background-color-based-on-value/m-p/2444004#M1225622</guid>
      <dc:creator>Clement15</dc:creator>
      <dc:date>2024-04-23T14:55:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to set a different background color based on value comparison with the row above</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-set-a-different-background-color-based-on-value/m-p/2444007#M1225623</link>
      <description>&lt;P&gt;I did. Thank you Clement &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Apr 2024 14:57:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-set-a-different-background-color-based-on-value/m-p/2444007#M1225623</guid>
      <dc:creator>NenadV</dc:creator>
      <dc:date>2024-04-23T14:57:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to set a different background color based on value comparison with the row above</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-set-a-different-background-color-based-on-value/m-p/2444008#M1225624</link>
      <description>&lt;P&gt;Thanks Marcus. This doesn't solve the issue&lt;/P&gt;</description>
      <pubDate>Tue, 23 Apr 2024 15:00:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-set-a-different-background-color-based-on-value/m-p/2444008#M1225624</guid>
      <dc:creator>NenadV</dc:creator>
      <dc:date>2024-04-23T15:00:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to set a different background color based on value comparison with the row above</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-set-a-different-background-color-based-on-value/m-p/2444012#M1225625</link>
      <description>&lt;P&gt;You may approach a possible solution by adding parts within the normal expressions, like:&lt;/P&gt;
&lt;P&gt;above(YourExpression)&lt;/P&gt;
&lt;P&gt;Now you will see the results and comprehend what's going on and then adjusting it.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Apr 2024 15:07:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-set-a-different-background-color-based-on-value/m-p/2444012#M1225625</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2024-04-23T15:07:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to set a different background color based on value comparison with the row above</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-set-a-different-background-color-based-on-value/m-p/2444678#M1225629</link>
      <description>&lt;P&gt;Good tip. Thanks.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2024-04-25_11-11-08.jpg" style="width: 166px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/164661iA47125F7C620AF38/image-size/large?v=v2&amp;amp;px=999" role="button" title="2024-04-25_11-11-08.jpg" alt="2024-04-25_11-11-08.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;it just doesn't work&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Apr 2024 09:13:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-set-a-different-background-color-based-on-value/m-p/2444678#M1225629</guid>
      <dc:creator>NenadV</dc:creator>
      <dc:date>2024-04-25T09:13:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to set a different background color based on value comparison with the row above</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-set-a-different-background-color-based-on-value/m-p/2444697#M1225631</link>
      <description>&lt;P&gt;Depending on the used number of dimensions you may need to add:&amp;nbsp;&lt;SPAN&gt;above(&lt;STRONG&gt;TOTAL&lt;/STRONG&gt; YourExpression)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Beside this make sure that YourExpression itself is working and that it relates to an expression and not to a dimension.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Apr 2024 09:41:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-set-a-different-background-color-based-on-value/m-p/2444697#M1225631</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2024-04-25T09:41:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to set a different background color based on value comparison with the row above</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-set-a-different-background-color-based-on-value/m-p/2444730#M1225632</link>
      <description>&lt;P&gt;That doesn't make sense. Why such a basic and simple function does not work.&lt;/P&gt;
&lt;P&gt;It' bout only comparing values in two consecutive lines and coloring it differently to emphasize it?&lt;/P&gt;
&lt;P&gt;Is it possible that this only doesn't work in QlikView?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Apr 2024 10:38:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-set-a-different-background-color-based-on-value/m-p/2444730#M1225632</guid>
      <dc:creator>NenadV</dc:creator>
      <dc:date>2024-04-25T10:38:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to set a different background color based on value comparison with the row above</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-set-a-different-background-color-based-on-value/m-p/2444732#M1225633</link>
      <description>&lt;P&gt;Straight table with&amp;nbsp; plain cost numbers. Nothing fancy!&lt;/P&gt;</description>
      <pubDate>Thu, 25 Apr 2024 10:44:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-set-a-different-background-color-based-on-value/m-p/2444732#M1225633</guid>
      <dc:creator>NenadV</dc:creator>
      <dc:date>2024-04-25T10:44:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to set a different background color based on value comparison with the row above</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-set-a-different-background-color-based-on-value/m-p/2444741#M1225634</link>
      <description>&lt;P&gt;Of course it will work - if not anything is wrong with your expressions. Like above mentioned make sure that they are working and not returning NULL like in your example screenshot. Here a quick check with my data:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="marcus_sommer_0-1714042352568.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/164673iE62B315908ABA82F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="marcus_sommer_0-1714042352568.png" alt="marcus_sommer_0-1714042352568.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Apr 2024 10:53:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-set-a-different-background-color-based-on-value/m-p/2444741#M1225634</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2024-04-25T10:53:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to set a different background color based on value comparison with the row above</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-set-a-different-background-color-based-on-value/m-p/2444769#M1225635</link>
      <description>&lt;P&gt;Why this works only if you have up to and including 2 dimensions?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2024-04-25_13-24-50.jpg" style="width: 192px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/164678iB16B7A53FF3A9A7C/image-size/large?v=v2&amp;amp;px=999" role="button" title="2024-04-25_13-24-50.jpg" alt="2024-04-25_13-24-50.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Apr 2024 11:27:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-set-a-different-background-color-based-on-value/m-p/2444769#M1225635</guid>
      <dc:creator>NenadV</dc:creator>
      <dc:date>2024-04-25T11:27:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to set a different background color based on value comparison with the row above</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-set-a-different-background-color-based-on-value/m-p/2444771#M1225636</link>
      <description>&lt;P&gt;If there are multiple dimensions you may need a TOTAL statement with the above() and/or also wrapping the above() with an aggr(). At first implement the interrecord-logic directly in the chart to see if it returned valid and the expected values for each cell - and then a color-comparing within the attribute-expressions should be also working.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Apr 2024 11:36:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-set-a-different-background-color-based-on-value/m-p/2444771#M1225636</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2024-04-25T11:36:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to set a different background color based on value comparison with the row above</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-set-a-different-background-color-based-on-value/m-p/2444773#M1225637</link>
      <description>&lt;P&gt;Thanks Marcus. In this simple request there is nothing to sum up, it is only to show if the value in one row is different from the value in the row just above. Can't be simpler&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Apr 2024 11:41:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-set-a-different-background-color-based-on-value/m-p/2444773#M1225637</guid>
      <dc:creator>NenadV</dc:creator>
      <dc:date>2024-04-25T11:41:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to set a different background color based on value comparison with the row above</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-set-a-different-background-color-based-on-value/m-p/2444776#M1225638</link>
      <description>&lt;P&gt;That's never true - because everything is and must be an aggregation and if none is explicitly applied Qlik takes only() and as far as if there is more as single value available the result will be NULL.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Design/The-Aggregation-Scope/ba-p/1467321" target="_blank"&gt;The Aggregation Scope - Qlik Community - 1467321&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Apr 2024 11:45:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-set-a-different-background-color-based-on-value/m-p/2444776#M1225638</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2024-04-25T11:45:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to set a different background color based on value comparison with the row above</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-set-a-different-background-color-based-on-value/m-p/2444850#M1225639</link>
      <description>&lt;P&gt;Then, if there is nothing to sum up&amp;nbsp; and if there is only one value per line/row using the max() function should be ok. Correct?&lt;/P&gt;</description>
      <pubDate>Thu, 25 Apr 2024 12:52:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-set-a-different-background-color-based-on-value/m-p/2444850#M1225639</guid>
      <dc:creator>NenadV</dc:creator>
      <dc:date>2024-04-25T12:52:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to set a different background color based on value comparison with the row above</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-set-a-different-background-color-based-on-value/m-p/2444856#M1225640</link>
      <description>&lt;P&gt;and it doesn't work with more than 2 dimensions &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2024-04-25_14-54-22.jpg" style="width: 249px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/164702iBAFEBC7C24C13FAA/image-size/large?v=v2&amp;amp;px=999" role="button" title="2024-04-25_14-54-22.jpg" alt="2024-04-25_14-54-22.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Text Color if(max(X) &amp;gt; above(max(X)), lightred())&lt;/P&gt;</description>
      <pubDate>Thu, 25 Apr 2024 12:56:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-set-a-different-background-color-based-on-value/m-p/2444856#M1225640</guid>
      <dc:creator>NenadV</dc:creator>
      <dc:date>2024-04-25T12:56:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to set a different background color based on value comparison with the row above</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-set-a-different-background-color-based-on-value/m-p/2444894#M1225641</link>
      <description>&lt;P&gt;Skip at first the condition and apply these 3 expressions:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;max(X)&lt;BR /&gt;above(max(X))&lt;BR /&gt;above(TOTAL max(X))&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;does they return always they expected values?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Apr 2024 13:29:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-set-a-different-background-color-based-on-value/m-p/2444894#M1225641</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2024-04-25T13:29:49Z</dc:date>
    </item>
  </channel>
</rss>

