beckham Posted July 7, 2013 Posted July 7, 2013 Hi , I am trying to "find" where a field contains less the the correct number of characters but it appears not to work. I have a barcode field that should always have 12 digits, but some have less than this and i need to find and isolate them. I thought using the Find mode <12 would work but it apears not, can anyone please advise? FMpro V12.04 MacOSX 10.8.3 Many thanks
hbrendel Posted July 7, 2013 Posted July 7, 2013 You could make a calculation field (type Number) with the formula: Length ( YourBarcodeFieldName ) Then execute the above Find on that field. HTH
Lee Smith Posted July 7, 2013 Posted July 7, 2013 Automatic message This topic has been moved from "FileMaker Pro 12" to "Calculation Engine (Define Fields)". The version topics (i.e. FileMaker 12) are reserved for discussion of the new tools, functions and features introduced with that version of FileMaker, and not for asking How-To questions. Lee
bruceR Posted July 7, 2013 Posted July 7, 2013 Though a calc field would work, and could be a good idea, you can do this with a standard find. Â Note that the @ character in find mode can be used to represent any single character. Â In my example, I have phone numbers formatted to use 12 characters: Â ###-###-#### Â Therefore, entering find mode, putting in 12 "@" characters, choosing omit, and performing the find, shows me all records which do NOT have 12 characters in the phone number field. 1
beckham Posted July 9, 2013 Author Posted July 9, 2013 Many Thanks Guys! Both these suggestions worked perfectly
Recommended Posts
This topic is 4402 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now