<?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 Time from TimeStamp in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Time-from-TimeStamp/m-p/856656#M300152</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;How to get hour part from given timestamp ? Hour should get round of to nearest value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg :01:35:21 -&amp;gt; "02"&lt;/P&gt;&lt;P&gt;00:21:45 -&amp;gt; 00&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Apr 2015 06:21:11 GMT</pubDate>
    <dc:creator>manojkulkarni</dc:creator>
    <dc:date>2015-04-06T06:21:11Z</dc:date>
    <item>
      <title>Time from TimeStamp</title>
      <link>https://community.qlik.com/t5/QlikView/Time-from-TimeStamp/m-p/856656#M300152</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;How to get hour part from given timestamp ? Hour should get round of to nearest value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg :01:35:21 -&amp;gt; "02"&lt;/P&gt;&lt;P&gt;00:21:45 -&amp;gt; 00&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Apr 2015 06:21:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-from-TimeStamp/m-p/856656#M300152</guid>
      <dc:creator>manojkulkarni</dc:creator>
      <dc:date>2015-04-06T06:21:11Z</dc:date>
    </item>
    <item>
      <title>Re: Time from TimeStamp</title>
      <link>https://community.qlik.com/t5/QlikView/Time-from-TimeStamp/m-p/856657#M300153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=Date(now(),'HH')&lt;/P&gt;&lt;P&gt;this is for current hour&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can use =Date(yourfield/varibalename,'HH')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Apr 2015 06:24:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-from-TimeStamp/m-p/856657#M300153</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-06T06:24:51Z</dc:date>
    </item>
    <item>
      <title>Re: Time from TimeStamp</title>
      <link>https://community.qlik.com/t5/QlikView/Time-from-TimeStamp/m-p/856658#M300154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if your varibale/field in some other format&lt;/P&gt;&lt;P&gt;then &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Date(Date#(yourfield/varibalename,'Original DDMMYYY etc format'), 'HH')&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Apr 2015 06:25:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-from-TimeStamp/m-p/856658#M300154</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-06T06:25:57Z</dc:date>
    </item>
    <item>
      <title>Re: Time from TimeStamp</title>
      <link>https://community.qlik.com/t5/QlikView/Time-from-TimeStamp/m-p/856659#M300155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is the use of variablename ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Apr 2015 06:26:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-from-TimeStamp/m-p/856659#M300155</guid>
      <dc:creator>manojkulkarni</dc:creator>
      <dc:date>2015-04-06T06:26:13Z</dc:date>
    </item>
    <item>
      <title>Re: Time from TimeStamp</title>
      <link>https://community.qlik.com/t5/QlikView/Time-from-TimeStamp/m-p/856660#M300156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if your time stamp is saved in variable then put variable name else if it is in field then use field name &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Apr 2015 06:28:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-from-TimeStamp/m-p/856660#M300156</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-06T06:28:32Z</dc:date>
    </item>
    <item>
      <title>Re: Time from TimeStamp</title>
      <link>https://community.qlik.com/t5/QlikView/Time-from-TimeStamp/m-p/856661#M300157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;best way is upload sample application&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Apr 2015 06:29:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-from-TimeStamp/m-p/856661#M300157</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-06T06:29:03Z</dc:date>
    </item>
    <item>
      <title>Re: Time from TimeStamp</title>
      <link>https://community.qlik.com/t5/QlikView/Time-from-TimeStamp/m-p/856662#M300158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have column having timestamp alone, i would like to take only hour part of it.&lt;/P&gt;&lt;P&gt;This is required to do hourly analysis.&lt;/P&gt;&lt;P&gt;below are the possible values .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;01:51:00&lt;/P&gt;&lt;P&gt;01:52:00&lt;/P&gt;&lt;P&gt;01:53:00&lt;/P&gt;&lt;P&gt;01:53:38&lt;/P&gt;&lt;P&gt;01:53:48&lt;/P&gt;&lt;P&gt;01:54:00&lt;/P&gt;&lt;P&gt;01:54:24&lt;/P&gt;&lt;P&gt;01:54:48&lt;/P&gt;&lt;P&gt;01:55:00&lt;/P&gt;&lt;P&gt;01:55:07&lt;/P&gt;&lt;P&gt;01:55:29&lt;/P&gt;&lt;P&gt;01:56:00&lt;/P&gt;&lt;P&gt;01:56:20&lt;/P&gt;&lt;P&gt;01:56:40&lt;/P&gt;&lt;P&gt;01:56:44&lt;/P&gt;&lt;P&gt;01:57:00&lt;/P&gt;&lt;P&gt;01:57:57&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Apr 2015 06:33:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-from-TimeStamp/m-p/856662#M300158</guid>
      <dc:creator>manojkulkarni</dc:creator>
      <dc:date>2015-04-06T06:33:21Z</dc:date>
    </item>
    <item>
      <title>Re: Time from TimeStamp</title>
      <link>https://community.qlik.com/t5/QlikView/Time-from-TimeStamp/m-p/856663#M300159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;if(minute(Datetime)&amp;gt;=35,hour(Datetime)+1,&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;hour(Datetime))&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Apr 2015 06:34:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-from-TimeStamp/m-p/856663#M300159</guid>
      <dc:creator />
      <dc:date>2015-04-06T06:34:10Z</dc:date>
    </item>
    <item>
      <title>Re: Time from TimeStamp</title>
      <link>https://community.qlik.com/t5/QlikView/Time-from-TimeStamp/m-p/856664#M300160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=SubField('01:35:21',':',1) + If(SubField('01:35:21',':',2)&amp;gt;=30,1,0)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Apr 2015 06:42:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-from-TimeStamp/m-p/856664#M300160</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2015-04-06T06:42:02Z</dc:date>
    </item>
    <item>
      <title>Re: Time from TimeStamp</title>
      <link>https://community.qlik.com/t5/QlikView/Time-from-TimeStamp/m-p/856665#M300161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;use this &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Date(Date#(ColumnName,'HH:MM:SS'), 'HH')&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Apr 2015 06:42:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-from-TimeStamp/m-p/856665#M300161</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-06T06:42:57Z</dc:date>
    </item>
    <item>
      <title>Re: Time from TimeStamp</title>
      <link>https://community.qlik.com/t5/QlikView/Time-from-TimeStamp/m-p/856666#M300162</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;Let me know this formats are in the HH:MMSS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Apr 2015 07:33:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-from-TimeStamp/m-p/856666#M300162</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2015-04-06T07:33:50Z</dc:date>
    </item>
    <item>
      <title>Re: Time from TimeStamp</title>
      <link>https://community.qlik.com/t5/QlikView/Time-from-TimeStamp/m-p/856667#M300163</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 is is then do some thing this way&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Time( Left([Column Name],2), 'hh')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Time(Time#( Left([Column Name],2), 'hh'),'hh')&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;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Anand&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Apr 2015 07:36:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-from-TimeStamp/m-p/856667#M300163</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2015-04-06T07:36:49Z</dc:date>
    </item>
  </channel>
</rss>

