<?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 load latest records based on TIME in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-load-latest-records-based-on-TIME/m-p/1861213#M1216143</link>
    <description>&lt;P&gt;Please post some sample data and your expected result regarding the Timestamp interpretation question.&lt;BR /&gt;Once solved, please close this thread by accepting a solution.&lt;BR /&gt;For independent questions please open another thread with appropriate title.&lt;BR /&gt;thanks&lt;BR /&gt;Marco&lt;/P&gt;</description>
    <pubDate>Thu, 18 Nov 2021 20:38:08 GMT</pubDate>
    <dc:creator>MarcoWedel</dc:creator>
    <dc:date>2021-11-18T20:38:08Z</dc:date>
    <item>
      <title>How to load latest records based on TIME</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-latest-records-based-on-TIME/m-p/1860887#M1216132</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;
&lt;P&gt;I am facing challenges,&amp;nbsp; where I need the latest record based on my date and time , date and time field I get from report number.&lt;/P&gt;
&lt;P&gt;By using date(date#(replace(subfield(file, '_' -1),'-1',''),'DDMMYYYYhhmmss')'DD/MM/YYYY hh:mm') as Datetime,&lt;/P&gt;
&lt;P&gt;When I used max date () I get error like Datetime field not found.&lt;/P&gt;
&lt;P&gt;Can anyone one help me to get solution&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Nov 2021 10:22:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-latest-records-based-on-TIME/m-p/1860887#M1216132</guid>
      <dc:creator>Sonalidas1</dc:creator>
      <dc:date>2021-11-18T10:22:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to load latest records based on TIME</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-latest-records-based-on-TIME/m-p/1860904#M1216133</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Not sure i understand perfectly what you're trying to achieve but for be sure that your new field Date Time is recognized as TimeStamp you can try :&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Timestamp#(date_field&amp;amp;time_field,'Format')
 &lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 18 Nov 2021 10:53:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-latest-records-based-on-TIME/m-p/1860904#M1216133</guid>
      <dc:creator>sergio0592</dc:creator>
      <dc:date>2021-11-18T10:53:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to load latest records based on TIME</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-latest-records-based-on-TIME/m-p/1860913#M1216134</link>
      <description>&lt;P&gt;Date and time in one field, how to do, can you plz text me.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Nov 2021 11:10:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-latest-records-based-on-TIME/m-p/1860913#M1216134</guid>
      <dc:creator>Sonalidas1</dc:creator>
      <dc:date>2021-11-18T11:10:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to load latest records based on TIME</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-latest-records-based-on-TIME/m-p/1860959#M1216137</link>
      <description>&lt;P&gt;Can you send a screenshot your DateTime field?&lt;/P&gt;</description>
      <pubDate>Thu, 18 Nov 2021 12:15:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-latest-records-based-on-TIME/m-p/1860959#M1216137</guid>
      <dc:creator>sergio0592</dc:creator>
      <dc:date>2021-11-18T12:15:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to load latest records based on TIME</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-latest-records-based-on-TIME/m-p/1861156#M1216142</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/10194"&gt;@sergio0592&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Get the solution but now I'm struggling with join the table with master table,&lt;/P&gt;
&lt;P&gt;Mastertable:&lt;/P&gt;
&lt;P&gt;IP,&lt;/P&gt;
&lt;P&gt;Device,&lt;/P&gt;
&lt;P&gt;Status&lt;/P&gt;
&lt;P&gt;From xyz.xlsx;&lt;/P&gt;
&lt;P&gt;Left join(Mastertable)&lt;/P&gt;
&lt;P&gt;Data:&lt;/P&gt;
&lt;P&gt;IP,&lt;/P&gt;
&lt;P&gt;Date,&lt;/P&gt;
&lt;P&gt;Complaint&lt;/P&gt;
&lt;P&gt;From ABC.qvd;&lt;/P&gt;
&lt;P&gt;Load&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Date(Max(date)) as maxdate,&lt;/P&gt;
&lt;P&gt;Resident mastertable&lt;/P&gt;
&lt;P&gt;Group by IP;&lt;/P&gt;
&lt;P&gt;Exit script;&lt;/P&gt;
&lt;P&gt;Can you tell me,how I will join this&amp;nbsp;&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;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Nov 2021 17:24:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-latest-records-based-on-TIME/m-p/1861156#M1216142</guid>
      <dc:creator>Sonalidas1</dc:creator>
      <dc:date>2021-11-18T17:24:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to load latest records based on TIME</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-latest-records-based-on-TIME/m-p/1861213#M1216143</link>
      <description>&lt;P&gt;Please post some sample data and your expected result regarding the Timestamp interpretation question.&lt;BR /&gt;Once solved, please close this thread by accepting a solution.&lt;BR /&gt;For independent questions please open another thread with appropriate title.&lt;BR /&gt;thanks&lt;BR /&gt;Marco&lt;/P&gt;</description>
      <pubDate>Thu, 18 Nov 2021 20:38:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-latest-records-based-on-TIME/m-p/1861213#M1216143</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2021-11-18T20:38:08Z</dc:date>
    </item>
  </channel>
</rss>

