<?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 Grid chart evaluate per dimension in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Grid-chart-evaluate-per-dimension/m-p/2115786#M91045</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I am looking into creating a grid chart (heatmap) that will display products on the Y-axis and year-month on the X-axis. The measure is sales.&lt;/P&gt;
&lt;P&gt;I would like the colors of the heatmap to only evaluate per product. Not the whole chart.&lt;/P&gt;
&lt;P&gt;The chart will be used to see if any product has for example low/high sales, missing sales (due to problems with invoicing etc)&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Example&lt;/P&gt;
&lt;TABLE border="1" width="100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="14.285714285714286%" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD width="14.285714285714286%" height="25px"&gt;2023-04&lt;/TD&gt;
&lt;TD width="14.285714285714286%" height="25px"&gt;2023-05&lt;/TD&gt;
&lt;TD width="14.285714285714286%" height="25px"&gt;2023-06&lt;/TD&gt;
&lt;TD width="14.285714285714286%" height="25px"&gt;2023-07&lt;/TD&gt;
&lt;TD width="14.285714285714286%" height="25px"&gt;2023-08&lt;/TD&gt;
&lt;TD width="14.285714285714286%" height="25px"&gt;2023-09&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="14.285714285714286%" height="25px"&gt;Product A&lt;/TD&gt;
&lt;TD width="14.285714285714286%" height="25px"&gt;30&lt;/TD&gt;
&lt;TD width="14.285714285714286%" height="25px"&gt;50&lt;/TD&gt;
&lt;TD width="14.285714285714286%" height="25px"&gt;40&lt;/TD&gt;
&lt;TD width="14.285714285714286%" height="25px"&gt;50&lt;/TD&gt;
&lt;TD width="14.285714285714286%" height="25px"&gt;50&lt;/TD&gt;
&lt;TD width="14.285714285714286%" height="25px"&gt;60&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="14.285714285714286%" height="25px"&gt;Product B&lt;/TD&gt;
&lt;TD width="14.285714285714286%" height="25px"&gt;10&lt;/TD&gt;
&lt;TD width="14.285714285714286%" height="25px"&gt;30&lt;/TD&gt;
&lt;TD width="14.285714285714286%" height="25px"&gt;40&lt;/TD&gt;
&lt;TD width="14.285714285714286%" height="25px"&gt;40&lt;/TD&gt;
&lt;TD width="14.285714285714286%" height="25px"&gt;30&lt;/TD&gt;
&lt;TD width="14.285714285714286%" height="25px"&gt;50&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="14.285714285714286%" height="25px"&gt;Product C&lt;/TD&gt;
&lt;TD width="14.285714285714286%" height="25px"&gt;100&lt;/TD&gt;
&lt;TD width="14.285714285714286%" height="25px"&gt;200&lt;/TD&gt;
&lt;TD width="14.285714285714286%" height="25px"&gt;400&lt;/TD&gt;
&lt;TD width="14.285714285714286%" height="25px"&gt;200&lt;/TD&gt;
&lt;TD width="14.285714285714286%" height="25px"&gt;400&lt;/TD&gt;
&lt;TD width="14.285714285714286%" height="25px"&gt;600&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="14.285714285714286%" height="25px"&gt;Product D&lt;/TD&gt;
&lt;TD width="14.285714285714286%" height="25px"&gt;50 000&lt;/TD&gt;
&lt;TD width="14.285714285714286%" height="25px"&gt;60 000&lt;/TD&gt;
&lt;TD width="14.285714285714286%" height="25px"&gt;70 000&lt;/TD&gt;
&lt;TD width="14.285714285714286%" height="25px"&gt;60 000&lt;/TD&gt;
&lt;TD width="14.285714285714286%" height="25px"&gt;60 000&lt;/TD&gt;
&lt;TD width="14.285714285714286%" height="25px"&gt;90 000&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In this case 2023-04 that has the lowest sales (per product) and should have the same colour if I manage to make the chart evaluate per dimension.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any idea of how to manipulate the chart to do this?&lt;/P&gt;
&lt;P&gt;Kind regards Jonathan&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 12 Sep 2023 06:25:08 GMT</pubDate>
    <dc:creator>Jonathan_Alm</dc:creator>
    <dc:date>2023-09-12T06:25:08Z</dc:date>
    <item>
      <title>Grid chart evaluate per dimension</title>
      <link>https://community.qlik.com/t5/App-Development/Grid-chart-evaluate-per-dimension/m-p/2115786#M91045</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I am looking into creating a grid chart (heatmap) that will display products on the Y-axis and year-month on the X-axis. The measure is sales.&lt;/P&gt;
