<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Getting last 6 entries for each person</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/getting-last-6-entries-for-each-person/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/getting-last-6-entries-for-each-person/</link>
	<description></description>
	<lastBuildDate>Wed, 19 Jun 2013 16:59:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: DASiuda</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/getting-last-6-entries-for-each-person/#comment-109229</link>
		<dc:creator>DASiuda</dc:creator>
		<pubDate>Fri, 13 Jul 2012 13:53:49 +0000</pubDate>
		<guid isPermaLink="false">#comment-109229</guid>
		<description><![CDATA[The following is the SQL view of the query that I am running to get the average of the exam scores.&#160; Right now this query works to give me the average of all of the exams each operator has taken.&#160; I want to be able to limit this query to the last 6 exams taken by each operator.
SELECT Round(Avg(tbl_WrittenExams.Score),1) AS REA, [LastName] &amp; &quot;, &quot; &amp; [FirstName] AS [Operator Name]FROM tbl_OperatorInformation INNER JOIN tbl_WrittenExams ON tbl_OperatorInformation.EmployeeID = tbl_WrittenExams.EmployeeIDGROUP BY [LastName] &amp; &quot;, &quot; &amp; [FirstName], tbl_WrittenExams.EmployeeID, tbl_OperatorInformation.FirstName, tbl_OperatorInformation.LastNameORDER BY [LastName] &amp; &quot;, &quot; &amp; [FirstName];
Again, I appreciate any help with this.]]></description>
		<content:encoded><![CDATA[<p>The following is the SQL view of the query that I am running to get the average of the exam scores.&nbsp; Right now this query works to give me the average of all of the exams each operator has taken.&nbsp; I want to be able to limit this query to the last 6 exams taken by each operator.<br />
SELECT Round(Avg(tbl_WrittenExams.Score),1) AS REA, [LastName] &amp; &#8220;, &#8221; &amp; [FirstName] AS [Operator Name]FROM tbl_OperatorInformation INNER JOIN tbl_WrittenExams ON tbl_OperatorInformation.EmployeeID = tbl_WrittenExams.EmployeeIDGROUP BY [LastName] &amp; &#8220;, &#8221; &amp; [FirstName], tbl_WrittenExams.EmployeeID, tbl_OperatorInformation.FirstName, tbl_OperatorInformation.LastNameORDER BY [LastName] &amp; &#8220;, &#8221; &amp; [FirstName];<br />
Again, I appreciate any help with this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carlosdl</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/getting-last-6-entries-for-each-person/#comment-106650</link>
		<dc:creator>carlosdl</dc:creator>
		<pubDate>Wed, 11 Apr 2012 18:51:08 +0000</pubDate>
		<guid isPermaLink="false">#comment-106650</guid>
		<description><![CDATA[I would suggest posting the query you are using, and some example data.]]></description>
		<content:encoded><![CDATA[<p>I would suggest posting the query you are using, and some example data.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dasiuda</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/getting-last-6-entries-for-each-person/#comment-106640</link>
		<dc:creator>dasiuda</dc:creator>
		<pubDate>Wed, 11 Apr 2012 14:53:15 +0000</pubDate>
		<guid isPermaLink="false">#comment-106640</guid>
		<description><![CDATA[I was able to TOP 6 in my query, while it gave me some of the data I was looking for, it did not give me all that I needed.  Some of the operators only showed 1 or 2 data points, while others showed the 6 I wanted.]]></description>
		<content:encoded><![CDATA[<p>I was able to TOP 6 in my query, while it gave me some of the data I was looking for, it did not give me all that I needed.  Some of the operators only showed 1 or 2 data points, while others showed the 6 I wanted.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 3/10 queries in 0.035 seconds using memcached
Object Caching 292/301 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-06-19 16:59:35 -->