<?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 parsing data on load in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/parsing-data-on-load/m-p/466453#M701065</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is my question, I will explain the data I have in a csv file. The File is a log of user id and their login dates, so for one user I may have multiple login dates. Is there a way that on loading the csv it loads only the user id and their latest login date? I am not interested in prior dates, just the latest one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks for your help.&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;Roberto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Oct 2012 10:28:14 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-10-04T10:28:14Z</dc:date>
    <item>
      <title>parsing data on load</title>
      <link>https://community.qlik.com/t5/QlikView/parsing-data-on-load/m-p/466453#M701065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is my question, I will explain the data I have in a csv file. The File is a log of user id and their login dates, so for one user I may have multiple login dates. Is there a way that on loading the csv it loads only the user id and their latest login date? I am not interested in prior dates, just the latest one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks for your help.&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;Roberto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2012 10:28:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/parsing-data-on-load/m-p/466453#M701065</guid>
      <dc:creator />
      <dc:date>2012-10-04T10:28:14Z</dc:date>
    </item>
    <item>
      <title>Re: parsing data on load</title>
      <link>https://community.qlik.com/t5/QlikView/parsing-data-on-load/m-p/466454#M701066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Roberto,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You an try out the below code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load user,&lt;/P&gt;&lt;P&gt;max(Date) as date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;from User.xls group by user;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;deepak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2012 10:41:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/parsing-data-on-load/m-p/466454#M701066</guid>
      <dc:creator>deepakk</dc:creator>
      <dc:date>2012-10-04T10:41:13Z</dc:date>
    </item>
  </channel>
</rss>

