<?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: Data Island with Time? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Data-Island-with-Time/m-p/673103#M1071077</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;search community for master calendar threads like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2012/10/16/the-master-calendar" title="http://community.qlik.com/blogs/qlikviewdesignblog/2012/10/16/the-master-calendar"&gt;http://community.qlik.com/blogs/qlikviewdesignblog/2012/10/16/the-master-calendar&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Aug 2014 07:13:10 GMT</pubDate>
    <dc:creator>MarcoWedel</dc:creator>
    <dc:date>2014-08-29T07:13:10Z</dc:date>
    <item>
      <title>Data Island with Time?</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Island-with-Time/m-p/673099#M1071073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a table with multiple time fields, and I want to be able to work with these multiple fields separately. So therefore I created a time master as a data island.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my data table I have fields like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Time1&lt;/P&gt;&lt;P&gt;Time2&lt;/P&gt;&lt;P&gt;Time3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The time master is created as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-family: courier new,courier;"&gt;Temp_TimeMaster:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; color: #0000ff;"&gt;LOAD&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; color: #0000ff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TIME(RowNo()/1440, 'hh:mm') AS Temp_TimeMaster&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; color: #0000ff;"&gt;AUTOGENERATE 24 * 60;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; color: #0000ff;"&gt;TimeMaster:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; color: #0000ff;"&gt;LOAD&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; color: #0000ff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Temp_TimeMaster AS TimeMaster&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; color: #0000ff;"&gt;&amp;nbsp;&amp;nbsp; , Hour(Temp_TimeMaster) AS Hour&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; color: #0000ff;"&gt;&amp;nbsp;&amp;nbsp; , Minute(Temp_TimeMaster) AS Minute&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; color: #0000ff;"&gt;RESIDENT Temp_TimeMaster&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; color: #0000ff;"&gt;ORDER BY Temp_TimeMaster ASC;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-family: courier new,courier;"&gt;DROP TABLE Temp_TimeMaster;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-family: courier new,courier;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Now when I try to link the data island to the data table, I get some strange results. Some records are properly linked, some are not. When I compare the decimal values, they actually should match. I compared them up to 10 digits. I use the following expression in the dimension to link the two tables:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-family: courier new,courier;"&gt;=If(Time1 = TimeMaster, Hour, 0)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What am I doing wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Aug 2014 02:25:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Island-with-Time/m-p/673099#M1071073</guid>
      <dc:creator />
      <dc:date>2014-08-29T02:25:22Z</dc:date>
    </item>
    <item>
      <title>Re: Data Island with Time?</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Island-with-Time/m-p/673100#M1071074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you attach the sample file with some data?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Aug 2014 02:44:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Island-with-Time/m-p/673100#M1071074</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-08-29T02:44:18Z</dc:date>
    </item>
    <item>
      <title>Re: Data Island with Time?</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Island-with-Time/m-p/673101#M1071075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jagan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your prompt reply. It double checked the number format once again in the data table. The times there were stored including seconds, so the values did not match.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Aug 2014 04:14:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Island-with-Time/m-p/673101#M1071075</guid>
      <dc:creator />
      <dc:date>2014-08-29T04:14:41Z</dc:date>
    </item>
    <item>
      <title>Re: Data Island with Time?</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Island-with-Time/m-p/673102#M1071076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are done with this then close the thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Aug 2014 04:23:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Island-with-Time/m-p/673102#M1071076</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-08-29T04:23:38Z</dc:date>
    </item>
    <item>
      <title>Re: Data Island with Time?</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Island-with-Time/m-p/673103#M1071077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;search community for master calendar threads like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2012/10/16/the-master-calendar" title="http://community.qlik.com/blogs/qlikviewdesignblog/2012/10/16/the-master-calendar"&gt;http://community.qlik.com/blogs/qlikviewdesignblog/2012/10/16/the-master-calendar&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Aug 2014 07:13:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Island-with-Time/m-p/673103#M1071077</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2014-08-29T07:13:10Z</dc:date>
    </item>
  </channel>
</rss>