&lt;P&gt;I would like the colors of the heatmap to only evaluate per product. Not the whole chart.&lt;/P&gt;
&lt;P&gt;The chart will be used to see if any product has for example low/high sales, missing sales (due to problems with invoicing etc)&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Example&lt;/P&gt;
&lt;TABLE border="1" width="100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="14.285714285714286%" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD width="14.285714285714286%" height="25px"&gt;2023-04&lt;/TD&gt;
&lt;TD width="14.285714285714286%" height="25px"&gt;2023-05&lt;/TD&gt;
&lt;TD width="14.285714285714286%" height="25px"&gt;2023-06&lt;/TD&gt;
&lt;TD width="14.285714285714286%" height="25px"&gt;2023-07&lt;/TD&gt;
&lt;TD width="14.285714285714286%" height="25px"&gt;2023-08&lt;/TD&gt;
&lt;TD width="14.285714285714286%" height="25px"&gt;2023-09&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="14.285714285714286%" height="25px"&gt;Product A&lt;/TD&gt;
&lt;TD width="14.285714285714286%" height="25px"&gt;30&lt;/TD&gt;
&lt;TD width="14.285714285714286%" height="25px"&gt;50&lt;/TD&gt;
&lt;TD width="14.285714285714286%" height="25px"&gt;40&lt;/TD&gt;
&lt;TD width="14.285714285714286%" height="25px"&gt;50&lt;/TD&gt;
&lt;TD width="14.285714285714286%" height="25px"&gt;50&lt;/TD&gt;
&lt;TD width="14.285714285714286%" height="25px"&gt;60&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="14.285714285714286%" height="25px"&gt;Product B&lt;/TD&gt;
&lt;TD width="14.285714285714286%" height="25px"&gt;10&lt;/TD&gt;
&lt;TD width="14.285714285714286%" height="25px"&gt;30&lt;/TD&gt;
&lt;TD width="14.285714285714286%" height="25px"&gt;40&lt;/TD&gt;
&lt;TD width="14.285714285714286%" height="25px"&gt;40&lt;/TD&gt;
&lt;TD width="14.285714285714286%" height="25px"&gt;30&lt;/TD&gt;
&lt;TD width="14.285714285714286%" height="25px"&gt;50&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="14.285714285714286%" height="25px"&gt;Product C&lt;/TD&gt;
&lt;TD width="14.285714285714286%" height="25px"&gt;100&lt;/TD&gt;
&lt;TD width="14.285714285714286%" height="25px"&gt;200&lt;/TD&gt;
&lt;TD width="14.285714285714286%" height="25px"&gt;400&lt;/TD&gt;
&lt;TD width="14.285714285714286%" height="25px"&gt;200&lt;/TD&gt;
&lt;TD width="14.285714285714286%" height="25px"&gt;400&lt;/TD&gt;
&lt;TD width="14.285714285714286%" height="25px"&gt;600&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="14.285714285714286%" height="25px"&gt;Product D&lt;/TD&gt;
&lt;TD width="14.285714285714286%" height="25px"&gt;50 000&lt;/TD&gt;
&lt;TD width="14.285714285714286%" height="25px"&gt;60 000&lt;/TD&gt;
&lt;TD width="14.285714285714286%" height="25px"&gt;70 000&lt;/TD&gt;
&lt;TD width="14.285714285714286%" height="25px"&gt;60 000&lt;/TD&gt;
&lt;TD width="14.285714285714286%" height="25px"&gt;60 000&lt;/TD&gt;
&lt;TD width="14.285714285714286%" height="25px"&gt;90 000&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In this case 2023-04 that has the lowest sales (per product) and should have the same colour if I manage to make the chart evaluate per dimension.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any idea of how to manipulate the chart to do this?&lt;/P&gt;
&lt;P&gt;Kind regards Jonathan&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Sep 2023 06:25:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Grid-chart-evaluate-per-dimension/m-p/2115786#M91045</guid>
      <dc:creator>Jonathan_Alm</dc:creator>
      <dc:date>2023-09-12T06:25:08Z</dc:date>
    </item>
  </channel>
</rss>

