How to show fund with most current performance

  • Thread starter Thread starter AAE
  • Start date Start date
A

AAE

Please help. I am trying to run a query from a table with fund names and
monthly performance for each fund. Each fund has a unique ID number. I only
want to see the most current month for each unique ID number. How do I show
only the most current month for each fund? Thanks!
 
Hi,

you can make a groupsquery (totals button) group by fundID and if the table
has one line per month take the max value of the field which stores the month.
 
Back
Top