Use of Group By and Max works well to get records which has max value
of a field within a specific group of records. Now, I would like to
add another field in the query from the selected record which are
selected by Max (and Group By). How do I do this? Say, record A is
selected by Group By and Max. I would like to include field X of
record A in the query with show check-marked. The field X is not
selected for Group By nor for Max.
of a field within a specific group of records. Now, I would like to
add another field in the query from the selected record which are
selected by Max (and Group By). How do I do this? Say, record A is
selected by Group By and Max. I would like to include field X of
record A in the query with show check-marked. The field X is not
selected for Group By nor for Max.
Comment