July 14, 200421 yr I have a portal with 5 entry, for example, how can I get all the ID's for all 5 entries in to one field. Can anyone help? Thanks
July 14, 200421 yr 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.
July 14, 200421 yr 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") ]
Create an account or sign in to comment