<?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 to calculate the EnquiryEndTime based on EnquiryDateTime + Duration field? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-calculate-the-EnquiryEndTime-based-on-EnquiryDateTime/m-p/1412356#M33215</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=Date( CallDateTime + ( EnquiryDuration / 86400 ) , 'DD/MM/YYYY hh:mm:ss')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;86400 is the number of seconds that there is in a full day when it comes to how datetime values do math.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From the online Qlik Sense help manual pages: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif; font-size: 14px;"&gt;Date and time values are based on a date-time serial number that equals the number of days since December 30, 1899. The integer value represents the day and the fractional value represents the time of the day.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif; font-size: 14px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif; font-size: 14px;"&gt;Read more here: &lt;/SPAN&gt;&lt;SPAN style="color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif; font-size: 14px;"&gt;&lt;A href="http://help.qlik.com/en-US/sense/September2017/Subsystems/Hub/Content/Scripting/DateAndTimeFunctions/date-time-functions.htm" title="http://help.qlik.com/en-US/sense/September2017/Subsystems/Hub/Content/Scripting/DateAndTimeFunctions/date-time-functions.htm"&gt;Date and time functions ‒ Qlik Sense&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 04 Nov 2017 06:24:41 GMT</pubDate>
    <dc:creator>petter</dc:creator>
    <dc:date>2017-11-04T06:24:41Z</dc:date>
    <item>
      <title>How to calculate the EnquiryEndTime based on EnquiryDateTime + Duration field?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-calculate-the-EnquiryEndTime-based-on-EnquiryDateTime/m-p/1412355#M33214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have some sample data that looks like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="388"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="20" width="105"&gt;EnquiryID&lt;/TD&gt;&lt;TD class="xl64" width="130"&gt;CallDateTime&lt;/TD&gt;&lt;TD class="xl63" width="153"&gt;EnquiryDuration(Seconds)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" height="20"&gt;2323232323&lt;/TD&gt;&lt;TD align="right" class="xl64"&gt;22/06/2017 23:32:57&lt;/TD&gt;&lt;TD align="right"&gt;254.8&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to calculate the end time based on the two fields above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The EnquiryDuration field values range from a few seconds to hours.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I calculate and add the EnquiryDuration value to the CallDateTime field and create a CallEndTime field please?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Nov 2017 23:41:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-calculate-the-EnquiryEndTime-based-on-EnquiryDateTime/m-p/1412355#M33214</guid>
      <dc:creator>mwallman</dc:creator>
      <dc:date>2017-11-03T23:41:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate the EnquiryEndTime based on EnquiryDateTime + Duration field?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-calculate-the-EnquiryEndTime-based-on-EnquiryDateTime/m-p/1412356#M33215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=Date( CallDateTime + ( EnquiryDuration / 86400 ) , 'DD/MM/YYYY hh:mm:ss')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;86400 is the number of seconds that there is in a full day when it comes to how datetime values do math.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From the online Qlik Sense help manual pages: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif; font-size: 14px;"&gt;Date and time values are based on a date-time serial number that equals the number of days since December 30, 1899. The integer value represents the day and the fractional value represents the time of the day.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif; font-size: 14px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif; font-size: 14px;"&gt;Read more here: &lt;/SPAN&gt;&lt;SPAN style="color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif; font-size: 14px;"&gt;&lt;A href="http://help.qlik.com/en-US/sense/September2017/Subsystems/Hub/Content/Scripting/DateAndTimeFunctions/date-time-functions.htm" title="http://help.qlik.com/en-US/sense/September2017/Subsystems/Hub/Content/Scripting/DateAndTimeFunctions/date-time-functions.htm"&gt;Date and time functions ‒ Qlik Sense&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Nov 2017 06:24:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-calculate-the-EnquiryEndTime-based-on-EnquiryDateTime/m-p/1412356#M33215</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2017-11-04T06:24:41Z</dc:date>
    </item>
  </channel>
</rss>

