Jump to content

Combining multiple portal rows into one field


micshrp

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

Recommended Posts

I have a portal set up to track multiple presentation sessions by individual speakers (each record contains one speaker with the related presentations in a portal).

What I need is to combine the session names from multiple portal rows into one field for printing purposes. Each portal row contains 11 separate fields, but I just need information from one of the fields combined. How would one go about this?

Thanks in advance for any help provided.

Edited by Guest
Link to comment
Share on other sites

Not sure if this is the best thing to do, but if it's your requirement fair enough!

You could step through each portal row with a script. First create a new field to which to want the entire data to go into (let's call it NewField), and use a set field script step to add each line, e.g. Set Field (NewField) '= NewField & ", " & DataFromPortalRow' (then loop for each row until the end)

Or switch to a layout with these related records, find just the ones required, and step through each reocrd there doing the same.

Hope that makes sense!

Link to comment
Share on other sites

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