<?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 Hour in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Hour/m-p/1020931#M345415</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 date format like this " 23-03-2016 18:20:20". My requirement is to show in hours. How to show in Hour format?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 31 Mar 2016 06:52:59 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-03-31T06:52:59Z</dc:date>
    <item>
      <title>Hour</title>
      <link>https://community.qlik.com/t5/QlikView/Hour/m-p/1020931#M345415</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 date format like this " 23-03-2016 18:20:20". My requirement is to show in hours. How to show in Hour format?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Mar 2016 06:52:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hour/m-p/1020931#M345415</guid>
      <dc:creator />
      <dc:date>2016-03-31T06:52:59Z</dc:date>
    </item>
    <item>
      <title>Re: Hour</title>
      <link>https://community.qlik.com/t5/QlikView/Hour/m-p/1020932#M345416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=Hour(ur field)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Mar 2016 06:54:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hour/m-p/1020932#M345416</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-03-31T06:54:44Z</dc:date>
    </item>
    <item>
      <title>Re: Hour</title>
      <link>https://community.qlik.com/t5/QlikView/Hour/m-p/1020933#M345417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;or else u want with date also&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Date(Datefield) &amp;amp; ' - ' &amp;amp; Hour(Datefield)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Mar 2016 06:56:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hour/m-p/1020933#M345417</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-03-31T06:56:42Z</dc:date>
    </item>
    <item>
      <title>Re: Hour</title>
      <link>https://community.qlik.com/t5/QlikView/Hour/m-p/1020934#M345418</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 style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #edf8ca;"&gt;=Time(Frac(&lt;/STRONG&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #edf8ca;"&gt;Datefield, 'hh')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Mar 2016 06:58:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hour/m-p/1020934#M345418</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-03-31T06:58:39Z</dc:date>
    </item>
    <item>
      <title>Re: Hour</title>
      <link>https://community.qlik.com/t5/QlikView/Hour/m-p/1020935#M345419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;Hi,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Try,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=Hour(Date#('23-03-2016 18:20:20','DD-MM-YYYY hh:mm:ss'))&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Load *,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;EM&gt;Hour(Date#(&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;FieldName&lt;/STRONG&gt;&lt;/SPAN&gt;,'DD-MM-YYYY hh:mm:ss')) &amp;amp; ' Hours' as Hour&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;EM&gt;From Source&lt;/EM&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Mar 2016 07:06:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hour/m-p/1020935#M345419</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2016-03-31T07:06:28Z</dc:date>
    </item>
    <item>
      <title>Re: Hour</title>
      <link>https://community.qlik.com/t5/QlikView/Hour/m-p/1020936#M345420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jack,&lt;/P&gt;&lt;P&gt;Your requirement is not clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to take hours out of your date field then you can use : &lt;STRONG&gt;hour(DateField)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want hours between today and your date field then you can use Interval function like:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Interval(Date(Today(),'&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;DD-MM-YYYY hh:mm:ss&lt;/SPAN&gt;') - Date(Date#(DateField&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;,'DD-MM-YYYY hh:mm:ss'&lt;/SPAN&gt;),'&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;DD-MM-YYYY hh:mm:ss&lt;/SPAN&gt;'),'hh')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see : Today with timestamp will return : 31-03-2016 00:00:00&lt;/P&gt;&lt;P&gt;If you want exact time of now, &lt;STRONG&gt;you can use now() instead of Today()&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anjali Gupta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Mar 2016 07:10:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hour/m-p/1020936#M345420</guid>
      <dc:creator />
      <dc:date>2016-03-31T07:10:25Z</dc:date>
    </item>
    <item>
      <title>Re: Hour</title>
      <link>https://community.qlik.com/t5/QlikView/Hour/m-p/1020937#M345421</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 like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TimeStamp(TimeStamp#(Left('&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;23-03-2016 18:20:20', 13), 'DD-MM-YYYY hh'))&lt;/SPAN&gt;&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>Thu, 07 Apr 2016 11:03:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hour/m-p/1020937#M345421</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2016-04-07T11:03:48Z</dc:date>
    </item>
    <item>
      <title>Re: Hour</title>
      <link>https://community.qlik.com/t5/QlikView/Hour/m-p/1020938#M345422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If you want this in script try like this&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;*, &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;TimeStamp(TimeStamp#(Left(TimeFieldName&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;, 13), 'DD-MM-YYYY hh')) AS Date_Hour&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;FROM DataSource;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2016 11:04:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hour/m-p/1020938#M345422</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2016-04-07T11:04:50Z</dc:date>
    </item>
  </channel>
</rss>

