<?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: Pivot Table and ColorMix - Please Help in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Pivot-Table-and-ColorMix-Please-Help/m-p/1746597#M453343</link>
    <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6490"&gt;@prees959&lt;/a&gt;&amp;nbsp; or check the colormix wizard in background expression.&amp;nbsp; Put below expression for colormix wizard and then you can set the upper, lower and intermediate settings and set the colors&lt;/P&gt;&lt;PRE&gt;fabs((sum(ordered)  - sum(provided )) / sum(provided))&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=YasIe3VUJrg" target="_blank" rel="noopener"&gt;https://www.youtube.com/watch?v=YasIe3VUJrg&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 23 Sep 2020 23:15:12 GMT</pubDate>
    <dc:creator>Kushal_Chawda</dc:creator>
    <dc:date>2020-09-23T23:15:12Z</dc:date>
    <item>
      <title>Pivot Table and ColorMix - Please Help</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-and-ColorMix-Please-Help/m-p/1746565#M453340</link>
      <description>&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;I have a relatively simple Pivot table with two Dimensions : Unit (down the left) and Product as Column Headings.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My expression is a simple percentage :&amp;nbsp; (sum(ordered)&amp;nbsp; - sum(provided )) / sum(provided)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;One thing to note is that there are some negative percentages (which is expected).&amp;nbsp; What I would like to do is Color the expression values to something like the following :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2020-09-23 at 20.10.35.png" style="width: 679px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/41091i56BB5E114910A98F/image-dimensions/679x82?v=v2" width="679" height="82" role="button" title="Screenshot 2020-09-23 at 20.10.35.png" alt="Screenshot 2020-09-23 at 20.10.35.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Is it possible to colorize the expression as Red for the highest values (eg 100% and 167% as above moving towards green to 0%) with amber for the middle values.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Im trying to show the movement away from 0% for both negative and positive values.&amp;nbsp; Also, would colormix merge the colors into a gradient?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help gratefully received.&lt;/P&gt;&lt;P&gt;Phil&lt;/P&gt;</description>
      <pubDate>Wed, 23 Sep 2020 19:21:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-and-ColorMix-Please-Help/m-p/1746565#M453340</guid>
      <dc:creator>prees959</dc:creator>
      <dc:date>2020-09-23T19:21:15Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table and ColorMix - Please Help</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-and-ColorMix-Please-Help/m-p/1746590#M453341</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6490"&gt;@prees959&lt;/a&gt;&amp;nbsp; try below expression in background color expression&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;=ColorMix1 (fabs((sum(ordered)  - sum(provided )) / sum(provided))
/
$(=max(aggr(fabs((sum(ordered)  - sum(provided )) / sum(provided)),Unit,Product))), 
ARGB(255, 255, 0, 0), ARGB(255, 0, 255, 0))&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 23 Sep 2020 21:43:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-and-ColorMix-Please-Help/m-p/1746590#M453341</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2020-09-23T21:43:13Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table and ColorMix - Please Help</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-and-ColorMix-Please-Help/m-p/1746596#M453342</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/336"&gt;@Kushal_Chawda&lt;/a&gt;&amp;nbsp; - thanks so much for your reply.&amp;nbsp; It seems to work but for some reason its missing out some of the higher values :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2020-09-23 at 23.48.06.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/41095i30763E35518D2FD0/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2020-09-23 at 23.48.06.png" alt="Screenshot 2020-09-23 at 23.48.06.png" /&gt;&lt;/span&gt;any ideas?&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Sep 2020 22:50:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-and-ColorMix-Please-Help/m-p/1746596#M453342</guid>
      <dc:creator>prees959</dc:creator>
      <dc:date>2020-09-23T22:50:10Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table and ColorMix - Please Help</title>
      <link>https://community.qlik.com/t5/QlikView/Pivot-Table-and-ColorMix-Please-Help/m-p/1746597#M453343</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6490"&gt;@prees959&lt;/a&gt;&amp;nbsp; or check the colormix wizard in background expression.&amp;nbsp; Put below expression for colormix wizard and then you can set the upper, lower and intermediate settings and set the colors&lt;/P&gt;&lt;PRE&gt;fabs((sum(ordered)  - sum(provided )) / sum(provided))&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=YasIe3VUJrg" target="_blank" rel="noopener"&gt;https://www.youtube.com/watch?v=YasIe3VUJrg&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Sep 2020 23:15:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pivot-Table-and-ColorMix-Please-Help/m-p/1746597#M453343</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2020-09-23T23:15:12Z</dc:date>
    </item>
  </channel>
</rss>

