Joined: 07 May 2012
Location: United States
Online Status: Offline
Posts: 2
Topic: select strings with mixed or lower case values Posted: 07 May 2012 at 7:44am
We want to clean up a database where all records should have been entered as uppercase. Many were entered as lower case and others were entered with mixed case. I can't find a formula or filter that will help me locate records in this state.
Joined: 29 Oct 2009
Online Status: Offline
Posts: 1587
Posted: 07 May 2012 at 8:22am
There is a round about way, but is should work. This is just an example since I do not know what the field name is or what you want to do with the results.
if strcmp(toupper({field_in_question}),{field_in_question},0) <> 0 then Problem else Good
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum