<?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 Vlookup in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Vlookup/m-p/528613#M197573</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am working on Complain Center Dashboard. I have 1.6 million unique object IDs. What I want is to keep the original data and create a straight table in which I want to represent object ID information of latest status only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used object_ID as dimension and expression aggr(max(UDateTime),OBJECT_ID) to get the latest status update time but now I want to get corresponding information to it that is mostly text. I have attached one text field that is ‘status’ there are others too. I want ideas to optimize my memory and processing as there are around 8 more fields and all of them are text. One thing I want to share is that it is least likely but possible that there are multiple status with same time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Moreover I would like to add an expression to calculate the time of ticket created till it is completed or till today in the same straight table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest! I have attached the excel file&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Sep 2013 17:49:03 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-09-16T17:49:03Z</dc:date>
    <item>
      <title>Vlookup</title>
      <link>https://community.qlik.com/t5/QlikView/Vlookup/m-p/528613#M197573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am working on Complain Center Dashboard. I have 1.6 million unique object IDs. What I want is to keep the original data and create a straight table in which I want to represent object ID information of latest status only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used object_ID as dimension and expression aggr(max(UDateTime),OBJECT_ID) to get the latest status update time but now I want to get corresponding information to it that is mostly text. I have attached one text field that is ‘status’ there are others too. I want ideas to optimize my memory and processing as there are around 8 more fields and all of them are text. One thing I want to share is that it is least likely but possible that there are multiple status with same time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Moreover I would like to add an expression to calculate the time of ticket created till it is completed or till today in the same straight table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest! I have attached the excel file&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Sep 2013 17:49:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Vlookup/m-p/528613#M197573</guid>
      <dc:creator />
      <dc:date>2013-09-16T17:49:03Z</dc:date>
    </item>
    <item>
      <title>Re: Vlookup</title>
      <link>https://community.qlik.com/t5/QlikView/Vlookup/m-p/528614#M197574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the firstsortedvalue function: firstsortedvalue(Status, -UDateTime). For other fields you can replace Status with the other field name. If you want you can also calculate this in the script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load OBJECT_ID, &lt;/P&gt;&lt;P&gt;firstsortedvalue(Status, -UDateTime) as LastStatus,&lt;/P&gt;&lt;P&gt;firstsortedvalue(OtherField, -UDateTime) as LastOtherField,&lt;/P&gt;&lt;P&gt;...etc...&lt;/P&gt;&lt;P&gt;max(UDateTime) as LastDateTime&lt;/P&gt;&lt;P&gt;from &lt;EM&gt;...somewhere...&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;group by OBJECT_ID;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Sep 2013 17:56:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Vlookup/m-p/528614#M197574</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-09-16T17:56:13Z</dc:date>
    </item>
    <item>
      <title>Re: Vlookup</title>
      <link>https://community.qlik.com/t5/QlikView/Vlookup/m-p/528615#M197575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks! I will buzz you again If I encounter any problem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Sep 2013 09:25:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Vlookup/m-p/528615#M197575</guid>
      <dc:creator />
      <dc:date>2013-09-17T09:25:17Z</dc:date>
    </item>
  </channel>
</rss>

