I want to show the Top 20 Airfare flight costs for a given date range.
Unfortunately, there is no "summary" needed as I just want the Top N (20) flight detail lines.
Here is a sample of how it should look:
Smith, John $5,600 1/5/2010
Smith, John $4,300 2/1/2010
Andrews, Tom $3,700 1/29/2010
Evans, Chris 2,300 2/20/2010
Andrews, Tom 1,900 2/28/2010
Andrews, Tom 1,900 2/28/2010
Evans, Chris 2,300 2/20/2010
Unfortunately, if I do create a group (which I supress from printing) based on an "almost" unique formula per each flight ( Date, Amount, Employee and put a sum on the flight cost - don't you know it, but sometimes, the employees do have more than one flight in a day for the same cost and it shows as follows:
Smith, John $5,600 1/5/2010
Smith, John $4,300 2/1/2010
Andrews, Tom 1,900 2/28/2010
Andrews, Tom 1,900 2/28/2010
Andrews, Tom $3,700 1/29/2010
Evans, Christ $2,300 2/20/2010
Any thoughts on this?
Thanks in advance for your time.
Unfortunately, there is no "summary" needed as I just want the Top N (20) flight detail lines.
Here is a sample of how it should look:
Smith, John $5,600 1/5/2010
Smith, John $4,300 2/1/2010
Andrews, Tom $3,700 1/29/2010
Evans, Chris 2,300 2/20/2010
Andrews, Tom 1,900 2/28/2010
Andrews, Tom 1,900 2/28/2010
Evans, Chris 2,300 2/20/2010
Unfortunately, if I do create a group (which I supress from printing) based on an "almost" unique formula per each flight ( Date, Amount, Employee and put a sum on the flight cost - don't you know it, but sometimes, the employees do have more than one flight in a day for the same cost and it shows as follows:
Smith, John $5,600 1/5/2010
Smith, John $4,300 2/1/2010
Andrews, Tom 1,900 2/28/2010
Andrews, Tom 1,900 2/28/2010
Andrews, Tom $3,700 1/29/2010
Evans, Christ $2,300 2/20/2010
Any thoughts on this?
Thanks in advance for your time.