<?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: Getting the max date infro from the table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Getting-the-max-date-infro-from-the-table/m-p/747929#M266894</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Let's try...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Employee,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; date(max(StartDate)) as MaxDate&lt;/P&gt;&lt;P&gt;FROM &amp;lt;YourExcelFile&amp;gt;&lt;/P&gt;&lt;P&gt;GROUP BY Employee;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LEFT JOIN (Data) LOAD&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Employee,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Account&lt;/P&gt;&lt;P&gt;FROM &amp;lt;YourExcelFile&amp;gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Mar 2015 14:20:27 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-03-19T14:20:27Z</dc:date>
    <item>
      <title>Getting the max date infro from the table</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-the-max-date-infro-from-the-table/m-p/747928#M266893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Need your help!&lt;/P&gt;&lt;P&gt;I have an Excel table like this:&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" height="163" src="https://community.qlik.com/legacyfs/online/81243_pastedImage_0.png" style="width: 657.315217391304px; height: 163px;" width="657" /&gt;&lt;/P&gt;&lt;P&gt;I need to find the max date of each person and get the Account name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2015 08:51:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-the-max-date-infro-from-the-table/m-p/747928#M266893</guid>
      <dc:creator />
      <dc:date>2015-03-19T08:51:08Z</dc:date>
    </item>
    <item>
      <title>Re: Getting the max date infro from the table</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-the-max-date-infro-from-the-table/m-p/747929#M266894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Let's try...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Employee,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; date(max(StartDate)) as MaxDate&lt;/P&gt;&lt;P&gt;FROM &amp;lt;YourExcelFile&amp;gt;&lt;/P&gt;&lt;P&gt;GROUP BY Employee;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LEFT JOIN (Data) LOAD&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Employee,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Account&lt;/P&gt;&lt;P&gt;FROM &amp;lt;YourExcelFile&amp;gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2015 14:20:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-the-max-date-infro-from-the-table/m-p/747929#M266894</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-19T14:20:27Z</dc:date>
    </item>
    <item>
      <title>Re: Getting the max date infro from the table</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-the-max-date-infro-from-the-table/m-p/747930#M266895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Michael.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think I havent written all the requirements above. The thing is that I also need to take into consideration other columns like : January, February etc. Need to find the latest month of the latest Account where the value is not null. Also there can be 2 accounts at the same period I need to find the account with the biggest value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2015 14:26:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-the-max-date-infro-from-the-table/m-p/747930#M266895</guid>
      <dc:creator />
      <dc:date>2015-03-19T14:26:13Z</dc:date>
    </item>
    <item>
      <title>Re: Getting the max date infro from the table</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-the-max-date-infro-from-the-table/m-p/747931#M266896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't understand &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/confused.png" /&gt;&lt;/P&gt;&lt;P&gt;Try to explain with an example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2015 17:09:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-the-max-date-infro-from-the-table/m-p/747931#M266896</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-19T17:09:39Z</dc:date>
    </item>
    <item>
      <title>Re: Getting the max date infro from the table</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-the-max-date-infro-from-the-table/m-p/747932#M266897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've made a crosstable out of this. Here I have a new table:&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 380pt;" width="505"&gt;&lt;TBODY&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD class="xl63" height="17" style="height: 12.75pt; width: 110pt;" width="146"&gt;Employee&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none; width: 141pt;" width="188"&gt;Account&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none; width: 67pt;" width="89"&gt;Month&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none; width: 62pt;" width="82"&gt;Data&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD class="xl64" height="17" style="height: 12.75pt; border-top: none;"&gt;Pavel Kovalski&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;International Other&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;01.01.14&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD class="xl64" height="17" style="height: 12.75pt; border-top: none;"&gt;Pavel Kovalski&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;International Other&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;01.01.15&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD class="xl64" height="17" style="height: 12.75pt; border-top: none;"&gt;Pavel Kovalski&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;International Other&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;01.01.15&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;1,00&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD class="xl64" height="17" style="height: 12.75pt; border-top: none;"&gt;Pavel Kovalski&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;International Other&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;01.02.14&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD class="xl64" height="17" style="height: 12.75pt; border-top: none;"&gt;Pavel Kovalski&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;International Other&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;01.02.15&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD class="xl64" height="17" style="height: 12.75pt; border-top: none;"&gt;Pavel Kovalski&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;International Other&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;01.02.15&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none; border-left: none;"&gt;1,00&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD class="xl64" height="17" style="height: 12.75pt; border-top: none;"&gt;Kirill Abramov&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;Banks&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;01.03.14&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD class="xl64" height="17" style="height: 12.75pt; border-top: none;"&gt;Kirill Abramov&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;Banks&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;01.04.14&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD class="xl64" height="17" style="height: 12.75pt; border-top: none;"&gt;Kirill Abramov&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;Banks&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;01.05.14&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD class="xl64" height="17" style="height: 12.75pt; border-top: none;"&gt;Kirill Abramov&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;Banks&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;01.06.14&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 12.75pt;"&gt;&lt;TD class="xl64" height="17" style="height: 12.75pt; border-top: none;"&gt;Kirill Abramov&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;Banks&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;01.07.14&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to find the latest month with the biggest value of each person, thus I will find the the latest active account of a person.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2015 08:07:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-the-max-date-infro-from-the-table/m-p/747932#M266897</guid>
      <dc:creator />
      <dc:date>2015-03-20T08:07:13Z</dc:date>
    </item>
    <item>
      <title>Re: Getting the max date infro from the table</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-the-max-date-infro-from-the-table/m-p/747933#M266898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Still not very clear, so I have to make assumptions that could be right or wrong:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;1. Month field format is DD.MM.YYYY, that is 01.02.14 is February 2014.&lt;BR /&gt;2. You want to find the largest value per person, and then the last date when it value occurs.&amp;nbsp; And, you want this in the script, not the front end.&lt;BR /&gt;3. Find the Account of the record identified in #2.&amp;nbsp; (I'm confused about this because in your example Account to Person is one-to-one relation, there is nothing much to find.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway, if my assumptions are correct, see the attached app.&amp;nbsp; Either it helps you to go forward, or you'll clarify further what you need.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2015 13:16:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-the-max-date-infro-from-the-table/m-p/747933#M266898</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-20T13:16:26Z</dc:date>
    </item>
  </channel>
</rss>

