<?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 find TAT in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-find-TAT/m-p/4142#M790676</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please read this &lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-16489" title="https://community.qlik.com/docs/DOC-16489"&gt;https://community.qlik.com/docs/DOC-16489&lt;/A&gt; you will get conclude with this link.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 20 Jan 2018 09:59:15 GMT</pubDate>
    <dc:creator>Anil_Babu_Samineni</dc:creator>
    <dc:date>2018-01-20T09:59:15Z</dc:date>
    <item>
      <title>How to find TAT</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-find-TAT/m-p/4139#M790671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) I want to find TAT excluding Saturdays and Sundays and public holidays.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) I want to find TAT for.&amp;nbsp; (difference between Last_resolved_Date-Created_Date). My field is in timestamp foemat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) Next is I want to find TAT, If Time is before 9:30 AM it should display 9:30 AM &amp;amp; if time is after 6:30 it should display today()+1.&lt;/P&gt;&lt;P&gt;I used nested if condition for this but I was unable to resolve my problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-find-TAT/m-p/4139#M790671</guid>
      <dc:creator>shrusrkt</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to find TAT</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-find-TAT/m-p/4140#M790672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Three condition or single condition?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Jan 2018 08:44:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-find-TAT/m-p/4140#M790672</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-01-20T08:44:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to find TAT</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-find-TAT/m-p/4141#M790674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;3 conditions&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Jan 2018 09:24:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-find-TAT/m-p/4141#M790674</guid>
      <dc:creator>shrusrkt</dc:creator>
      <dc:date>2018-01-20T09:24:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to find TAT</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-find-TAT/m-p/4142#M790676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please read this &lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-16489" title="https://community.qlik.com/docs/DOC-16489"&gt;https://community.qlik.com/docs/DOC-16489&lt;/A&gt; you will get conclude with this link.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Jan 2018 09:59:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-find-TAT/m-p/4142#M790676</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-01-20T09:59:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to find TAT</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-find-TAT/m-p/4143#M790678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1) You can have a look at the NetWorkDays() function to get the working days in a time span excluding saturdays, sundays and holidays.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Difference between two timestamps can just be calculated like that, and formatted using Interval()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Interval(Timestamp2 -Timestamp1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) If you need more complex calculations, considering working hours and holidays / weekends, have a look at&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/60227"&gt;Calculate hours between two Date/Time strings&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Jan 2018 10:06:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-find-TAT/m-p/4143#M790678</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2018-01-20T10:06:15Z</dc:date>
    </item>
  </channel>
</rss>

