<?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: Calculating closure status in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Calculating-closure-status/m-p/1054568#M937995</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please post a small qlikview document that illustrates the problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 Feb 2016 17:23:35 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2016-02-05T17:23:35Z</dc:date>
    <item>
      <title>Calculating closure status</title>
      <link>https://community.qlik.com/t5/QlikView/Calculating-closure-status/m-p/1054567#M937994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To find the&amp;nbsp; Same day closure status of a ticket i am comparing created date and closed date and&amp;nbsp; the code is as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;if(num(makedate(year(Created),month(Created),day(Created)))=num(makedate(year(Closed),month(Closed),day(Closed))), 'Yes','No') as _SameDayClosure&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So if a ticket is logged at 4 pm and it is closed within midnight same day closure will be yes.&lt;/P&gt;&lt;P&gt;In my scenario i want to find whether the ticket is closed within 24 hrs so how can i do the calculation i.e if we consider the same ticket logged at 4.00 pm ,it is closed at next day 4.00 pm and&amp;nbsp; i want to make the status as yes.can anyone help?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Feb 2016 05:40:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculating-closure-status/m-p/1054567#M937994</guid>
      <dc:creator />
      <dc:date>2016-02-05T05:40:38Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating closure status</title>
      <link>https://community.qlik.com/t5/QlikView/Calculating-closure-status/m-p/1054568#M937995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please post a small qlikview document that illustrates the problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Feb 2016 17:23:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculating-closure-status/m-p/1054568#M937995</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-02-05T17:23:35Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating closure status</title>
      <link>https://community.qlik.com/t5/QlikView/Calculating-closure-status/m-p/1054569#M937996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If(Closed-Created &amp;lt;= 1 and Closed-Created &amp;gt;= 0, 'Yes','No') as _24hrsClosure&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Feb 2016 17:32:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculating-closure-status/m-p/1054569#M937996</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2016-02-05T17:32:37Z</dc:date>
    </item>
  </channel>
</rss>

