for the reports we are using peoplesoft queries. The query (
for example: select emplid, name, jobcode, effdt where emplid = '1111') can deliver a lot of rows with ascending effdt order for one employee. But for the report we need only the last three rows of the result set. As i know, it is not possible to do this limitation in the query.