Hi all,
I've got a query that finds some paths through a Marking relationship, where the "Marking" relationship contains a property "dt_val" (datetime).
What I would like to do, is for each path, get the largest "dt_val" value in that path. I thought...