Can anyone help with the following please?
Scenario:
A customer has various records within one table and each record has a alphanumerical status, i.e, 'A', 'P', etc.
I wish to generate a report where the highest status value for the customer is 'D'.
Ideally, I would like to say something like 'Maximum ({Table.Status})='D', but it appears that this function is only used to check numerical values. How can I check maximum letters?
Thanks
Richard
Scenario:
A customer has various records within one table and each record has a alphanumerical status, i.e, 'A', 'P', etc.
I wish to generate a report where the highest status value for the customer is 'D'.
Ideally, I would like to say something like 'Maximum ({Table.Status})='D', but it appears that this function is only used to check numerical values. How can I check maximum letters?
Thanks
Richard