How do I concatenate a field from a repeating group?

S

Steve

Hi,

What's the best way to concatenate a field that appears in a repeating
group. For instance, I have a contact selector on a form and I want to have
all the display names concatenated into another field on the form.

So if there are 3 people selected I want to have a field that combines the 3
"DisplayName" values like "User One, User Two, User Three".

Thanks.
 
M

Mike_Weeks

Steve,

I am also interested in this one. If you have found the answer could you
please post it as a response here so we can all benefit? Thanks!

Mike
 
G

Greg Collins

You need code to do this. Use .selectNodes() to get each of the nodes...
iterate through them and build your concatenated string from their values.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top