<?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 between two dates, for top complaints in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-find-TAT-between-two-dates-for-top-complaints/m-p/1719907#M54734</link>
    <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/25001"&gt;@Vegar&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/5533"&gt;@Anil_Babu_Samineni&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/81592"&gt;@Kashyap_R&lt;/a&gt;&amp;nbsp; &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/46628"&gt;@sunny_talwar&lt;/a&gt;&amp;nbsp;Please help.&lt;/P&gt;</description>
    <pubDate>Thu, 18 Jun 2020 07:30:30 GMT</pubDate>
    <dc:creator>abc_18</dc:creator>
    <dc:date>2020-06-18T07:30:30Z</dc:date>
    <item>
      <title>How  to find TAT between two dates, for top complaints</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-find-TAT-between-two-dates-for-top-complaints/m-p/1719760#M54703</link>
      <description>&lt;P&gt;Hello Everyone,&lt;/P&gt;&lt;P&gt;I have to find the name of top raised complaints, where no of the issues reported are highest.&lt;/P&gt;&lt;P&gt;I am using below formula which gives me the name of Complaints which count is highest.&lt;/P&gt;&lt;P&gt;=FirstSortedValue(comp_name, -Aggr(Count(complaint_id),comp_name)) gives me O/P as 'Machine not working'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To calculate TAT in general, I am using below expression, where TAT I have calculated in script itself (difference between two dates).&lt;/P&gt;&lt;P&gt;round(Avg({&amp;lt;status={'X'}, Tableflag={'abc'}, date={"&amp;gt;=$(=Date(Yearstart(Today(),0,4),'YYYY-MM-DD'))"}&amp;gt;} TAT))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now I have to calculate TAT for highest raised complaint ('Machine not working'), how to do that.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am facing issue while trying to combine above two formulas.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please suggest, urgently need help on this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 18:28:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-find-TAT-between-two-dates-for-top-complaints/m-p/1719760#M54703</guid>
      <dc:creator>abc_18</dc:creator>
      <dc:date>2024-11-16T18:28:39Z</dc:date>
    </item>
    <item>
      <title>Re: How  to find TAT between two dates, for top complaints</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-find-TAT-between-two-dates-for-top-complaints/m-p/1719907#M54734</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/25001"&gt;@Vegar&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/5533"&gt;@Anil_Babu_Samineni&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/81592"&gt;@Kashyap_R&lt;/a&gt;&amp;nbsp; &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/46628"&gt;@sunny_talwar&lt;/a&gt;&amp;nbsp;Please help.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jun 2020 07:30:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-find-TAT-between-two-dates-for-top-complaints/m-p/1719907#M54734</guid>
      <dc:creator>abc_18</dc:creator>
      <dc:date>2020-06-18T07:30:30Z</dc:date>
    </item>
    <item>
      <title>Re: How  to find TAT between two dates, for top complaints</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-find-TAT-between-two-dates-for-top-complaints/m-p/1719944#M54741</link>
      <description>&lt;P&gt;Hello abc,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;You can filter comp_name with the highest comp_name.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;round(Avg({&amp;lt;status={'X'}, Tableflag={'abc'}, date={"&amp;gt;=$(=Date(Yearstart(Today(),0,4),'YYYY-MM-DD'))"}&lt;FONT face="arial black,avant garde" size="2" color="#000000"&gt;,&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial black,avant garde" size="2" color="#000000"&gt;&lt;SPAN&gt;comp_name={"$(=FirstSortedValue(comp_name, -Aggr(Count(complaint_id),comp_name)))"}&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;gt;} TAT))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;To simplify expression text, you can use variables as this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;round(Avg({&amp;lt;status={'X'}, Tableflag={'abc'}, date={"&amp;gt;=$(=Date(Yearstart(Today(),0,4),'YYYY-MM-DD'))"}&lt;FONT face="arial black,avant garde" size="2" color="#000000"&gt;,&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial black,avant garde" size="2" color="#000000"&gt;&lt;SPAN&gt;comp_name={"$(HighestCompVariable)"}&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;gt;} TAT))&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jun 2020 10:23:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-find-TAT-between-two-dates-for-top-complaints/m-p/1719944#M54741</guid>
      <dc:creator>SerhanKaraer</dc:creator>
      <dc:date>2020-06-18T10:23:21Z</dc:date>
    </item>
    <item>
      <title>Re: How  to find TAT between two dates, for top complaints</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-find-TAT-between-two-dates-for-top-complaints/m-p/1720000#M54746</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;A href="https://community.qlik.com/t5/user/viewprofilepage/user-id/85705" target="_self"&gt;SerhanKaraer&lt;/A&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Thank you very much for your help, working as expected.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jun 2020 12:41:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-find-TAT-between-two-dates-for-top-complaints/m-p/1720000#M54746</guid>
      <dc:creator>abc_18</dc:creator>
      <dc:date>2020-06-18T12:41:42Z</dc:date>
    </item>
  </channel>
</rss>

