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

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

Recommended Posts

Posted

Hi,

Could you be some more specific? When and how is your related record created? The best way is to have one text field to create the many to one relationship. It's a little odd to have one textfield for each related record since the count of those records is always changing.

greetz,

Jeffer

  • Newbies
Posted

well, my problem is not the relationship itself.

my problem is getting the content of one text field in different related records into one single text field just seperated by a paragraph.

Posted

You can do this in couple of ways using the concatenating text methods. Look up concatenating text in your online help.

This can be a new calculation field, or used in a script step with such as Set Field, or Insert Calculated Result.

HTH

Lee

Posted

Hi Waldi,

Could be based upon day (date) as Jeffer suggested but I'd use global date so you can freely copy (archive?) several email dates, or miss a few if necessary. If you base your relationship on a calc you may be limiting your flexibility but if using a global (date), you can choose when to copy them. smile.gif

Relationship: Main:gEmailDate (global date) to Related::EmailDate (standard date).

Create a new record in main, enter date to copy in gEmailDate and you have a relationship. Then Go To Related Records [ Show ] to bring up set of related (same date) emails.

Be careful about field size that you don't hit FM's limits!! smile.gif

/b]New Record/Request

Set Field [EmailDateField, gEmailDate] (test to make sure it's not empty first)

Exit Record/Request

Go To Related Record [ Show ]

Set Field [ Main:YourTextField, Related::YourTextField ]

Freeze Window

Loop

Go to Record/Request/Page

[ Next, Exit after last ]

Set Field [ Main:YourTextField, Main:YourTextField & "

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