September 10, 200916 yr Is there a calculation to get the filename of a graphic that is stored in a container field? I've tried, but cannot find one that works. Thanks
September 10, 200916 yr Yes. GetAsText ( your_graphic_field ) The results vary depending on whether the file is stored or referenced and also depend on the type of "graphic" being referenced.
September 10, 200916 yr This returns the same results as GetAsText: GetLayoutObjectAttribute ( "image" ; "content" )
Create an account or sign in to comment