<?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: Fill Time gaps - reference table issue in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Fill-Time-gaps-reference-table-issue/m-p/882046#M307694</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please have a look at attached file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jul 2015 09:06:40 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2015-07-16T09:06:40Z</dc:date>
    <item>
      <title>Fill Time gaps - reference table issue</title>
      <link>https://community.qlik.com/t5/QlikView/Fill-Time-gaps-reference-table-issue/m-p/882043#M307691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to come up with a solution that will fill time gaps in my chart. I tried and tested the approach where I create a reference table that contains all of the desired values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, if my fact table has:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;HourMinute, Value&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; '10:30', 55,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; '11:00', 150,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I want to also show 10:45 in my graph then I create a reference table like the one below and I select Shift instead&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;DayShift, HourMinute&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; 'Early', '10:30'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; 'Early', '10:45'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; 'Early', '11:00'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works really well &lt;STRONG&gt;except when there are multiple reference tables.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;For example if to the example above we add another reference table, call it Calendar that defines day of week. &lt;STRONG&gt;If in addition to select &lt;/STRONG&gt;&lt;STRONG&gt;DayShift we also select Day and/or Day of week, the graph will stop displaying the missing value (i.e. 10:45).&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Please see the QlikView file example attached. &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Please also see the screenshot attached. Can I find a way to display 10:45 in the graph?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any of still filling in the 10:45 even when selecting Day/Day of week? Many thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Fact_Table:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Load * INLINE [&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; HourMinute, Value2, Day&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; '09:15', 11, 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; '10:30', 55, 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; '11:00', 150, 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; '10:30', 55, 2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; '11:00', 150, 2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;HourCalendar:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;LOAD * Inline [&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; DayShift, HourMinute&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; 'Early', '10:30'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; 'Early', '10:45'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; 'Early', '11:00'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Calendar:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;LOAD * inline [&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; Day, DayofWeek,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; 1, Monday&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; 2, Tuesday&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="HourMinuteExample.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/92957_HourMinuteExample.JPG" style="height: 309px; width: 620px;" /&gt; !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2015 15:23:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fill-Time-gaps-reference-table-issue/m-p/882043#M307691</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-15T15:23:28Z</dc:date>
    </item>
    <item>
      <title>Re: Fill Time gaps - reference table issue</title>
      <link>https://community.qlik.com/t5/QlikView/Fill-Time-gaps-reference-table-issue/m-p/882044#M307692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe like attached?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2015 17:20:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fill-Time-gaps-reference-table-issue/m-p/882044#M307692</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-07-15T17:20:00Z</dc:date>
    </item>
    <item>
      <title>Re: Fill Time gaps - reference table issue</title>
      <link>https://community.qlik.com/t5/QlikView/Fill-Time-gaps-reference-table-issue/m-p/882045#M307693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;That is definitely a step forward. However, when I make the following selections the values displayed on the graph are not correct. Do you know what can be tweaked to make it work?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;IMG alt="HourMinute2.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/93039_HourMinute2.JPG" style="height: 314px; width: 620px;" /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2015 08:50:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fill-Time-gaps-reference-table-issue/m-p/882045#M307693</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-16T08:50:41Z</dc:date>
    </item>
    <item>
      <title>Re: Fill Time gaps - reference table issue</title>
      <link>https://community.qlik.com/t5/QlikView/Fill-Time-gaps-reference-table-issue/m-p/882046#M307694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please have a look at attached file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2015 09:06:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Fill-Time-gaps-reference-table-issue/m-p/882046#M307694</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-07-16T09:06:40Z</dc:date>
    </item>
  </channel>
</rss>

