jchewsmith
Technical User
I have a varchar field that is populated with either all uppercase letters or camel case. I want to be able to filter out the words that are all uppercase. Is this possible.
So field equals
ABC CO
Def Co
GHIA LLC
I want to suppress all except the Def Co fields?
So field equals
ABC CO
Def Co
GHIA LLC
I want to suppress all except the Def Co fields?