RichGags Posted March 22, 2016 Share Posted March 22, 2016 I have staff portal on an event layout when I add staff members who perform at events. Is there any way to make 1 text field in the event table that is a calculated summary of all the entries in the portal? For example... STAFF PORTAL (on Event Layout) Richie Vinny Josh Nelson would give... All_Staff_Field: Richie, Vinny, Josh, Nelson Thanks! Quote Link to comment Share on other sites More sharing options...
AHunter3 Posted March 22, 2016 Share Posted March 22, 2016 Assuming that the staff member names are in a single field, yeah. Create calcfield in Event, let's call it "StaffList", formula is: Substitute (List (StaffMembers::FirstName); "¶"; ", ") RESULT type = "text". Quote Link to comment Share on other sites More sharing options...
RichGags Posted March 22, 2016 Author Share Posted March 22, 2016 You're the best! Thanks! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.