Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

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

Recommended Posts

Posted

Hi,

can anyone suggest the best way to go about, appending text (single word) to the existing text in a field, for a group of records which are showing in a portal?

Any/all help much appreciated! :

Grant

Posted

The first thing that comes to mind is to use a script that takes you to the field in question, then executes a calculation that adds the word to the field. If its always the same word, then that should make the calculation easier.

Posted

Hi Grant,

Try something like this

Go to Layout [ original layout ]

Go to Record/Request/Page [ First ]

Loop

Set Field [ Concatenate::Donor; Concatenate::Donor & " and YourNewStuff" ]

Go to Record/Request/Page [ Next; Exit after last ]

End Loop

HTH

Lee

Posted

Hi Lee,

I answered the question myself. Much simpler than I'd thought. It's a 1-step script.

In the 'Replace' script step, you simply need to choose the field via it's relationship. That's all. The script runs really ... really fast, which is a big surprise.

Thanks anyway,

Grant

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