Newbies Corys8646 Posted January 25, 2007 Newbies Posted January 25, 2007 Hello everyone.. I've got a text field in a FM 8 file that contains the path to a file, each record has a different filename and the filenames are different lengths an example of one is C:Documents and SettingsJohn DoeDesktopFolder ImagesDCP_3034.jpg I would like to create a new calc field that pulls just the name of the image. Is there an easy way of doing that? Thanks Cory
mr_vodka Posted January 25, 2007 Posted January 25, 2007 There are many different ways to parse this out. Try this one: Let ( v = Substitute ( path; ""; "¶" ); GetValue ( v; ValueCount (v) ) ) You could use a calculation field or a text field with calculated value (Uncheck Do not replace existing value)
Recommended Posts
This topic is 6573 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