<?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: Difference between dates + hr in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Difference-between-dates-hr/m-p/992407#M338069</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess your date format seems wrong in your expression.. Try to change as time#(DateCreated,'m/dd/yy hh:mm:ss') also for closed date as time#(CloseDate,'m/dd/yg hh:mm:ss').. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Oct 2015 14:50:59 GMT</pubDate>
    <dc:creator>tamilarasu</dc:creator>
    <dc:date>2015-10-29T14:50:59Z</dc:date>
    <item>
      <title>Difference between dates + hr</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-between-dates-hr/m-p/992404#M338066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have two date fields where I need to return the average close time between the two in D H:M. My two date fields are DateCreated - '8/17/15 12:23:09' and CloseDate - 8/18/15 13:12:37' for example. Right now I am working with this equation:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=interval(avg(time#(DateCreated, 'd hh:mm') - time#(CloseDate, 'd hh:mm')), 'd hh:mm')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but am getting an error, can anyone help out?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2015 14:41:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-between-dates-hr/m-p/992404#M338066</guid>
      <dc:creator />
      <dc:date>2015-10-29T14:41:12Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between dates + hr</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-between-dates-hr/m-p/992405#M338067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try smhign like tis, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Interval(Sum(ProProductiveTime),'hh:mm:ss') - Interval(Sum(ProProductiveTime),'hh:mm:ss')&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;=Interval(Sum(ProProductiveTime),'d hh:mm:ss')- =Interval(Sum(ProProductiveTime),'d hh:mm:ss')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2015 14:46:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-between-dates-hr/m-p/992405#M338067</guid>
      <dc:creator>buzzy996</dc:creator>
      <dc:date>2015-10-29T14:46:29Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between dates + hr</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-between-dates-hr/m-p/992406#M338068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if tht not helps ,look at this.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/422529"&gt;Re: Peek / Previous Help!&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2015 14:49:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-between-dates-hr/m-p/992406#M338068</guid>
      <dc:creator>buzzy996</dc:creator>
      <dc:date>2015-10-29T14:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between dates + hr</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-between-dates-hr/m-p/992407#M338069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess your date format seems wrong in your expression.. Try to change as time#(DateCreated,'m/dd/yy hh:mm:ss') also for closed date as time#(CloseDate,'m/dd/yg hh:mm:ss').. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2015 14:50:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-between-dates-hr/m-p/992407#M338069</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2015-10-29T14:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between dates + hr</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-between-dates-hr/m-p/992408#M338070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your timestamp interpreting needs to use the correct format codes:&amp;nbsp; '8/17/15 12:23:09' is coded 'M/DD/YY hh:mm:ss'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=interval(avg(&lt;STRONG&gt;timestamp&lt;/STRONG&gt;#(DateCreated,&lt;STRONG&gt; 'M/DD/YY hh:mm:ss'&lt;/STRONG&gt;) - timestamp#(CloseDate, 'M/DD/YY hh:mm:ss')), 'D hh:mm')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2015 14:52:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-between-dates-hr/m-p/992408#M338070</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-10-29T14:52:55Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between dates + hr</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-between-dates-hr/m-p/992409#M338071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Swuehl, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This seems to be the right formula, but it is only returning a static 6 19:24 across every dimension, so it is only taking one date range into place...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2015 14:56:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-between-dates-hr/m-p/992409#M338071</guid>
      <dc:creator />
      <dc:date>2015-10-29T14:56:52Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between dates + hr</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-between-dates-hr/m-p/992410#M338072</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;Refer to below post. Hope this will answer your question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/898090"&gt;Exclude Holidays in Aging&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Imran K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2015 15:02:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-between-dates-hr/m-p/992410#M338072</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-29T15:02:24Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between dates + hr</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-between-dates-hr/m-p/992411#M338073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can't answer this without knowing what you are using as dimensions and how the fields are related in your data model (and possibly what the values of the fields are).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2015 15:05:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-between-dates-hr/m-p/992411#M338073</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-10-29T15:05:36Z</dc:date>
    </item>
  </channel>
</rss>

