I have the following formula field:
if {LND_PR_CLIENT.CLIENTCODE}= "V"
then (maximum({LND_PR_CLIENT.CLIENT_ID}))& Propercase ({LND_PR_CLIENT.CLIENTNAME})
The only problem is, I do want to make sure what displays is the Client name that was input last (has the maximum Client ID), but I don't actually want the Client ID to display......
I can't just put the {LND_PR_CLIENT.CLIENTCODE}= "V" in the report selection formula either because of data issues in the tables..........
Help please?
if {LND_PR_CLIENT.CLIENTCODE}= "V"
then (maximum({LND_PR_CLIENT.CLIENT_ID}))& Propercase ({LND_PR_CLIENT.CLIENTNAME})
The only problem is, I do want to make sure what displays is the Client name that was input last (has the maximum Client ID), but I don't actually want the Client ID to display......
I can't just put the {LND_PR_CLIENT.CLIENTCODE}= "V" in the report selection formula either because of data issues in the tables..........
Help please?