Newbies bentech_au Posted November 9, 2001 Newbies Posted November 9, 2001 I have two files related by a Location field. I am not able to get to the records that have more than 20 characters in the location field if there are other records that have the same first 20 characters in the Location field, For example: Details in the record with location "GigabitEthernetBBone" is always shown for records "GigabitEthernetBBone_london", "GigabitEthernetBBone_paris" or "GigabitEthernetBBone_tokyo". Does anyone share the same exprience. Any work arounds? Thanks.
Vaughan Posted November 9, 2001 Posted November 9, 2001 Only the first 20 characters of *words* are indexed. From memory the first 120 characters of the *string* are indexed where the string is composed of multiple words. Words are separated by spaces. Put some spaces in those strings instead of underscores. Easiest way -- and most reversible -- is to create a calc field and use the Substitute[] function to replace underscore with space characters.
Recommended Posts
This topic is 8484 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