<?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 Test in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Test/m-p/1200873#M386724</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Test&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Oct 2016 13:18:29 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-10-17T13:18:29Z</dc:date>
    <item>
      <title>Test</title>
      <link>https://community.qlik.com/t5/QlikView/Test/m-p/1200873#M386724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Test&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Oct 2016 13:18:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Test/m-p/1200873#M386724</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-17T13:18:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to fetch the data according to latest occurrence in script.</title>
      <link>https://community.qlik.com/t5/QlikView/Test/m-p/1200874#M386725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So you need the 6 rows from the 8 rows of just the two highlighted rows?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Oct 2016 16:40:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Test/m-p/1200874#M386725</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-17T16:40:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to fetch the data according to latest occurrence in script.</title>
      <link>https://community.qlik.com/t5/QlikView/Test/m-p/1200875#M386726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;maybe this (it depends on the condition you want to choose the record, I used the load order desc)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 10pt;"&gt;A:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD *, rowno() as Id INLINE [&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Year, Month, Quarter, AId, Acc, DId, Dsc, Sales, PSales, Date, Maintenance Period, Maintenance Sales, Provider, Table&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;2015, May, Q2, {0AA84B07}, NOOC, {DBB22D92}, ESys, 0, , 05/02/2015, 05/02/2015, 3250, Psys, Maintenance&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;2015, Jun, Q2, {0AA84B07}, NOOC, {DBB22D92}, ESys, 0, , 06/02/2015, 06/02/2015, 3250, Psys, Maintenance&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;2015, Jul, Q3, {0AA84B07}, NOOC, {DBB22D92}, ESys, 0, , 07/02/2015, 07/02/2015, 3250, Psys, Maintenance&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;2015, Aug, Q3, {0AA84B07}, NOOC, {DBB22D92}, ESys, 0, , 08/02/2015, 08/02/2015, 3250, Psys, Maintenance&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;2015, Jul, Q3, {0AA84B07}, NOOC, {DBB22D92}, ESys, 0, , 07/02/2015, 07/02/2015, 250, Psys, Maintenance&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;2015, Aug, Q3, {0AA84B07}, NOOC, {DBB22D92}, ESys, 0, , 08/02/2015, 08/02/2015, 250, Psys, Maintenance&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;2015, Sep, Q3, {0AA84B07}, NOOC, {DBB22D92}, ESys, 0, , 09/02/2015, 09/02/2015, 0, Psys, Maintenance&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;2015, Oct, Q4, {0AA84B07}, NOOC, {DBB22D92}, ESys, 0, , 10/02/2015, 10/02/2015, 0, Psys, Maintenance&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;];&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;B:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;NoConcatenate &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;load * Resident A&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;where Year&amp;amp;Month &amp;lt;&amp;gt; Peek('Year') &amp;amp; Peek('Month')&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;order by Year, Month,Id desc; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;DROP Table A;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/140878_1.png" style="height: 96px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Oct 2016 16:53:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Test/m-p/1200875#M386726</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2016-10-17T16:53:01Z</dc:date>
    </item>
  </channel>
</rss>

