lmc
Posts: 2
|
| Posted: 08/07/2006, 9:37 AM |
|
Lets assume a simple report such as a phone call accounting with fields ... [Date, called number, employee name]
I was under the impression that I could easily generate a report based on "most frequently called number" using the "called number" field as a GROUP. However this doesn't allow me to sum the column of "called numbers". In other words, show me the most called numbers by employee name. I didn't believe there would be any programming involved but...
Is my approach wrong? If you understand what I am trying to accomplish is there a better way to group a listing to find "the most frequently called numbers"?
Regards from Indiana ... USA
|
 |
 |
peterr
Posts: 5971
|
| Posted: 08/07/2006, 11:14 AM |
|
I'd start with creating a query in your database that outputs what you need. I'm also guessing that such query could output everything you need in grid format, therefore it should work in report format as well.
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
|