<?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: Convert minutes to timestamp in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Convert-minutes-to-timestamp/m-p/599613#M1100221</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=datetimefield + timeinminutesfield / (24*60)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Apr 2014 12:39:49 GMT</pubDate>
    <dc:creator>maxgro</dc:creator>
    <dc:date>2014-04-21T12:39:49Z</dc:date>
    <item>
      <title>Convert minutes to timestamp</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-minutes-to-timestamp/m-p/599610#M1100218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to create a datetime from data that is stored in two separate field.&amp;nbsp; The date field is stored as a datetime, but the time part is always 00:00:00 so I need to extract just the date.&amp;nbsp; The time field is stored as minutes after midnight, i.e. 630 = 10:30:00 AM.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Apr 2014 12:34:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-minutes-to-timestamp/m-p/599610#M1100218</guid>
      <dc:creator />
      <dc:date>2014-04-21T12:34:11Z</dc:date>
    </item>
    <item>
      <title>Re: Convert minutes to timestamp</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-minutes-to-timestamp/m-p/599611#M1100219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;Karen Gerdes wrote:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I need to create a datetime from data that is stored in two separate field.&amp;nbsp; The date field is stored as a datetime, but the time part is always 00:00:00 so I need to extract just the date.&amp;nbsp; The time field is stored as minutes after midnight, i.e. 630 = 10:30:00 AM.&lt;/P&gt;

&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Apr 2014 12:39:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-minutes-to-timestamp/m-p/599611#M1100219</guid>
      <dc:creator />
      <dc:date>2014-04-21T12:39:03Z</dc:date>
    </item>
    <item>
      <title>Re: Convert minutes to timestamp</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-minutes-to-timestamp/m-p/599612#M1100220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you need just the date, should not be bothered about time part, try like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date(Floor(YourDateField)) as NewDate&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Apr 2014 12:39:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-minutes-to-timestamp/m-p/599612#M1100220</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-04-21T12:39:38Z</dc:date>
    </item>
    <item>
      <title>Re: Convert minutes to timestamp</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-minutes-to-timestamp/m-p/599613#M1100221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=datetimefield + timeinminutesfield / (24*60)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Apr 2014 12:39:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-minutes-to-timestamp/m-p/599613#M1100221</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-04-21T12:39:49Z</dc:date>
    </item>
    <item>
      <title>Re: Convert minutes to timestamp</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-minutes-to-timestamp/m-p/599614#M1100222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;datetime.adjust(string.datetime(date,"MMDDCCYY"),1,"Y")&lt;/P&gt;&lt;P&gt;datetime.adjust(srting.datetime(date,"MMDDCCYY"),1,"Y",false)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Apr 2014 12:42:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-minutes-to-timestamp/m-p/599614#M1100222</guid>
      <dc:creator />
      <dc:date>2014-04-21T12:42:06Z</dc:date>
    </item>
    <item>
      <title>Re: Convert minutes to timestamp</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-minutes-to-timestamp/m-p/599615#M1100223</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;Load like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;T1:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;Load&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Inline&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt;Time&lt;BR /&gt;630 &lt;BR /&gt;]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt;&lt;BR /&gt;T2:&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;Load&lt;/STRONG&gt;&lt;/STRONG&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;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Timestamp&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('00:'&amp;amp;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Time&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'hh:mm:ss[.fff] TT') &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Hours&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Resident&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; T1;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;Drop&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Table&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; T1; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Hope it helps you..&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Apr 2014 12:49:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-minutes-to-timestamp/m-p/599615#M1100223</guid>
      <dc:creator />
      <dc:date>2014-04-21T12:49:13Z</dc:date>
    </item>
    <item>
      <title>Re: Convert minutes to timestamp</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-minutes-to-timestamp/m-p/599616#M1100224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Karen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can try the Time Function.&lt;/P&gt;&lt;P&gt;e.g. Time(A) where&amp;nbsp; A=630&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Apr 2014 12:59:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-minutes-to-timestamp/m-p/599616#M1100224</guid>
      <dc:creator />
      <dc:date>2014-04-21T12:59:51Z</dc:date>
    </item>
    <item>
      <title>Re: Convert minutes to timestamp</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-minutes-to-timestamp/m-p/599617#M1100225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for all the help.&amp;nbsp; It looks like this worked: &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;timestamp#&lt;/P&gt;&lt;P&gt;&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;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Floor&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;start_date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;))&amp;amp;' '&amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Timestamp&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('00:'&amp;amp;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;start_time&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'hh:mm:ssTT'),'YYYY-MM-DD hh:mm:ss') &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Apr 2014 14:14:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-minutes-to-timestamp/m-p/599617#M1100225</guid>
      <dc:creator />
      <dc:date>2014-04-21T14:14:03Z</dc:date>
    </item>
  </channel>
</rss>

