<?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 How to get processed time? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-get-processed-time/m-p/601024#M682656</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May I ask how to do the script to get the processed time for the following data below?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wanted to get the processed time from Task received time to processed time. The condition is if Processed time-task received time&amp;lt;=15 minutes it is within SLA, otherwise over SLA..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Ahyel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="OFR.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/54289_OFR.JPG.jpg" style="width: 620px; height: 134px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Mar 2014 08:08:11 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-03-05T08:08:11Z</dc:date>
    <item>
      <title>How to get processed time?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-processed-time/m-p/601024#M682656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May I ask how to do the script to get the processed time for the following data below?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wanted to get the processed time from Task received time to processed time. The condition is if Processed time-task received time&amp;lt;=15 minutes it is within SLA, otherwise over SLA..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Ahyel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="OFR.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/54289_OFR.JPG.jpg" style="width: 620px; height: 134px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2014 08:08:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-processed-time/m-p/601024#M682656</guid>
      <dc:creator />
      <dc:date>2014-03-05T08:08:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to get processed time?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-processed-time/m-p/601025#M682657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this in your load script:&lt;/P&gt;&lt;P&gt;LOAD ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;Action&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;='PROCESSED', &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;Interval&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;Time#&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;Time2&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;)-&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;Time#&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;Time1&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;)) ) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;Duration &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;....&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;Please adapt the field names to your model&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;Fabrice&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2014 08:33:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-processed-time/m-p/601025#M682657</guid>
      <dc:creator />
      <dc:date>2014-03-05T08:33:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to get processed time?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-processed-time/m-p/601026#M682658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aunez,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for this. But how about the condition of if time2-time1&amp;lt;=15 minutes it is within SLA otherwise, Over SLA?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Ahyel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2014 08:48:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-processed-time/m-p/601026#M682658</guid>
      <dc:creator />
      <dc:date>2014-03-05T08:48:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to get processed time?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-processed-time/m-p/601027#M682659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ahyel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if &lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;Interval&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;Time#&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;Time2&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;)-&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;Time#&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;Time1&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;))&amp;lt;=1/24/4, &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;Interval&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;Time#&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;Time2&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;)-&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;Time#&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;Time1&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;))&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;, sth else)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;1 is 1 day&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;1/24/4 is 15 minutes&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Fabrice&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2014 09:14:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-processed-time/m-p/601027#M682659</guid>
      <dc:creator />
      <dc:date>2014-03-05T09:14:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to get processed time?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-processed-time/m-p/601028#M682660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aunez,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Okay. Can I ask how 1/24/4 become 15 minutes? Is this a standard format of time for Qlikvew?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Ahyel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2014 09:26:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-processed-time/m-p/601028#M682660</guid>
      <dc:creator />
      <dc:date>2014-03-05T09:26:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to get processed time?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-processed-time/m-p/601029#M682661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;1/24 is 1 day has 24 hours and 1/24 gives you 1 hour&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;(1/24)/4 - Gives you 15 minutes (1 hour = 60 mins, 60/4 = 15)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Hope this helps you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;jagan.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2014 09:35:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-processed-time/m-p/601029#M682661</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-03-05T09:35:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to get processed time?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-processed-time/m-p/601030#M682662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes it is a standard of QlikView&lt;/P&gt;&lt;P&gt;1 is 1 day. Today (05 MAR 2014) is 41 703&amp;nbsp; (the dates are stored like that in QV)&lt;/P&gt;&lt;P&gt;Today, 12:00 is 41 703,5&amp;nbsp; (half day = 0,5)&lt;/P&gt;&lt;P&gt;Today, 18:00 is 41 703,75&lt;/P&gt;&lt;P&gt;etc.&lt;/P&gt;&lt;P&gt;1 is 1 day&lt;/P&gt;&lt;P&gt;1 minute is therefore: 1/24/60&lt;/P&gt;&lt;P&gt;15 minutes are therefore : 15/24/60 or 1/24/4 (because 4 times 15 minutes per hour)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fabrice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2014 09:35:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-processed-time/m-p/601030#M682662</guid>
      <dc:creator />
      <dc:date>2014-03-05T09:35:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to get processed time?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-processed-time/m-p/601031#M682663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;if &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;Interval&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;Time#&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;Time2&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;)-&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;Time#&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;Time1&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;), 'mm')&amp;lt;=15,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Jagan.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2014 09:36:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-processed-time/m-p/601031#M682663</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-03-05T09:36:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to get processed time?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-processed-time/m-p/601032#M682664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ahyel,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Is your question answered ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fabrice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2014 13:38:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-processed-time/m-p/601032#M682664</guid>
      <dc:creator />
      <dc:date>2014-03-05T13:38:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to get processed time?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-processed-time/m-p/601033#M682665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Fabrice,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yup &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&amp;nbsp; Thanks so much for clarifying &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ahyel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2014 14:01:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-processed-time/m-p/601033#M682665</guid>
      <dc:creator />
      <dc:date>2014-03-05T14:01:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to get processed time?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-processed-time/m-p/601034#M682666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jagan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ahyel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2014 14:04:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-processed-time/m-p/601034#M682666</guid>
      <dc:creator />
      <dc:date>2014-03-05T14:04:25Z</dc:date>
    </item>
  </channel>
</rss>

