July 1, 201312 yr Is there a Get () function to obtain the file path of an object that it is referenced in a container field?
July 1, 201312 yr Author Get ( FilePath ) ? Hi Lee, does this not return the file path of the database file itself? Or can I still work with this function by adding to it somehow?
July 1, 201312 yr Is there a Get () function to obtain the file path of an object that it is referenced in a container field? Try this calculation: Let([ c = YourContainerField ; v = GetValue ( c ; ValueCount ( c ) ) ]; Substitute ( v ; LeftWords ( v ; 1 ) & ":/" ; "" ) )
Create an account or sign in to comment