<?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 Heatmap two measures in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Heatmap-two-measures/m-p/1901662#M74386</link>
    <description>&lt;P&gt;Hi everyone,&lt;/P&gt;
&lt;P&gt;I have a heatmap, which shows the bonus of sales reps . In the y-axis i have sales, in x-axis the margin and the % of potential bonus is shown as a measure.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As a second measure, I added the current bonus of each sales rep. The idea of the app is to select a sales rep through a filter, the matrix is plotted and the current bonus is highlighted.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Even if I have the current bonus as a second measure, this is not shown at all in the heatmap. Does anyone know how to plot it? Or if this is even possible?&lt;/P&gt;
&lt;P&gt;Here is how my data is structured (example of Matrix of 3x3 for 1 sales rep):&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sales Rep ID, x_axis_value, x_axis, y_axis_value, y_axis, %_bonus_possible, %_current_bonus&lt;/P&gt;
&lt;P&gt;1001, 5.000, x_1, 30.0%, y_1, 0%, 3%&lt;/P&gt;
&lt;P&gt;1001, 5.500, x_1, 35%, y_2, 3%, 3%&lt;/P&gt;
&lt;P&gt;1001, 5.500, x_1, 37%,&amp;nbsp; y_2, 5%, 3%&lt;/P&gt;
&lt;P&gt;1001, 5.700, x_2, 30%, y_1, 3%, 3%&lt;/P&gt;
&lt;P&gt;1001, 5.700, x_2, 35%, y_2, 5%, 3%&lt;/P&gt;
&lt;P&gt;1001, 5.700, x_2, 37%, y_3, 7%, 3%&lt;/P&gt;
&lt;P&gt;1001, 6.000, x_3, 30.0%, y_1, 3%, 3%&lt;/P&gt;
&lt;P&gt;1001, 6.000, x_3, 35%, y_2, 5%, 3%&lt;/P&gt;
&lt;P&gt;1001, 6.000, x_3, 37%, y_3, 7%, 3%&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What i need is to plot the last field (%_current_bonus) in the heatmap together with the other values. At the moment, y_axis_value and x_axis_value are used as dimensions and avg(%_bonus_possible) is used as measure in the heatmap,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any help is highly appreciated!&lt;/P&gt;
&lt;P&gt;Thanks a lot in advance&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 07 Mar 2022 08:19:51 GMT</pubDate>
    <dc:creator>charlie2</dc:creator>
    <dc:date>2022-03-07T08:19:51Z</dc:date>
    <item>
      <title>Heatmap two measures</title>
      <link>https://community.qlik.com/t5/App-Development/Heatmap-two-measures/m-p/1901662#M74386</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;
&lt;P&gt;I have a heatmap, which shows the bonus of sales reps . In the y-axis i have sales, in x-axis the margin and the % of potential bonus is shown as a measure.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As a second measure, I added the current bonus of each sales rep. The idea of the app is to select a sales rep through a filter, the matrix is plotted and the current bonus is highlighted.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Even if I have the current bonus as a second measure, this is not shown at all in the heatmap. Does anyone know how to plot it? Or if this is even possible?&lt;/P&gt;
&lt;P&gt;Here is how my data is structured (example of Matrix of 3x3 for 1 sales rep):&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sales Rep ID, x_axis_value, x_axis, y_axis_value, y_axis, %_bonus_possible, %_current_bonus&lt;/P&gt;
&lt;P&gt;1001, 5.000, x_1, 30.0%, y_1, 0%, 3%&lt;/P&gt;
&lt;P&gt;1001, 5.500, x_1, 35%, y_2, 3%, 3%&lt;/P&gt;
&lt;P&gt;1001, 5.500, x_1, 37%,&amp;nbsp; y_2, 5%, 3%&lt;/P&gt;
&lt;P&gt;1001, 5.700, x_2, 30%, y_1, 3%, 3%&lt;/P&gt;
&lt;P&gt;1001, 5.700, x_2, 35%, y_2, 5%, 3%&lt;/P&gt;
&lt;P&gt;1001, 5.700, x_2, 37%, y_3, 7%, 3%&lt;/P&gt;
&lt;P&gt;1001, 6.000, x_3, 30.0%, y_1, 3%, 3%&lt;/P&gt;
&lt;P&gt;1001, 6.000, x_3, 35%, y_2, 5%, 3%&lt;/P&gt;
&lt;P&gt;1001, 6.000, x_3, 37%, y_3, 7%, 3%&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What i need is to plot the last field (%_current_bonus) in the heatmap together with the other values. At the moment, y_axis_value and x_axis_value are used as dimensions and avg(%_bonus_possible) is used as measure in the heatmap,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any help is highly appreciated!&lt;/P&gt;
&lt;P&gt;Thanks a lot in advance&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Mar 2022 08:19:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Heatmap-two-measures/m-p/1901662#M74386</guid>
      <dc:creator>charlie2</dc:creator>
      <dc:date>2022-03-07T08:19:51Z</dc:date>
    </item>
  </channel>
</rss>

