<?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: Find Max date of the year based other 2 fields(Name &amp; Design) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Find-Max-date-of-the-year-based-other-2-fields-Name-Design/m-p/317455#M1188968</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gangadharan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think there were only a &lt;/P&gt;&lt;P&gt;drop table Master;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;too much. I checked both versions and they are working, Please check attached file. You could switch between two version by commenting in /out in script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Sep 2011 15:13:15 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2011-09-06T15:13:15Z</dc:date>
    <item>
      <title>Find Max date of the year based other 2 fields(Name &amp; Design)</title>
      <link>https://community.qlik.com/t5/QlikView/Find-Max-date-of-the-year-based-other-2-fields-Name-Design/m-p/317445#M1188958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;﻿ &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Herewith i have attached the QVW file which is developed using QV10 Personal Edition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As there can be more than one Appraisal per year and Design(Trainer, Junior &amp;amp; Senior Teacher and Head Master), we only want to one Appraisal per year and this should be the lasted Appraisal per year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 210px;"&gt;﻿Actual One&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; :&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Desired One&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;IMG alt="3.JPG" class="jive-image" src="https://community.qlik.com/legacyfs/online/6927_3.JPG" /&gt;&lt;IMG alt="1.JPG" class="jive-image" src="https://community.qlik.com/legacyfs/online/6928_1.JPG" /&gt;﻿﻿﻿&lt;/P&gt;&lt;P&gt;The script level solution should be most useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Be Blessed with Happiness!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ragards&lt;/P&gt;&lt;P&gt;Gangadharan Moorthy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Sep 2011 12:57:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-Max-date-of-the-year-based-other-2-fields-Name-Design/m-p/317445#M1188958</guid>
      <dc:creator />
      <dc:date>2011-09-01T12:57:41Z</dc:date>
    </item>
    <item>
      <title>Find Max date of the year based other 2 fields(Name &amp; Design)</title>
      <link>https://community.qlik.com/t5/QlikView/Find-Max-date-of-the-year-based-other-2-fields-Name-Design/m-p/317446#M1188959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this will restrict your data like desired.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Master:&lt;/P&gt;&lt;P&gt;LOAD Record_No,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Name,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DOJ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Appraisal Date],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Salary,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Design,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Login_ID&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;FindMaxDate.xls&lt;/P&gt;&lt;P&gt;(biff, embedded labels, table is Sheet1$);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Filtered:&lt;/P&gt;&lt;P&gt;right join (Master) LOAD Name, Design, Date(max([Appraisal Date])) as [Appraisal Date]&lt;/P&gt;&lt;P&gt;resident Master group by Name, Design, year([Appraisal Date]);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to keep all data of all dates in your data model, you could use a left join and create a flag to indicate the dates you are interested in:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Filtered:&lt;/P&gt;&lt;P&gt;left join (Master) LOAD Name, Design, Date(max([Appraisal Date])) as [Appraisal Date], '1' as flag&lt;/P&gt;&lt;P&gt;resident Master group by Name, Design, year([Appraisal Date]);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Sep 2011 23:20:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-Max-date-of-the-year-based-other-2-fields-Name-Design/m-p/317446#M1188959</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2011-09-04T23:20:42Z</dc:date>
    </item>
    <item>
      <title>Find Max date of the year based other 2 fields(Name &amp; Design)</title>
      <link>https://community.qlik.com/t5/QlikView/Find-Max-date-of-the-year-based-other-2-fields-Name-Design/m-p/317447#M1188960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot.... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the script is like this, its working good.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Filtered:&lt;/P&gt;&lt;P&gt;LOAD Name, Design, Date(max([Appraisal Date])) as [Appraisal Date], '1' as flag&lt;/P&gt;&lt;P&gt;resident Master group by Name, Design, year([Appraisal Date]);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop table Master;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the below scripts throughs some Error like: "Execution of script failed. Reload old script."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Filtered:&lt;/P&gt;&lt;P&gt;left join (Master) LOAD Name, Design, Date(max([Appraisal Date])) as [Appraisal Date], '1' as flag&lt;/P&gt;&lt;P&gt;resident Master group by Name, Design, year([Appraisal Date]);&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Sep 2011 06:36:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-Max-date-of-the-year-based-other-2-fields-Name-Design/m-p/317447#M1188960</guid>
      <dc:creator />
      <dc:date>2011-09-05T06:36:39Z</dc:date>
    </item>
    <item>
      <title>Re: Find Max date of the year based other 2 fields(Name &amp; Design)</title>
      <link>https://community.qlik.com/t5/QlikView/Find-Max-date-of-the-year-based-other-2-fields-Name-Design/m-p/317448#M1188961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ich werde ab  05.09.2011 nicht im Büro sein. Ich kehre zurück am&lt;/P&gt;&lt;P&gt;23.09.2011.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ich werde Ihre Nachrichten nach meiner Rückkehr beantworten.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Diese E-Mail kann Betriebs- oder Geschäftsgeheimnisse oder sonstige vertrauliche Informationen enthalten. Sollten Sie diese E-Mail irrtümlich erhalten haben, ist Ihnen eine Verwertung des Inhalts, eine Vervielfältigung oder Weitergabe der E-Mail ausdrücklich untersagt.&lt;/P&gt;&lt;P&gt;Bitte benachrichtigen Sie uns und vernichten Sie die empfangene E-Mail. Vielen Dank!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Sep 2011 08:01:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-Max-date-of-the-year-based-other-2-fields-Name-Design/m-p/317448#M1188961</guid>
      <dc:creator />
      <dc:date>2011-09-05T08:01:44Z</dc:date>
    </item>
    <item>
      <title>Re: Find Max date of the year based other 2 fields(Name &amp; Design)</title>
      <link>https://community.qlik.com/t5/QlikView/Find-Max-date-of-the-year-based-other-2-fields-Name-Design/m-p/317449#M1188962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ich werde ab  05.09.2011 nicht im Büro sein. Ich kehre zurück am&lt;/P&gt;&lt;P&gt;23.09.2011.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ich werde Ihre Nachrichten nach meiner Rückkehr beantworten.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Diese E-Mail kann Betriebs- oder Geschäftsgeheimnisse oder sonstige vertrauliche Informationen enthalten. Sollten Sie diese E-Mail irrtümlich erhalten haben, ist Ihnen eine Verwertung des Inhalts, eine Vervielfältigung oder Weitergabe der E-Mail ausdrücklich untersagt.&lt;/P&gt;&lt;P&gt;Bitte benachrichtigen Sie uns und vernichten Sie die empfangene E-Mail. Vielen Dank!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Sep 2011 08:01:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-Max-date-of-the-year-based-other-2-fields-Name-Design/m-p/317449#M1188962</guid>
      <dc:creator />
      <dc:date>2011-09-05T08:01:44Z</dc:date>
    </item>
    <item>
      <title>Find Max date of the year based other 2 fields(Name &amp; Design)</title>
      <link>https://community.qlik.com/t5/QlikView/Find-Max-date-of-the-year-based-other-2-fields-Name-Design/m-p/317450#M1188963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the exact script worked at my place. Could you send your updated app again and I will have a look. If you leave out the left join, you should get a syn Key Table, do you?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Sep 2011 09:55:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-Max-date-of-the-year-based-other-2-fields-Name-Design/m-p/317450#M1188963</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2011-09-05T09:55:21Z</dc:date>
    </item>
    <item>
      <title>Re: Find Max date of the year based other 2 fields(Name &amp; Design)</title>
      <link>https://community.qlik.com/t5/QlikView/Find-Max-date-of-the-year-based-other-2-fields-Name-Design/m-p/317451#M1188964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ich werde ab  05.09.2011 nicht im Büro sein. Ich kehre zurück am&lt;/P&gt;&lt;P&gt;23.09.2011.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ich werde Ihre Nachrichten nach meiner Rückkehr beantworten.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Diese E-Mail kann Betriebs- oder Geschäftsgeheimnisse oder sonstige vertrauliche Informationen enthalten. Sollten Sie diese E-Mail irrtümlich erhalten haben, ist Ihnen eine Verwertung des Inhalts, eine Vervielfältigung oder Weitergabe der E-Mail ausdrücklich untersagt.&lt;/P&gt;&lt;P&gt;Bitte benachrichtigen Sie uns und vernichten Sie die empfangene E-Mail. Vielen Dank!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Sep 2011 14:02:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-Max-date-of-the-year-based-other-2-fields-Name-Design/m-p/317451#M1188964</guid>
      <dc:creator />
      <dc:date>2011-09-05T14:02:52Z</dc:date>
    </item>
    <item>
      <title>Re: Find Max date of the year based other 2 fields(Name &amp; Design)</title>
      <link>https://community.qlik.com/t5/QlikView/Find-Max-date-of-the-year-based-other-2-fields-Name-Design/m-p/317452#M1188965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stefan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please tell me how to forward modified one to you? Bcz here i can't upload.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gangadharan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Sep 2011 11:24:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-Max-date-of-the-year-based-other-2-fields-Name-Design/m-p/317452#M1188965</guid>
      <dc:creator />
      <dc:date>2011-09-06T11:24:52Z</dc:date>
    </item>
    <item>
      <title>Find Max date of the year based other 2 fields(Name &amp; Design)</title>
      <link>https://community.qlik.com/t5/QlikView/Find-Max-date-of-the-year-based-other-2-fields-Name-Design/m-p/317453#M1188966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gangadharan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there is an upload option in advanced editor (go to edit / answer, "use advanced editor" on the top right ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Sep 2011 12:08:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-Max-date-of-the-year-based-other-2-fields-Name-Design/m-p/317453#M1188966</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2011-09-06T12:08:35Z</dc:date>
    </item>
    <item>
      <title>Re: Find Max date of the year based other 2 fields(Name &amp; Design)</title>
      <link>https://community.qlik.com/t5/QlikView/Find-Max-date-of-the-year-based-other-2-fields-Name-Design/m-p/317454#M1188967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Stepan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have uploaded the modified qvw. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hopefully waiting for your reply on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;by&lt;/P&gt;&lt;P&gt;Gangadharan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Sep 2011 14:40:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-Max-date-of-the-year-based-other-2-fields-Name-Design/m-p/317454#M1188967</guid>
      <dc:creator />
      <dc:date>2011-09-06T14:40:03Z</dc:date>
    </item>
    <item>
      <title>Re: Find Max date of the year based other 2 fields(Name &amp; Design)</title>
      <link>https://community.qlik.com/t5/QlikView/Find-Max-date-of-the-year-based-other-2-fields-Name-Design/m-p/317455#M1188968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gangadharan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think there were only a &lt;/P&gt;&lt;P&gt;drop table Master;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;too much. I checked both versions and they are working, Please check attached file. You could switch between two version by commenting in /out in script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Sep 2011 15:13:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Find-Max-date-of-the-year-based-other-2-fields-Name-Design/m-p/317455#M1188968</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2011-09-06T15:13:15Z</dc:date>
    </item>
  </channel>
</rss>

