Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Record Selection By latest Date 1

Status
Not open for further replies.

ganjass

Technical User
Dec 30, 2003
154
GB
CR 9

Hi all

I have a situation where i have distinct records with the same account codes that have different transaction times. I want to select only those that have the latest times how would i do this at the group level. I have 1 group by transaction code.

eg 1234 06/10/03 FER
1234 07/10/03 ASP
1456 06/10/03 DRE
1456 07/10/03 ASP


I want The ASP code for account 1234 and 1456

Thanks
 
Use Report->Edit Selection Formula->Group:

{table.date} = maximum({table.date},{table.Account})

I've no idea what you mean by the ASP code.

-k
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top