<?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: Date &amp; Time Format Issue in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Date-Time-Format-Issue/m-p/1391868#M423093</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For hours difference&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Interval( &lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;Timestamp(Timestamp#(ERDAT &amp;amp; ' ' &amp;amp;ERZET,'YYYY-MM-DD hh:mm:ss.fff') ,'DD-MM-YYYY hh:mm:ss') -&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt; &lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;Timestamp(Timestamp#(UDATE &amp;amp; ' ' &amp;amp;UTIME,'YYYY-MM-DD hh:mm:ss.fff') ,'DD-MM-YYYY hh:mm:ss') &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;,'hh:mm') as Diff&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From Source;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Oct 2017 10:59:38 GMT</pubDate>
    <dc:creator>its_anandrjs</dc:creator>
    <dc:date>2017-10-04T10:59:38Z</dc:date>
    <item>
      <title>Date &amp; Time Format Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Time-Format-Issue/m-p/1391864#M423089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri;"&gt;We have requirement to calculate time duration between two dates where we have 4 fields &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri;"&gt;Namely &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri;"&gt;From SAP &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: Calibri;"&gt;ERDAT&lt;/STRONG&gt;&lt;SPAN style="font-family: Calibri;"&gt;(DD-MM-YYYY) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: Calibri;"&gt;ERZET&lt;/STRONG&gt;&lt;SPAN style="font-family: Calibri;"&gt;(HH-MM-SS)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: Calibri;"&gt;UDATE&lt;/STRONG&gt;&lt;SPAN style="font-family: Calibri;"&gt;(DD-MM-YYYY) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: Calibri;"&gt;UTIME&lt;/STRONG&gt;&lt;SPAN style="font-family: Calibri;"&gt;(HH-MM-SS) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri;"&gt;We want to concatenate &lt;/SPAN&gt;&lt;STRONG style="font-family: Calibri;"&gt;ERDAT &amp;amp; ERZET and UDATE &amp;amp; UTIME to make to date time fields and arrive hours between two dates&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri;"&gt;Already we used below functions but result is not getting due to date time format&amp;nbsp; not detecting by qlikview as it is coming as text from source&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri; color: #008000; font-size: 9.0000pt;"&gt;Date( Timestamp#(ERDAT &amp;amp; ' ' &amp;amp;ERZET,'YYYY-MM-DD hh:mm:ss.fff') ,'DD-MM-YYYY hh:mm:ss')as DTKEY,&lt;/SPAN&gt;&lt;SPAN style="font-family: Calibri; color: #008000; font-size: 9.0000pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-family: Calibri; color: #000000; font-size: 9.0000pt;"&gt; &lt;SPAN style="font-family: Calibri; color: #008000; font-size: 9.0000pt;"&gt;Timestamp#(ERDAT &amp;amp; ' ' &amp;amp;ERZET,'YYYY-MM-DD hh:mm:ss.fff') as hour&lt;/SPAN&gt;&lt;SPAN style="font-family: Calibri; color: #008000; font-size: 9.0000pt;"&gt;s&lt;/SPAN&gt;&lt;SPAN style="font-family: Calibri; color: #008000; font-size: 9.0000pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-family: Calibri; color: #008000; font-size: 9.0000pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-family: Calibri; color: #000000; font-size: 9.0000pt;"&gt; &lt;SPAN style="font-family: Calibri; color: #0000ff; font-size: 9.0000pt;"&gt;Timestamp#&lt;/SPAN&gt;&lt;SPAN style="font-family: Calibri; color: #000000; font-size: 9.0000pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-family: Calibri; color: #800000; font-size: 9.0000pt;"&gt;ERDAT&lt;/SPAN&gt;&lt;SPAN style="font-family: Calibri; color: #000000; font-size: 9.0000pt;"&gt; &amp;amp;' '&amp;amp; &lt;/SPAN&gt;&lt;SPAN style="font-family: Calibri; color: #800000; font-size: 9.0000pt;"&gt;ERZET&lt;/SPAN&gt;&lt;SPAN style="font-family: Calibri; color: #000000; font-size: 9.0000pt;"&gt;,'DD-MM-YYYY hh:mm:ss[.fff]') &lt;/SPAN&gt;&lt;SPAN style="font-family: Calibri; color: #0000ff; font-size: 9.0000pt;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="font-family: Calibri; color: #800000; font-size: 9.0000pt;"&gt;hour&lt;/SPAN&gt;&lt;SPAN style="font-family: Calibri; color: #000000; font-size: 9.0000pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-family: Calibri; color: #000000; font-size: 9.0000pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 9.0000pt; font-family: Calibri;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 9.0000pt; font-family: Calibri;"&gt;Appreciate your time .&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Oct 2017 10:47:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Time-Format-Issue/m-p/1391864#M423089</guid>
      <dc:creator />
      <dc:date>2017-10-04T10:47:29Z</dc:date>
    </item>
    <item>
      <title>Re: Date &amp; Time Format Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Time-Format-Issue/m-p/1391865#M423090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Timestamp(Timestamp#(ERDAT &amp;amp; ' ' &amp;amp;ERZET,'YYYY-MM-DD hh:mm:ss.fff') ,'DD-MM-YYYY hh:mm:ss') as DTKEY1, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Timestamp(Timestamp#(UDATE &amp;amp; ' ' &amp;amp;UTIME,'YYYY-MM-DD hh:mm:ss.fff') ,'DD-MM-YYYY hh:mm:ss') as DTKEY2, &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Oct 2017 10:52:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Time-Format-Issue/m-p/1391865#M423090</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2017-10-04T10:52:02Z</dc:date>
    </item>
    <item>
      <title>Re: Date &amp; Time Format Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Time-Format-Issue/m-p/1391866#M423091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;timestamp#(&lt;STRONG style="font-family: Calibri;"&gt;ERDAT &amp;amp;' '&amp;amp; replace(&lt;STRONG style="font-family: Calibri;"&gt;ERZET,'-',':') , 'DD-MM-YYYY hh:mm:ss)&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Oct 2017 10:53:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Time-Format-Issue/m-p/1391866#M423091</guid>
      <dc:creator>shraddha_g</dc:creator>
      <dc:date>2017-10-04T10:53:18Z</dc:date>
    </item>
    <item>
      <title>Re: Date &amp; Time Format Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Time-Format-Issue/m-p/1391867#M423092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The time-format delimiter within the expressions is ':' and in your SAP example its '-'. If those fields are already real dates and times you could use something like: timestamp(ERDAT + ERZET).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Oct 2017 10:54:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Time-Format-Issue/m-p/1391867#M423092</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2017-10-04T10:54:26Z</dc:date>
    </item>
    <item>
      <title>Re: Date &amp; Time Format Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Time-Format-Issue/m-p/1391868#M423093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For hours difference&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Interval( &lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;Timestamp(Timestamp#(ERDAT &amp;amp; ' ' &amp;amp;ERZET,'YYYY-MM-DD hh:mm:ss.fff') ,'DD-MM-YYYY hh:mm:ss') -&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt; &lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;Timestamp(Timestamp#(UDATE &amp;amp; ' ' &amp;amp;UTIME,'YYYY-MM-DD hh:mm:ss.fff') ,'DD-MM-YYYY hh:mm:ss') &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;,'hh:mm') as Diff&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From Source;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Oct 2017 10:59:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Time-Format-Issue/m-p/1391868#M423093</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2017-10-04T10:59:38Z</dc:date>
    </item>
    <item>
      <title>Re: Date &amp; Time Format Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Date-Time-Format-Issue/m-p/1391869#M423094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tried this not working &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Oct 2017 11:25:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-Time-Format-Issue/m-p/1391869#M423094</guid>
      <dc:creator />
      <dc:date>2017-10-04T11:25:25Z</dc:date>
    </item>
  </channel>
</rss>

