<?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: Re : max date based on a field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Re-max-date-based-on-a-field/m-p/883627#M308185</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you post a sample qvw with sample data? It seems, FirstSortedValue() would be useful here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 May 2015 05:35:06 GMT</pubDate>
    <dc:creator>tresB</dc:creator>
    <dc:date>2015-05-19T05:35:06Z</dc:date>
    <item>
      <title>Re : max date based on a field</title>
      <link>https://community.qlik.com/t5/QlikView/Re-max-date-based-on-a-field/m-p/883626#M308184</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;I have a requirement as follows&lt;/P&gt;&lt;P&gt;my data is regarding the exams done on different courses.&lt;/P&gt;&lt;P&gt;same student can write more than 1 exam.&lt;/P&gt;&lt;P&gt;now i have to take the count of students which has been passed in each exam.&lt;/P&gt;&lt;P&gt;if a student attends more than 1 exam then he should be counted on the latest exam based on the exam date. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can it be achieved?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2015 05:30:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Re-max-date-based-on-a-field/m-p/883626#M308184</guid>
      <dc:creator />
      <dc:date>2015-05-19T05:30:17Z</dc:date>
    </item>
    <item>
      <title>Re: Re : max date based on a field</title>
      <link>https://community.qlik.com/t5/QlikView/Re-max-date-based-on-a-field/m-p/883627#M308185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you post a sample qvw with sample data? It seems, FirstSortedValue() would be useful here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2015 05:35:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Re-max-date-based-on-a-field/m-p/883627#M308185</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2015-05-19T05:35:06Z</dc:date>
    </item>
    <item>
      <title>Re: Re : max date based on a field</title>
      <link>https://community.qlik.com/t5/QlikView/Re-max-date-based-on-a-field/m-p/883628#M308186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please find the attached.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2015 05:52:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Re-max-date-based-on-a-field/m-p/883628#M308186</guid>
      <dc:creator />
      <dc:date>2015-05-19T05:52:41Z</dc:date>
    </item>
    <item>
      <title>Re: Re : max date based on a field</title>
      <link>https://community.qlik.com/t5/QlikView/Re-max-date-based-on-a-field/m-p/883629#M308187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there any possibility that an employee attempted an exam and passed, but still he/she can attempt again for the same exam, and in that case if he/she fails (in the latest attempt) he/she should be considered as FAILED?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2015 06:08:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Re-max-date-based-on-a-field/m-p/883629#M308187</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2015-05-19T06:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: Re : max date based on a field</title>
      <link>https://community.qlik.com/t5/QlikView/Re-max-date-based-on-a-field/m-p/883630#M308188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Reena,&lt;/P&gt;&lt;P&gt;Either you can write script in back end Like&lt;/P&gt;&lt;P&gt;Main:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;From XYZ.xls;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 103px;"&gt;&lt;TBODY&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;Employee Code,&lt;/P&gt;&lt;P&gt;Max(Exam Date)&amp;nbsp;&amp;nbsp;&amp;nbsp; As Exam Date_MAX,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Resident Main group by Employee Code;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;you can use expression in front end&lt;/P&gt;&lt;P&gt;=count( {&amp;lt;Employee Code={"$(=FirstsortedValue(Exam Date,Employee Code))"},Exam Result={'Pass'}&amp;gt;}Employee Code)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2015 06:09:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Re-max-date-based-on-a-field/m-p/883630#M308188</guid>
      <dc:creator>rohit214</dc:creator>
      <dc:date>2015-05-19T06:09:35Z</dc:date>
    </item>
    <item>
      <title>Re: Re : max date based on a field</title>
      <link>https://community.qlik.com/t5/QlikView/Re-max-date-based-on-a-field/m-p/883631#M308189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no,the same exam he/she wont be attending again.there is no such chances..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2015 06:20:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Re-max-date-based-on-a-field/m-p/883631#M308189</guid>
      <dc:creator />
      <dc:date>2015-05-19T06:20:13Z</dc:date>
    </item>
    <item>
      <title>Re: Re : max date based on a field</title>
      <link>https://community.qlik.com/t5/QlikView/Re-max-date-based-on-a-field/m-p/883632#M308190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank yu...&lt;/P&gt;&lt;P&gt;i ll try this.. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; but how can i get the latest exam based on exam date??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2015 06:20:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Re-max-date-based-on-a-field/m-p/883632#M308190</guid>
      <dc:creator />
      <dc:date>2015-05-19T06:20:53Z</dc:date>
    </item>
    <item>
      <title>Re: Re : max date based on a field</title>
      <link>https://community.qlik.com/t5/QlikView/Re-max-date-based-on-a-field/m-p/883633#M308191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like attached qvw?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2015 06:35:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Re-max-date-based-on-a-field/m-p/883633#M308191</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2015-05-19T06:35:35Z</dc:date>
    </item>
    <item>
      <title>Re: Re : max date based on a field</title>
      <link>https://community.qlik.com/t5/QlikView/Re-max-date-based-on-a-field/m-p/883634#M308192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;same expression&lt;/P&gt;&lt;P&gt;-firstsortedvalue(Exam,Examdate)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2015 06:37:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Re-max-date-based-on-a-field/m-p/883634#M308192</guid>
      <dc:creator>rohit214</dc:creator>
      <dc:date>2015-05-19T06:37:15Z</dc:date>
    </item>
    <item>
      <title>Re: Re : max date based on a field</title>
      <link>https://community.qlik.com/t5/QlikView/Re-max-date-based-on-a-field/m-p/883635#M308193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=Count(If(Aggr(FirstSortedValue([Exam Result],-[Exam Date]),[Employee Code])='Pass',1))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2015 07:06:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Re-max-date-based-on-a-field/m-p/883635#M308193</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2015-05-19T07:06:45Z</dc:date>
    </item>
    <item>
      <title>Re: Re : max date based on a field</title>
      <link>https://community.qlik.com/t5/QlikView/Re-max-date-based-on-a-field/m-p/883636#M308194</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;Thanks for the reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actualy i need the report in following format&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/86878_Capture.JPG" style="height: 268px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;-&amp;gt;here the first column is the branch code.&lt;/P&gt;&lt;P&gt;-&amp;gt;second is Total no of employees&lt;/P&gt;&lt;P&gt;for each xam i should get the count as separate column&lt;/P&gt;&lt;P&gt;here technician,pro technician,diagnosis technician,master technician are Name of exams. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there are possibilities like an employee can write all four exams so his count should be shown only in the latest exam where he is passed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2015 09:39:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Re-max-date-based-on-a-field/m-p/883636#M308194</guid>
      <dc:creator />
      <dc:date>2015-05-19T09:39:05Z</dc:date>
    </item>
    <item>
      <title>Re: Re : max date based on a field</title>
      <link>https://community.qlik.com/t5/QlikView/Re-max-date-based-on-a-field/m-p/883637#M308195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;any help on this please?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2015 11:07:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Re-max-date-based-on-a-field/m-p/883637#M308195</guid>
      <dc:creator />
      <dc:date>2015-05-19T11:07:26Z</dc:date>
    </item>
    <item>
      <title>Re: Re : max date based on a field</title>
      <link>https://community.qlik.com/t5/QlikView/Re-max-date-based-on-a-field/m-p/883638#M308196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rohit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We tried at our end but the count is 0 (Zero).&lt;/P&gt;&lt;P&gt;We have checked the source database in which many number of students have passed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2015 12:06:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Re-max-date-based-on-a-field/m-p/883638#M308196</guid>
      <dc:creator>Mahamed_Qlik</dc:creator>
      <dc:date>2015-05-19T12:06:32Z</dc:date>
    </item>
    <item>
      <title>Re: Re : max date based on a field</title>
      <link>https://community.qlik.com/t5/QlikView/Re-max-date-based-on-a-field/m-p/883639#M308197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;helloo..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any Update??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2015 04:53:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Re-max-date-based-on-a-field/m-p/883639#M308197</guid>
      <dc:creator />
      <dc:date>2015-05-20T04:53:19Z</dc:date>
    </item>
  </channel>
</rss>

