Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

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

Recommended Posts

Posted

Make a value list based on your related id field, then create a calculation field (unstored) of ValueListItems( Status(CurrentFileName), "yourvaluelist" ). This will create a return-delimited list of the ids.

Posted

I find the easiest way is to create a Value List in your main file. Base it on 'values from field' and 'only related values' and point to your existing relationship between your Main and Related files and specify your RelatedID.

Then create a script with:

Set Field [ YourField, ValueListItems(Status(CurrentFileName), "NewValueListName") ]

This topic is 7438 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.