<?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: Master Time Calendar in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Master-Time-Calendar/m-p/751211#M1030271</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using floor because in the original data i also have seconds! (and I dont need seconds)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Feb 2015 13:09:04 GMT</pubDate>
    <dc:creator>cristian_av</dc:creator>
    <dc:date>2015-02-05T13:09:04Z</dc:date>
    <item>
      <title>Master Time Calendar</title>
      <link>https://community.qlik.com/t5/QlikView/Master-Time-Calendar/m-p/751210#M1030270</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'm trying to create a master time calendar with numeric values (So I can use continous axis)&lt;/P&gt;&lt;P&gt;But when I use the floor function, some minutes are grouped as one.&lt;/P&gt;&lt;P&gt;i.e. the minute 00:08 disapears and the minute 00:07 has two values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if I load the minutes as text, all minutes are displayed (but as text, and not as numbers)&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;I have uploaded an example of this!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the code i'm using to load the minutes:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD Time(Floor(Frac(A),1/1440),'hh:mm')&amp;nbsp; as [HH:mm],&lt;/P&gt;&lt;P&gt;&amp;nbsp; Text(B)&amp;nbsp; as [HH:mm_txt]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[Test_HoraMinuto.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, no labels, table is Hoja1);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2015 12:43:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-Time-Calendar/m-p/751210#M1030270</guid>
      <dc:creator>cristian_av</dc:creator>
      <dc:date>2015-02-05T12:43:29Z</dc:date>
    </item>
    <item>
      <title>Re: Master Time Calendar</title>
      <link>https://community.qlik.com/t5/QlikView/Master-Time-Calendar/m-p/751211#M1030271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using floor because in the original data i also have seconds! (and I dont need seconds)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2015 13:09:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-Time-Calendar/m-p/751211#M1030271</guid>
      <dc:creator>cristian_av</dc:creator>
      <dc:date>2015-02-05T13:09:04Z</dc:date>
    </item>
    <item>
      <title>Re: Master Time Calendar</title>
      <link>https://community.qlik.com/t5/QlikView/Master-Time-Calendar/m-p/751212#M1030272</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;Try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Time#(A,'hh:mm') as [HH:mm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Neetha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2015 14:00:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-Time-Calendar/m-p/751212#M1030272</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-05T14:00:04Z</dc:date>
    </item>
    <item>
      <title>Re: Master Time Calendar</title>
      <link>https://community.qlik.com/t5/QlikView/Master-Time-Calendar/m-p/751213#M1030273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(RowNo() = 1, Time(Floor(Frac(A),1/1439),'hh:mm:ss'), Time(Floor(Frac(A),1/1439) + 0.00069444444444444,'hh:mm:ss'))&amp;nbsp; as [HH:mm]&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2015 14:44:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Master-Time-Calendar/m-p/751213#M1030273</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-02-05T14:44:09Z</dc:date>
    </item>
  </channel>
</rss>

