If you actually write out:
{Whatever} = Maximum({Whatever}), then that will be passed to the SQL. Even if it isn't, Crystal will sort it for you so that you only see the greatest value.
You don't write the SQL in the record selection. You write the clause, and Crystal generates the SQL at runtime.
Naith