<?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: Time Calculations in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Time-Calculations/m-p/2415162#M95032</link>
    <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/229534"&gt;@Raju_6952&lt;/a&gt;&amp;nbsp;Not sure what ticket model you use (Ex, ServiceNow), in this you have default feature that shows accurate which in-build dashboard. If you load API's from ticketing system then I would guess like this.&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;If(FieldName&amp;lt;=[Your threshold fieldname], 'You have breached the ticket ' &amp;amp; Interval(FieldName-[Your threshold fieldname], 'mm')) &amp;amp; 'minutes'),&amp;nbsp;'You have left time to breach the ticket ' &amp;amp; Interval(FieldName-[Your threshold fieldname], 'mm')) &amp;amp; 'minutes'))&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 06 Feb 2024 05:52:36 GMT</pubDate>
    <dc:creator>Anil_Babu_Samineni</dc:creator>
    <dc:date>2024-02-06T05:52:36Z</dc:date>
    <item>
      <title>Time Calculations</title>
      <link>https://community.qlik.com/t5/App-Development/Time-Calculations/m-p/2415004#M95013</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I have Incident_creation_time field in My data and need to calculate time remaining for each Incident since its created.&lt;/P&gt;
&lt;P&gt;for example if creation time is 10:00PM then the remaining for closure is 30 minutes left (which means&amp;nbsp;10:30PM)Similarly if its exceeds 30 minutes it should show the time in negative value.&lt;/P&gt;
&lt;P&gt;any suggestions would be appreciated.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Raju&lt;/P&gt;</description>
      <pubDate>Mon, 05 Feb 2024 17:17:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Time-Calculations/m-p/2415004#M95013</guid>
      <dc:creator>Raju_6952</dc:creator>
      <dc:date>2024-02-05T17:17:36Z</dc:date>
    </item>
    <item>
      <title>Re: Time Calculations</title>
      <link>https://community.qlik.com/t5/App-Development/Time-Calculations/m-p/2415019#M95015</link>
      <description>&lt;P&gt;If you provide some sample data and output - that would be great and you will get quick response.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Feb 2024 18:05:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Time-Calculations/m-p/2415019#M95015</guid>
      <dc:creator>Nagaraju_KCS</dc:creator>
      <dc:date>2024-02-05T18:05:51Z</dc:date>
    </item>
    <item>
      <title>Re: Time Calculations</title>
      <link>https://community.qlik.com/t5/App-Development/Time-Calculations/m-p/2415106#M95022</link>
      <description>&lt;P&gt;For example&lt;/P&gt;
&lt;P&gt;Creation time,SLA remaining&lt;/P&gt;
&lt;P&gt;06/02/12:00:00 Am,30 minutes (from the creation time),if 30 minutes is over due it should display as negative value let's if it's 30 minutes overdue then SLA remaining is -30 minutes.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Feb 2024 02:54:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Time-Calculations/m-p/2415106#M95022</guid>
      <dc:creator>Raju_6952</dc:creator>
      <dc:date>2024-02-06T02:54:04Z</dc:date>
    </item>
    <item>
      <title>Re: Time Calculations</title>
      <link>https://community.qlik.com/t5/App-Development/Time-Calculations/m-p/2415162#M95032</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/229534"&gt;@Raju_6952&lt;/a&gt;&amp;nbsp;Not sure what ticket model you use (Ex, ServiceNow), in this you have default feature that shows accurate which in-build dashboard. If you load API's from ticketing system then I would guess like this.&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;If(FieldName&amp;lt;=[Your threshold fieldname], 'You have breached the ticket ' &amp;amp; Interval(FieldName-[Your threshold fieldname], 'mm')) &amp;amp; 'minutes'),&amp;nbsp;'You have left time to breach the ticket ' &amp;amp; Interval(FieldName-[Your threshold fieldname], 'mm')) &amp;amp; 'minutes'))&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Feb 2024 05:52:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Time-Calculations/m-p/2415162#M95032</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2024-02-06T05:52:36Z</dc:date>
    </item>
    <item>
      <title>Re: Time Calculations</title>
      <link>https://community.qlik.com/t5/App-Development/Time-Calculations/m-p/2420983#M95673</link>
      <description>&lt;P&gt;hI&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/5533"&gt;@Anil_Babu_Samineni&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;it's not ticketing tool and general tool. added logic to calculate the time remaining.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp;Regards,&lt;/P&gt;
&lt;P&gt;Raju&lt;/P&gt;</description>
      <pubDate>Tue, 20 Feb 2024 06:35:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Time-Calculations/m-p/2420983#M95673</guid>
      <dc:creator>Raju_6952</dc:creator>
      <dc:date>2024-02-20T06:35:50Z</dc:date>
    </item>
    <item>
      <title>Re: Time Calculations</title>
      <link>https://community.qlik.com/t5/App-Development/Time-Calculations/m-p/2420985#M95674</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/229534"&gt;@Raju_6952&lt;/a&gt;&amp;nbsp;Did you tried from my sample expression?&lt;/P&gt;</description>
      <pubDate>Tue, 20 Feb 2024 06:39:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Time-Calculations/m-p/2420985#M95674</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2024-02-20T06:39:46Z</dc:date>
    </item>
  </channel>
</rss>

