Hello, it's me again!
I have a report that is pulling data similar to this:
Client A
Date1 Amount 1
Client B
Date 1 Amount 1
Date 2 Amount 2
Client C
Date 1 Amount 1
What I would like to pull is the latest date in the row (I accomplished this by showing a Max Summary of that field) and the Amount that matches that date. So essentially in my example, I would pull Date 2, and Amount 2, but the rest would be Date 1 and Amount 1 because that is their latest. Does this make sense?