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

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

Recommended Posts

Posted

i have a script that copies information from one field to another but the field copied to may already have information in it and if it does the paste is right next to the current info with no spacing...how can i get spacing there and maybe even a date on each paste

Posted

i can't use set fields because my fields that i would be setting are on different tables so it doesn't work...or atleast thats what they told be when i asked about how to transfer data from table to table

Posted

You can trim the calc a little, too.

If( not IsEmpty(field); field & " " ) & info

Posted

It would be a calculation in a script step. Once your global field is set and you are on the desired layout and record,

Set Field [someField; If( not IsEmpty(someField); someField & " " ) & globalField]

If you want it to put the global's value on a new line, use ¶ in place of " ".

Does that help clarify?

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