Jump to content
Server Maintenance This Week. ×

How can I extract content from sub summary layout objects using GetLayoutObjectAttribute?


ggt667

This topic is 2347 days old. Please don't post here. Open a new topic instead.

Recommended Posts

How can I extract content from sub summary layout objects using? https://fmhelp.filemaker.com/help/16/fmp/en/index.html#page/FMP_Help/getlayoutobjectattribute.html

I'm able to grab the content from the first subsummary, not the remaining however.

The following:

set field( output;
  GetLayoutObjectAttribute( 'header', 'content' ) & 
  GetLayoutObjectAttribute( 'row',    'content' ) & 
  GetLayoutObjectAttribute( 'footer', 'content' )
)

works fine, the bad thing is that only row 1 finds its way to the output-field.
 

Edited by ggt667
Link to comment
Share on other sites

This topic is 2347 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.