<?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 TAT in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/TAT/m-p/1902753#M1217786</link>
    <description>&lt;P&gt;Hello All,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please help me in below scenario,&lt;/P&gt;
&lt;P&gt;I have a Document and for each document there will be a phase.. Phase are calculated by difference of start and end date.&lt;/P&gt;
&lt;P&gt;But for calculating Turn around time i need to subtract the value with the previous phase value. how to do that in UI&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Prabhu1204_0-1646808246685.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/74015i7818308BC261438C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Prabhu1204_0-1646808246685.png" alt="Prabhu1204_0-1646808246685.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;For example : Contract is 1 , Review should be 2-1 = 1, Approval should be 6-2=4 like this&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 09 Mar 2022 06:45:00 GMT</pubDate>
    <dc:creator>Prabhu1204</dc:creator>
    <dc:date>2022-03-09T06:45:00Z</dc:date>
    <item>
      <title>TAT</title>
      <link>https://community.qlik.com/t5/QlikView/TAT/m-p/1902753#M1217786</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please help me in below scenario,&lt;/P&gt;
&lt;P&gt;I have a Document and for each document there will be a phase.. Phase are calculated by difference of start and end date.&lt;/P&gt;
&lt;P&gt;But for calculating Turn around time i need to subtract the value with the previous phase value. how to do that in UI&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Prabhu1204_0-1646808246685.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/74015i7818308BC261438C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Prabhu1204_0-1646808246685.png" alt="Prabhu1204_0-1646808246685.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;For example : Contract is 1 , Review should be 2-1 = 1, Approval should be 6-2=4 like this&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2022 06:45:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/TAT/m-p/1902753#M1217786</guid>
      <dc:creator>Prabhu1204</dc:creator>
      <dc:date>2022-03-09T06:45:00Z</dc:date>
    </item>
    <item>
      <title>Re: TAT</title>
      <link>https://community.qlik.com/t5/QlikView/TAT/m-p/1902917#M1217796</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;not sure is it working in QlikView the same, but in QlikSense I would try&lt;/P&gt;
&lt;P&gt;[yourmeasure]-Before([yourmeasure])&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2022 11:29:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/TAT/m-p/1902917#M1217796</guid>
      <dc:creator>justISO</dc:creator>
      <dc:date>2022-03-09T11:29:07Z</dc:date>
    </item>
    <item>
      <title>Re: TAT</title>
      <link>https://community.qlik.com/t5/QlikView/TAT/m-p/1903014#M1217805</link>
      <description>&lt;P&gt;Will this work in straight table also.. In Pivot table due to sorting the values are not coming as expected&lt;/P&gt;
&lt;P&gt;My Sequence should be :&amp;nbsp; Contract Draft, Review,Approval, Signature, Finalize and Close.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2022 13:38:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/TAT/m-p/1903014#M1217805</guid>
      <dc:creator>Prabhu1204</dc:creator>
      <dc:date>2022-03-09T13:38:07Z</dc:date>
    </item>
    <item>
      <title>Re: TAT</title>
      <link>https://community.qlik.com/t5/QlikView/TAT/m-p/1903033#M1217807</link>
      <description>&lt;P&gt;If it is not complicated and will not brake anything else, you can add numbers before your phases (like '1. Contract Draft', '2. Review' ...). This way you will not lose sorting.&lt;/P&gt;
&lt;P&gt;About straight tables, instead 'Before', just use 'Above'.&lt;/P&gt;
&lt;P&gt;And one last thing, not to lose first value from result, lets modify my suggested formula with a little tweak:&lt;/P&gt;
&lt;P&gt;if (isnull(Before([yourmesure])),[yourmesure], [yourmesure]-Before([yourmesure]))&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2022 14:00:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/TAT/m-p/1903033#M1217807</guid>
      <dc:creator>justISO</dc:creator>
      <dc:date>2022-03-09T14:00:04Z</dc:date>
    </item>
    <item>
      <title>Re: TAT</title>
      <link>https://community.qlik.com/t5/QlikView/TAT/m-p/1903091#M1217818</link>
      <description>&lt;P&gt;Thanks&amp;nbsp; a lot&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2022 15:06:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/TAT/m-p/1903091#M1217818</guid>
      <dc:creator>Prabhu1204</dc:creator>
      <dc:date>2022-03-09T15:06:25Z</dc:date>
    </item>
  </channel>
</rss>

