<?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: Max function for date is not working in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Max-function-for-date-is-not-working/m-p/1390938#M612213</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Stefan,&lt;/P&gt;&lt;P&gt;I can now run the script you provided with no errors . But there is a slight problem.&lt;/P&gt;&lt;P&gt;Data now is displayed as &lt;STRONG&gt;"Jul 29 06:16:22 2016"&lt;/STRONG&gt; but if the day is a single digit it will bring in the first letter of the time zone like this (&lt;STRONG&gt;"Jul 9 06:16:22 C2016").&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;My original format looks like this &lt;STRONG&gt;(Fri, Jul 29 06:16:22 CDT 2016).&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Any idea how&amp;nbsp; I can eliminate "C"? I really appreciate your time.&lt;/P&gt;&lt;P&gt;Below is a picture:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="IMG_1136.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/185854_IMG_1136.jpg" style="width: 620px; height: 464px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Dec 2017 21:40:37 GMT</pubDate>
    <dc:creator>diwaskarki</dc:creator>
    <dc:date>2017-12-05T21:40:37Z</dc:date>
    <item>
      <title>Max function for date is not working</title>
      <link>https://community.qlik.com/t5/QlikView/Max-function-for-date-is-not-working/m-p/1390930#M612205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello , my data in a multibox looks like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="inactive.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/184992_inactive.png" style="width: 609px; height: 189px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have multiple rows for same office code( South Central and pacific northwest) with different access date but&amp;nbsp; I need to bring in the latest date.&amp;nbsp; I tried using a trigger "on-open" for this multibox and added this expression "Max(Num#(Access_Date))"&amp;nbsp; but its not working. When I tried to use that max function in the script itself. It brought in all the access_date separately( meaning only the access dates were displayed in the box in the multi box after all the data were displayed up top ).&lt;/P&gt;&lt;P&gt;Can anyone suggest how to use the trigger feature correctly or help me write the correct script?&amp;nbsp; I would appreciate the help. Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2017 21:08:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-function-for-date-is-not-working/m-p/1390930#M612205</guid>
      <dc:creator>diwaskarki</dc:creator>
      <dc:date>2017-11-28T21:08:57Z</dc:date>
    </item>
    <item>
      <title>Re: Max function for date is not working</title>
      <link>https://community.qlik.com/t5/QlikView/Max-function-for-date-is-not-working/m-p/1390931#M612206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try loading your dates using the Timestamp#() or Date#() function with an appropriate format code, like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Timestamp#(Mid(Access_Date,6,16)&amp;amp;Right(Access_Date,4),'MMM DD hh:mm:ss YYYY') as Access_Date,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/2954"&gt;Why don’t my dates work?&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you should be able to use Max() function on your dates (now having a dual value and a numeric representation).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2017 22:04:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-function-for-date-is-not-working/m-p/1390931#M612206</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-11-28T22:04:47Z</dc:date>
    </item>
    <item>
      <title>Re: Max function for date is not working</title>
      <link>https://community.qlik.com/t5/QlikView/Max-function-for-date-is-not-working/m-p/1390932#M612207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Stefan, Thanks for replying.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried that and I used Max(Access_Date) As Access_Date. This gave me a script error.&lt;/P&gt;&lt;P&gt;This is what my script looks like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SPT_AUDIT_EVENT: &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;Completed_Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;Timestamp#&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;Mid&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;Completed_Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;,6,16)&amp;amp;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;Right&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;Completed_Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;,4),'MMM DD hh:mm:ss YYYY')&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;Access_Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; [..\..\QVD\SPT_AUDIT_EVENT.qvd] (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;qvd&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;); &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SPT_AUDIT_EVENT2: &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;Max&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;Access_Date&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;Access_Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;RESIDENT&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; SPT_AUDIT_EVENT; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I got a script error on SPT_AUDIT_EVENT2. Any ideas?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I appreciate your help&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2017 23:00:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-function-for-date-is-not-working/m-p/1390932#M612207</guid>
      <dc:creator>diwaskarki</dc:creator>
      <dc:date>2017-11-28T23:00:55Z</dc:date>
    </item>
    <item>
      <title>Re: Max function for date is not working</title>
      <link>https://community.qlik.com/t5/QlikView/Max-function-for-date-is-not-working/m-p/1390933#M612208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What do you want to achieve with your second table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe you shouldn't use the comma after Access_Date in your SPT_AUDIT_EVENT2 tabe load.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2017 23:06:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-function-for-date-is-not-working/m-p/1390933#M612208</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-11-28T23:06:03Z</dc:date>
    </item>
    <item>
      <title>Re: Max function for date is not working</title>
      <link>https://community.qlik.com/t5/QlikView/Max-function-for-date-is-not-working/m-p/1390934#M612209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the second table so I can use the max function on the access_date.&amp;nbsp; I didn't know how to use time stamp and max function at the same time. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2017 14:25:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-function-for-date-is-not-working/m-p/1390934#M612209</guid>
      <dc:creator>diwaskarki</dc:creator>
      <dc:date>2017-11-29T14:25:13Z</dc:date>
    </item>
    <item>
      <title>Re: Max function for date is not working</title>
      <link>https://community.qlik.com/t5/QlikView/Max-function-for-date-is-not-working/m-p/1390935#M612210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's ok if you want to aggregate your timestamps to find the max value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remove the comma after the last field name:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SPT_AUDIT_EVENT2: &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;Max&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;Access_Date&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; Max_&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;Access_Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; // renamed field for clarity and removed the comma&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;RESIDENT&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; SPT_AUDIT_EVENT; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2017 14:33:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-function-for-date-is-not-working/m-p/1390935#M612210</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-11-29T14:33:53Z</dc:date>
    </item>
    <item>
      <title>Re: Max function for date is not working</title>
      <link>https://community.qlik.com/t5/QlikView/Max-function-for-date-is-not-working/m-p/1390936#M612211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this is my complete table, the comma was there as I just copy pasted . I am getting a script error with what you suggested.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="script error.png" class="jive-image image-1" src="/legacyfs/online/185086_script error.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2017 15:12:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-function-for-date-is-not-working/m-p/1390936#M612211</guid>
      <dc:creator>diwaskarki</dc:creator>
      <dc:date>2017-11-29T15:12:26Z</dc:date>
    </item>
    <item>
      <title>Re: Max function for date is not working</title>
      <link>https://community.qlik.com/t5/QlikView/Max-function-for-date-is-not-working/m-p/1390937#M612212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, that's because you Need to put all field names that are not used in an aggregation function in a GROUP BY clause. See the HELP for details.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Nov 2017 16:18:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-function-for-date-is-not-working/m-p/1390937#M612212</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-11-29T16:18:17Z</dc:date>
    </item>
    <item>
      <title>Re: Max function for date is not working</title>
      <link>https://community.qlik.com/t5/QlikView/Max-function-for-date-is-not-working/m-p/1390938#M612213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Stefan,&lt;/P&gt;&lt;P&gt;I can now run the script you provided with no errors . But there is a slight problem.&lt;/P&gt;&lt;P&gt;Data now is displayed as &lt;STRONG&gt;"Jul 29 06:16:22 2016"&lt;/STRONG&gt; but if the day is a single digit it will bring in the first letter of the time zone like this (&lt;STRONG&gt;"Jul 9 06:16:22 C2016").&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;My original format looks like this &lt;STRONG&gt;(Fri, Jul 29 06:16:22 CDT 2016).&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Any idea how&amp;nbsp; I can eliminate "C"? I really appreciate your time.&lt;/P&gt;&lt;P&gt;Below is a picture:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="IMG_1136.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/185854_IMG_1136.jpg" style="width: 620px; height: 464px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2017 21:40:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-function-for-date-is-not-working/m-p/1390938#M612213</guid>
      <dc:creator>diwaskarki</dc:creator>
      <dc:date>2017-12-05T21:40:37Z</dc:date>
    </item>
    <item>
      <title>Re: Max function for date is not working</title>
      <link>https://community.qlik.com/t5/QlikView/Max-function-for-date-is-not-working/m-p/1390939#M612214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;maybe something like&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; font-size: 13px;"&gt;Timestamp#(&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Subfield(Access_Date,' ',2) &amp;amp;' '&amp;amp; Subfield(Acces_Date,' ',3) &amp;amp;' '&amp;amp; Subfield(Access_Date,' ',4) &amp;amp;' '&amp;amp; Subfield(Access_Date,' ',6)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,'MMM D hh:mm:ss YYYY') as Access_Date&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&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; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2017 22:35:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-function-for-date-is-not-working/m-p/1390939#M612214</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-12-05T22:35:15Z</dc:date>
    </item>
    <item>
      <title>Re: Max function for date is not working</title>
      <link>https://community.qlik.com/t5/QlikView/Max-function-for-date-is-not-working/m-p/1390940#M612215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Stefan,&lt;/P&gt;&lt;P&gt;This script is working for me :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load date(date#(if(not isnull(Completed_Date),mid(Completed_Date,6,index(Completed_Date,' ',3)-6)&amp;amp;' '&amp;amp;right(Completed_Date,4)),'MMM DD YYYY'),'MM/DD/YYYY') as Access_Date &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have extract scripts that bring data from our database and creates qvd tables. We have a dashboard and have dashboard extract scripts which brings fields from the qvd tables. Those fields are displayed in the dashboard. The script I mentioned is in the the database extract script.&lt;/P&gt;&lt;P&gt;In the dashboard extract script&lt;/P&gt;&lt;P&gt;I am loading the Access_Date field in SPT_AUDIT_EVENT TABLE which is corrleated with INACTIVE_AUTOFIRE_USERS_REPORT table.&lt;/P&gt;&lt;P&gt;when I try to use max function in the same script where Im loading the date it gives me a script error. &lt;/P&gt;&lt;P&gt;So I tried bringing in the date field in a different table( say audit_Table2) with a resident load. Max function runs fine. &lt;/P&gt;&lt;P&gt;But the problem is Im having a hard time correlating audit_Table2 with INACTIVE_AUTOFIRE_USERS_REPORT table .&amp;nbsp; I know I am sounding very confusing right now.&lt;/P&gt;&lt;P&gt;I need to find a way to run the max function in this script:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;SPT_AUDIT_EVENT:&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 10pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;ID&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;AuditID&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;MODIFIED&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;AuditModified&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;, &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;ACTION&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;AuditAction&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;APPLICATION&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;AuditApp&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;INSTANCE&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;AuditInstance&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;Upper&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;TARGET&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &amp;amp; '.' &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;APPLICATION&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;ManagedAttributeAuditKey3&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;AuditLCMRequestID&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;AuditAutoFireRequestee&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;AuditAutoFireRequestID&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;AuditAutoFireOffices&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;AuditLCMCompletionDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: 10pt;"&gt;//date(date#(if(not isnull(CompletedDate),mid(CompletedDate,6,index(CompletedDate,' ',3)-6)&amp;amp;' '&amp;amp;right(CompletedDate,4)),'MMM DD YYYY'),'MM/DD/YYYY') as Completed_Date,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;Completed_Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;Access_Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;UPPER&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;AuditAutoFireOffices&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;) &amp;amp; '.' &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;Upper&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;AuditAutoFireRequestee&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;'Audit Correlation Key'&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: 10pt;"&gt;//Date(Max(Access_Date)) As Access_Date1,&lt;BR /&gt; //Date(Date#(Completed_Date,'DDD MMM DD hh:mm:ss TTT YYYY'),'DD-MM-YYYY') as Completed_Date1, &lt;BR /&gt; //date(date#(mid(Completed_Date,9,3)&amp;amp;' '&amp;amp;mid(Completed_Date,6,2)&amp;amp;' '&amp;amp;right(Completed_Date,4),'MMM DD YYYY')) As Access_Date,&lt;BR /&gt; //Date(Date#(Subfield(Completed_Date,'',2)&amp;amp;''&amp;amp; Subfield(Completed_Date,'',3)&amp;amp;''&amp;amp; Subfield(Completed_Date,'',4)&amp;amp;''&amp;amp;Subfield(Completed_Date,'',6),'MMM D hh:mm:ss YYYY')) AS Access_Date,&lt;BR /&gt; //Timestamp#(Mid(Completed_Date,6,16)&amp;amp;Right(Completed_Date,4),'MMM DD hh:mm:ss YYYY')as Access_Date1,&lt;BR /&gt; //Replace(Replace(Replace(Completed_Date, ' CDT', ''), ' CST', ''), ',', '') As Access_Date,&lt;BR /&gt; //date(timestamp#(Replace(Replace(Replace(Completed_Date, ' CDT', ''), ' CST', ''), ',', ''), 'WWW MMM DD hh:mm:ss YYYY'), 'MM-YYYY') As Access_Date,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;date&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;date&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;floor&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;CREATED&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;/1000/60/60/24))+&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;date&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;('1970-01-01')) &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;LCMCalendarDate&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;TARGET&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;AuditTarget&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;TemplateName&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;TemplateName&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &amp;amp; ' - 1 - Illinois'&amp;nbsp; &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;BundleTypeKey&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;EmailSentTo&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;AuditEmailSentSubject&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;SOURCE&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;"Audit Requested By"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;TextBetween&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;ATTRIBUTES&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;, '&amp;lt;entry key="Business Case" value="', '"/&amp;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;"Audit Business Case"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;TextBetween&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;TextBetween&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;ATTRIBUTES&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;, '&amp;lt;entry key="Approved by RA" value="', '"/&amp;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;"Audit Approved by RA"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;TextBetween&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;ATTRIBUTES&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;, '&amp;lt;entry key="Completed by (PCU)" value="', '"/&amp;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;"AuditAutoFire Approved by PCU"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;TextBetween&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;ATTRIBUTES&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;, '&amp;lt;entry key="Completed by (DSA)" value="', '"/&amp;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;"AuditAutoFire Approved by DSA"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;TextBetween&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;ATTRIBUTES&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;, '&amp;lt;entry key="Completed by (Manager)" value="', '"/&amp;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;"AuditAutoFire Approved by Manager"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;TextBetween&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;TextBetween&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;ATTRIBUTES&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;, '&amp;lt;entry key="Approved by Manager" value="', '"/&amp;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;"Audit Approved by Manager"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: 10pt;"&gt;//TextBetween(TextBetween(ATTRIBUTES, '&amp;lt;entry key="Requested By" value="', '"/&amp;gt;'), '(', ')') As "Audit Requested By"&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; [..\..\QVD\SPT_AUDIT_EVENT.qvd] (&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;qvd&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;);&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope I am making enough sense for you to figure what&amp;nbsp;&amp;nbsp; I am looking for. I really appreciate your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2017 21:27:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-function-for-date-is-not-working/m-p/1390940#M612215</guid>
      <dc:creator>diwaskarki</dc:creator>
      <dc:date>2017-12-11T21:27:39Z</dc:date>
    </item>
    <item>
      <title>Re: Max function for date is not working</title>
      <link>https://community.qlik.com/t5/QlikView/Max-function-for-date-is-not-working/m-p/1390941#M612216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you want to find the max access date per a certain grouping entity? Like max date per Audit ID or something like that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use a key field that you use in a group by clause in your resident load and join back to your fact table like shown in&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/284581"&gt;String Field on Maximum Date in Set Analysis&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2017 22:08:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-function-for-date-is-not-working/m-p/1390941#M612216</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-12-11T22:08:05Z</dc:date>
    </item>
    <item>
      <title>Re: Max function for date is not working</title>
      <link>https://community.qlik.com/t5/QlikView/Max-function-for-date-is-not-working/m-p/1390942#M612217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A user(signon_id) can have multiple access_date for a particular office.(office_code).&lt;/P&gt;&lt;P&gt;I want to find the max date per SIGNON_ID FOR A PARTICULAR OFFICE_CODE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2017 22:54:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-function-for-date-is-not-working/m-p/1390942#M612217</guid>
      <dc:creator>diwaskarki</dc:creator>
      <dc:date>2017-12-11T22:54:20Z</dc:date>
    </item>
    <item>
      <title>Re: Max function for date is not working</title>
      <link>https://community.qlik.com/t5/QlikView/Max-function-for-date-is-not-working/m-p/1390943#M612218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then just use OFFICE_CODE as key field and GROUP BY clause field as shown in the post I've linked to.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Dec 2017 07:37:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-function-for-date-is-not-working/m-p/1390943#M612218</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-12-12T07:37:09Z</dc:date>
    </item>
    <item>
      <title>Re: Max function for date is not working</title>
      <link>https://community.qlik.com/t5/QlikView/Max-function-for-date-is-not-working/m-p/1390944#M612219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Hello Stefan,&lt;/P&gt;&lt;P&gt;I had to change the date filed to be in a date format which was a pain in the butt. Then, I had to do a RESIDENT LOAD and a right join and then group by.&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2017 21:29:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-function-for-date-is-not-working/m-p/1390944#M612219</guid>
      <dc:creator>diwaskarki</dc:creator>
      <dc:date>2017-12-13T21:29:34Z</dc:date>
    </item>
  </channel>
</rss>

