<?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 handle this? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-handle-this/m-p/207106#M62980</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How is the data build up?? Might have to do with this ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Seems that ID 1 with status is not correctly connected to the time in your case ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Jun 2010 15:14:35 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2010-06-29T15:14:35Z</dc:date>
    <item>
      <title>How to handle this?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-handle-this/m-p/207105#M62979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I am loading an qvd&lt;/P&gt;&lt;P&gt;It contains&lt;/P&gt;&lt;P&gt;ID Status Time(hr)&lt;/P&gt;&lt;P&gt;1 Success -&lt;/P&gt;&lt;P&gt;2 Fail -&lt;/P&gt;&lt;P&gt;1 - 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want the result like this&lt;/P&gt;&lt;P&gt;ID Status Time&lt;/P&gt;&lt;P&gt;1 Success 2&lt;/P&gt;&lt;P&gt;2 Fail -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to handle?&lt;/P&gt;&lt;P&gt;Can anyone help me out?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jun 2010 15:10:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-handle-this/m-p/207105#M62979</guid>
      <dc:creator />
      <dc:date>2010-06-29T15:10:18Z</dc:date>
    </item>
    <item>
      <title>How to handle this?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-handle-this/m-p/207106#M62980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How is the data build up?? Might have to do with this ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Seems that ID 1 with status is not correctly connected to the time in your case ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jun 2010 15:14:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-handle-this/m-p/207106#M62980</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-06-29T15:14:35Z</dc:date>
    </item>
    <item>
      <title>How to handle this?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-handle-this/m-p/207107#M62981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;ResultTable:&lt;BR /&gt;Load distinct ID&lt;BR /&gt;Resident QvdTable;&lt;BR /&gt;Left join (ResultTable)&lt;BR /&gt;Load ID, Status&lt;BR /&gt;Resident QvdTable;&lt;BR /&gt;Left join (ResultTable)&lt;BR /&gt;Load ID, Time(hr) as Time&lt;BR /&gt;Resident QvdTable;&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jun 2010 15:19:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-handle-this/m-p/207107#M62981</guid>
      <dc:creator />
      <dc:date>2010-06-29T15:19:50Z</dc:date>
    </item>
    <item>
      <title>How to handle this?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-handle-this/m-p/207108#M62982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or possibly:&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;LOAD&lt;BR /&gt; ID&lt;BR /&gt;,maxstring(Success) as Success&lt;BR /&gt;,max("Time(hr)") as Time&lt;BR /&gt;FROM MyQVD.qvd (QVD)&lt;BR /&gt;GROUP BY ID&lt;BR /&gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jun 2010 01:00:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-handle-this/m-p/207108#M62982</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2010-06-30T01:00:27Z</dc:date>
    </item>
  </channel>
</rss>

