OffTheDeepEnd.com Posted October 21, 2003 Posted October 21, 2003 Here is a hopefully simple question that I cannot figure out. I have a 20 value number (i.e. "1234567894561233 123") Everything after the space I do not need. Is there a way for filemaker to delete the last 4 values in that number without a person maunally deleting it. I would like the number just to be "1234567894561233". The numbers are imported from a txt file preformatted like the above example.
kenneth2k1 Posted October 21, 2003 Posted October 21, 2003 Hi: You could have a calc field that uses LeftWords(NumberField, 1). There are some other suggestions for input masks. Do a search on these forums for "input mask"
-Queue- Posted October 21, 2003 Posted October 21, 2003 If you're working with a number field, LeftWords() won't work for you. You'll need to import the numbers into a text field and Loop or Replace the number field with TextToNum( LeftWords( textfield, 1 ) ).
Recommended Posts
This topic is 7973 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