<?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: Show in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Show/m-p/790035#M1035377</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alessandro,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you miss understand me. I don't want to see the amount of the last year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I always want to see, on my tab the 4 column for the Max(Year) of the line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example :&lt;/P&gt;&lt;P&gt;&lt;IMG alt="exemple.PNG" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/76585_exemple.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want something like this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ID - NB PERSON - AMOUNT - YEAR&lt;/P&gt;&lt;P&gt;01010001 - 2 - 0,00 - 2010 (because it's the last year for this ID)&lt;/P&gt;&lt;P&gt;01010002 - 1 - 22 412,00 - 2013 (because it's the last year for this ID)&lt;/P&gt;&lt;P&gt;etc ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe&amp;nbsp; I have to modify something in my load ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Jan 2015 13:36:45 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-01-29T13:36:45Z</dc:date>
    <item>
      <title>Show</title>
      <link>https://community.qlik.com/t5/QlikView/Show/m-p/790033#M1035373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guyz,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is m problem :&lt;/P&gt;&lt;P&gt;&lt;IMG alt="exemple.PNG" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/76580_exemple.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AS you see, I have for a year an amount. I would like to show only the last year for un ID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case, i would like to show 2010 -&amp;gt; 0,00.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Witch function i have to use ? (rank ? maxstring ?)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx in advise&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jan 2015 12:57:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show/m-p/790033#M1035373</guid>
      <dc:creator />
      <dc:date>2015-01-29T12:57:25Z</dc:date>
    </item>
    <item>
      <title>Re: Show</title>
      <link>https://community.qlik.com/t5/QlikView/Show/m-p/790034#M1035375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you sum Amount:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({$ &amp;lt;Year={'$(=Max(Year))'}&amp;gt;} Amount)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me know&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jan 2015 13:06:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show/m-p/790034#M1035375</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2015-01-29T13:06:37Z</dc:date>
    </item>
    <item>
      <title>Re: Show</title>
      <link>https://community.qlik.com/t5/QlikView/Show/m-p/790035#M1035377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alessandro,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you miss understand me. I don't want to see the amount of the last year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I always want to see, on my tab the 4 column for the Max(Year) of the line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example :&lt;/P&gt;&lt;P&gt;&lt;IMG alt="exemple.PNG" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/76585_exemple.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want something like this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ID - NB PERSON - AMOUNT - YEAR&lt;/P&gt;&lt;P&gt;01010001 - 2 - 0,00 - 2010 (because it's the last year for this ID)&lt;/P&gt;&lt;P&gt;01010002 - 1 - 22 412,00 - 2013 (because it's the last year for this ID)&lt;/P&gt;&lt;P&gt;etc ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe&amp;nbsp; I have to modify something in my load ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jan 2015 13:36:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show/m-p/790035#M1035377</guid>
      <dc:creator />
      <dc:date>2015-01-29T13:36:45Z</dc:date>
    </item>
    <item>
      <title>Re: Show</title>
      <link>https://community.qlik.com/t5/QlikView/Show/m-p/790036#M1035379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try and flag the MaxYear for each ID in the script and then use that in your set analysis statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jan 2015 13:49:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show/m-p/790036#M1035379</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-01-29T13:49:41Z</dc:date>
    </item>
    <item>
      <title>Re: Show</title>
      <link>https://community.qlik.com/t5/QlikView/Show/m-p/790037#M1035380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'have find a solution with SQL :&lt;/P&gt;&lt;P&gt;1 - I do a rqs for ID and MAX(Year)&lt;/P&gt;&lt;P&gt;2 - I do a rqs for ID, NB PERSON, AMOUNT, MAX(YEAR)&lt;/P&gt;&lt;P&gt;3 - I join the 2 table with ID=ID and MAX(YEAR)=MAX(YEAR)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I have all the data for the max(year) in 1 line&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jan 2015 13:51:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show/m-p/790037#M1035380</guid>
      <dc:creator />
      <dc:date>2015-01-29T13:51:10Z</dc:date>
    </item>
    <item>
      <title>Re: Show</title>
      <link>https://community.qlik.com/t5/QlikView/Show/m-p/790038#M1035382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Join(yourTable)&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;LOAD ID, &lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MAX(Year) as Year,&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1 as MaxYearFlag&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Resident yourTable&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Group By ID;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;This will add another column to your table where ID and its corresponding Max(Year) match.&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Hope this will help.&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Best,&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jan 2015 13:54:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show/m-p/790038#M1035382</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-01-29T13:54:43Z</dc:date>
    </item>
  </channel>
</rss>

