simoncpage Posted July 14, 2004 Posted July 14, 2004 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
-Queue- Posted July 14, 2004 Posted July 14, 2004 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.
MoonShadow Posted July 14, 2004 Posted July 14, 2004 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") ]
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now