gary29422 Posted May 31, 2013 Posted May 31, 2013 I would like to create a field that will display the name of the file that have been placed in a container field. I'm using FMP 9. Thanks for your help. -Gary Additional info: I used GetAsText and it give me this output: size:612,792 image:Photos and Documents/Company Style Indicia.pdf imagemac:/Macintosh HD/Users/GarySmith/Desktop/Envirolution/Photos and Documents/Company Style Indicia.pdf I'm looking for a calculation that will just give me the file name... not the entire path. I'm inserting both images and files into the same container field. -Gary
Lee Smith Posted May 31, 2013 Posted May 31, 2013 Automatic message This topic has been moved from "FileMaker Legacy Versions 7 – 9" to "Layouts". The General Topics are for questions about the Functions and Features that were new with the release of that Version of FileMaker.
mr_vodka Posted May 31, 2013 Posted May 31, 2013 Try something like: Let ( [ path = GetValue ( YourContainerField; 2 ); val = Substitute ( path; [ ":"; ¶ ]; [ "/"; ¶ ] ) ]; GetValue ( val; ValueCount ( val ) ) )
mr_vodka Posted May 31, 2013 Posted May 31, 2013 Automatic message This topic has been moved from "Layouts" to "Calculation Engine (Define Fields)".
Recommended Posts
This topic is 4532 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