<?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: heatmap with continuous x-axis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/heatmap-with-continuous-x-axis/m-p/1130447#M371624</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marcus,&lt;/P&gt;&lt;P&gt;unfortunately not really as we need the individual timestamps to be selectable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My workaround was a faked chart with continuous time on the x-axis and a stacked bar chart with measurement type as 2nd dimension. To get a unique height for each measurement, the expression is simply “=1” So each stacked bar is 20 units high.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Disadvantage: The y-axis gets the values 1-20 instead of the names of the measurement and the legend does not synchronize with the levels of each measurement in the stacked bars…&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Keep qliking&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Von: Marcus Sommer &lt;/P&gt;&lt;P&gt;Gesendet: Montag, 11. Juli 2016 16:28&lt;/P&gt;&lt;P&gt;An: Klix, Michael&lt;/P&gt;&lt;P&gt;Betreff: Re:  – heatmap with continuous x-axis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Qlik Community &amp;lt;https://community.qlik.com/?et=watches.email.thread&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;heatmap with continuous x-axis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Antwort von Marcus Sommer&amp;lt;https://community.qlik.com/people/marcus_sommer?et=watches.email.thread&amp;gt; in QlikView App Development - Komplette Diskussion anzeigen&amp;lt;https://community.qlik.com/message/1080593?et=watches.email.thread#1080593&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Jul 2016 14:54:24 GMT</pubDate>
    <dc:creator>michael_klix</dc:creator>
    <dc:date>2016-07-11T14:54:24Z</dc:date>
    <item>
      <title>heatmap with continuous x-axis</title>
      <link>https://community.qlik.com/t5/QlikView/heatmap-with-continuous-x-axis/m-p/1130445#M371622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everybody,&lt;/P&gt;&lt;P&gt;I am looking for a heatmap solution that allows me to show the value for about 20 different measurements over time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In principle, the solution is a pivot table:&lt;/P&gt;&lt;P&gt;The name of the measurement should be displayed vertically and the time horizontally. The data itself then defines the colour of the respective cell using the colormix wizard (for text and background to erase the numbers in the cells)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Easy thing...BUT:&lt;/P&gt;&lt;P&gt;My time dimension has about 1000 or even more variants which ends up in &amp;gt;1000 columns.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to make the columns infinitely small? In my QV11.2 it seems there is a minimum column width of about 1 character or so. But I want the whole range of time to be displayed on one screen only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;All solutions I found online work with just a few columns on the x axis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Keep Qliking&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jul 2016 14:18:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/heatmap-with-continuous-x-axis/m-p/1130445#M371622</guid>
      <dc:creator>michael_klix</dc:creator>
      <dc:date>2016-07-11T14:18:26Z</dc:date>
    </item>
    <item>
      <title>Re: heatmap with continuous x-axis</title>
      <link>https://community.qlik.com/t5/QlikView/heatmap-with-continuous-x-axis/m-p/1130446#M371623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could it be a solution to cluster the time-values with something like: time(class(YourTime, 1/24/60 * 5), 'mm') ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jul 2016 14:27:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/heatmap-with-continuous-x-axis/m-p/1130446#M371623</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-07-11T14:27:42Z</dc:date>
    </item>
    <item>
      <title>Re: heatmap with continuous x-axis</title>
      <link>https://community.qlik.com/t5/QlikView/heatmap-with-continuous-x-axis/m-p/1130447#M371624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marcus,&lt;/P&gt;&lt;P&gt;unfortunately not really as we need the individual timestamps to be selectable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My workaround was a faked chart with continuous time on the x-axis and a stacked bar chart with measurement type as 2nd dimension. To get a unique height for each measurement, the expression is simply “=1” So each stacked bar is 20 units high.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Disadvantage: The y-axis gets the values 1-20 instead of the names of the measurement and the legend does not synchronize with the levels of each measurement in the stacked bars…&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Keep qliking&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Von: Marcus Sommer &lt;/P&gt;&lt;P&gt;Gesendet: Montag, 11. Juli 2016 16:28&lt;/P&gt;&lt;P&gt;An: Klix, Michael&lt;/P&gt;&lt;P&gt;Betreff: Re:  – heatmap with continuous x-axis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Qlik Community &amp;lt;https://community.qlik.com/?et=watches.email.thread&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;heatmap with continuous x-axis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Antwort von Marcus Sommer&amp;lt;https://community.qlik.com/people/marcus_sommer?et=watches.email.thread&amp;gt; in QlikView App Development - Komplette Diskussion anzeigen&amp;lt;https://community.qlik.com/message/1080593?et=watches.email.thread#1080593&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jul 2016 14:54:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/heatmap-with-continuous-x-axis/m-p/1130447#M371624</guid>
      <dc:creator>michael_klix</dc:creator>
      <dc:date>2016-07-11T14:54:24Z</dc:date>
    </item>
    <item>
      <title>Re: heatmap with continuous x-axis</title>
      <link>https://community.qlik.com/t5/QlikView/heatmap-with-continuous-x-axis/m-p/1130448#M371625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;maybe it's better to separate the pivot-heatmap from legend-informations and selectable timestamps. I think I would do some cluster on the time-level and maybe add some informations within the expression, something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= 1 &amp;amp; chr(10) &amp;amp; chr(10) &amp;amp; concat(Timestamp, chr(10)) &amp;amp; chr(10) &amp;amp; 'some further details'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and use a listbox or a straight-table beside the pivot with the single timestamps and maybe a count of them and other descriptive informations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jul 2016 15:10:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/heatmap-with-continuous-x-axis/m-p/1130448#M371625</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-07-11T15:10:51Z</dc:date>
    </item>
    <item>
      <title>Re: heatmap with continuous x-axis</title>
      <link>https://community.qlik.com/t5/QlikView/heatmap-with-continuous-x-axis/m-p/1130449#M371626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Problem solved, surprisingly easy:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remember, there is a time series of about 10.000 points in time, each has a value fro a set of measurements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I used was a stacked barchart with the expression&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;only&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Time&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)-&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Above&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Time&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;what it does is simply taking the first timepoint as a baseline and adding the time increment for each point in time. Given that time starts with zero (did I mention?) the stacked bar in the end is exactly the full period of time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This bar now exists for each measurement and the VALUE of the measurement itself is only reflected in the COLOR of the bar. That's what makes it a heatmap.&lt;/P&gt;&lt;P&gt;That's how it looks:&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/132209_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Thanks for all the ideas however&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Keep Qliking&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Michael&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2016 12:33:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/heatmap-with-continuous-x-axis/m-p/1130449#M371626</guid>
      <dc:creator>michael_klix</dc:creator>
      <dc:date>2016-07-22T12:33:26Z</dc:date>
    </item>
  </channel>
</rss>

