I have 2 entities: client and event. Event has date field and reference to client.
I need to select all clients with only last event, which is referenced to them.
I create view by client with relationship by back reference to event, but clients duplicates as many events they have. How to get only one row with MAX(event.date) field?

Comments

MustangGB’s picture

Issue summary: View changes
Status: Active » Closed (outdated)