<?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: Heat map for percentile values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Heat-map-for-percentile-values/m-p/960823#M329777</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;But i want to show colors in form of &lt;/SPAN&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;percentile&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; instead of percentage&lt;/SPAN&gt;&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;What does that mean? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Oct 2015 05:21:11 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2015-10-13T05:21:11Z</dc:date>
    <item>
      <title>Heat map for percentile values</title>
      <link>https://community.qlik.com/t5/QlikView/Heat-map-for-percentile-values/m-p/960822#M329776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I am trying to generate a heat map for date Vs steps(for eg 1-10)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have sum(sales). But to generate color in my heatmap. I need the highest sales over all dates and all steps (these 2 are my dimensions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimenion: date&lt;/P&gt;&lt;P&gt;dimension: steps&lt;/P&gt;&lt;P&gt;Below expression gives me the percent of sales for that specific cell with respect to max value in that pivot table.&lt;/P&gt;&lt;P&gt;Expression:- Sum(Sales)/max(aggr(SUM(Sales),Date,Steps))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then i used colormix wizard and gave upper limit as 1, intermediate as 0.5 and low limit as 0.0 to give me appropriate colors&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i want to show colors in form of &lt;STRONG&gt;percentile&lt;/STRONG&gt; instead of percentage. What change should i make to my expression?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance. I tied using fractile function but getting errors.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Oct 2015 18:34:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Heat-map-for-percentile-values/m-p/960822#M329776</guid>
      <dc:creator>rdsuperlike</dc:creator>
      <dc:date>2015-10-12T18:34:45Z</dc:date>
    </item>
    <item>
      <title>Re: Heat map for percentile values</title>
      <link>https://community.qlik.com/t5/QlikView/Heat-map-for-percentile-values/m-p/960823#M329777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;But i want to show colors in form of &lt;/SPAN&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;percentile&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; instead of percentage&lt;/SPAN&gt;&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;What does that mean? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Oct 2015 05:21:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Heat-map-for-percentile-values/m-p/960823#M329777</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-10-13T05:21:11Z</dc:date>
    </item>
    <item>
      <title>Re: Heat map for percentile values</title>
      <link>https://community.qlik.com/t5/QlikView/Heat-map-for-percentile-values/m-p/960824#M329778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I used (v2-(Rank(Total sum(sales)/v1)))/v2 which gives me percentile value and when i put it in colormix wizard it gave me colors from red to yellow to green for upper limit-&amp;gt; intermediate limit-&amp;gt; low limit for 1-&amp;gt;0.5-&amp;gt;0 values respectively.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here v1 =max(aggr(SUM(Sales),Date,Steps))&lt;/P&gt;&lt;P&gt;v2 = max(aggr(Rank(Total sum(Sales)/v1),Date,Steps))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am able to get proper values and colors for straight table when i use the expression and the two dimensions.&lt;/P&gt;&lt;P&gt;But as soon as I try to create a crosstab/pivottable it all messes up. The rank function doesnt seem to be working here.&lt;/P&gt;&lt;P&gt;Can you suggest a substitute for rank function here? Or some other approach&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Oct 2015 06:09:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Heat-map-for-percentile-values/m-p/960824#M329778</guid>
      <dc:creator>rdsuperlike</dc:creator>
      <dc:date>2015-10-13T06:09:29Z</dc:date>
    </item>
  </channel>
</rss>

