<?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: How do I add 00:10 to a DateTimeField in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-do-I-add-00-10-to-a-DateTimeField/m-p/118997#M18350</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To add 10 minutes to timestamp, try adding &lt;STRONG&gt;10/24/60&lt;/STRONG&gt;. Hence try like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your timestamp + 10/24/60&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Nov 2018 08:57:40 GMT</pubDate>
    <dc:creator>tresB</dc:creator>
    <dc:date>2018-11-08T08:57:40Z</dc:date>
    <item>
      <title>How do I add 00:10 to a DateTimeField</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-add-00-10-to-a-DateTimeField/m-p/118995#M18348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Qlikview User&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my script I have a date time field called&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(TH.Session_End_Date+TH.Session_End_Time) &lt;/P&gt;&lt;P&gt; 20/10/2018&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 08:00&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an If statement where if all my conditions fail I would like my else statement to be &lt;SPAN style="font-size: 8pt;"&gt;(TH.Session_End_Date+TH.Session_End_Time)&amp;nbsp; &lt;SPAN style="font-size: 10pt;"&gt;+ 10 minutes&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried the following, but do not get the desired results&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt; (TH.Session_End_Date+TH.Session_End_Time)&amp;nbsp; + 0.00694444444444444&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt; (TH.Session_End_Date+TH.Session_End_Time)&amp;nbsp; + Interval(&lt;SPAN style="font-size: 13.3333px;"&gt;0.00694444444444444)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt; (TH.Session_End_Date+TH.Session_End_Time)&amp;nbsp; + 00:10&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Could someone kindly point me in the right direction so I can achieve this&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Kind Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Helen&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Nov 2018 08:27:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-add-00-10-to-a-DateTimeField/m-p/118995#M18348</guid>
      <dc:creator>helen_pip</dc:creator>
      <dc:date>2018-11-08T08:27:29Z</dc:date>
    </item>
    <item>
      <title>Re: How do I add 00:10 to a DateTimeField</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-add-00-10-to-a-DateTimeField/m-p/118996#M18349</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;Make sure your strange datetime field really loaded as timestamp&lt;/P&gt;&lt;P&gt;Check it&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;Num([(TH.Session_End_Date+TH.Session_End_Time)]) = ?&lt;/SPAN&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;And if its not numeric you need to perform some parsing operations.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Nov 2018 08:54:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-add-00-10-to-a-DateTimeField/m-p/118996#M18349</guid>
      <dc:creator>Zhandos_Shotan</dc:creator>
      <dc:date>2018-11-08T08:54:22Z</dc:date>
    </item>
    <item>
      <title>Re: How do I add 00:10 to a DateTimeField</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-add-00-10-to-a-DateTimeField/m-p/118997#M18350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To add 10 minutes to timestamp, try adding &lt;STRONG&gt;10/24/60&lt;/STRONG&gt;. Hence try like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your timestamp + 10/24/60&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Nov 2018 08:57:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-add-00-10-to-a-DateTimeField/m-p/118997#M18350</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2018-11-08T08:57:40Z</dc:date>
    </item>
  </channel>
</rss>

