Dear All,
I have a query that results in 3 fields:
Name, Payer Nr, CountOfName
so it shows how many Payer Nrs are assigned to each Name
It happens that two or more names are assigned to a Payer
In that case I would like to see only the one that has the maximum CountOfName
I tried with max instead of Group by but that did not work
Could you please advise?
I am quite desperate now
Many thanks!
I have a query that results in 3 fields:
Name, Payer Nr, CountOfName
so it shows how many Payer Nrs are assigned to each Name
It happens that two or more names are assigned to a Payer
In that case I would like to see only the one that has the maximum CountOfName
I tried with max instead of Group by but that did not work
Could you please advise?
I am quite desperate now
Many thanks!