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

How to copy portal data in field?


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

Recommended Posts

Posted

Hi portal wizards,

I have two databases connected to eachother: "related projects" and "all projects" with a relationship called "projectid", matching the field "projectid" from "related projects" with the field "projectid" from "all projects".

In the database "related projects" I have created a portal that (in case of a match) displays the related records in the following related fields:

code artist title

BONJA-001 james bond the secret filemaker tricks

BONJA-002 james bond the secret revealed

I am searching for hours now for a way to copy all data (or per row) displayed in the portal into another field making it possible to do other things with it)

In the field the data should be separated by a tab which would result in:

BONJA-001 james bond the secret filemaker tricks

BONJA-002 james bond the secret revealed

Can someone help me please. I think I am overlooking something, but I can

Posted

Hi Thomas, good to see you again. laugh.gif

It would probably be easiest in the main file to

Set Field [text, ""]

Go To Related Records [show only related, allproj]

Perform Script [sub-scripts, External]

Refresh Window

In the related file, the external script would be

Go to Record/Request/Page [First]

Loop

Set Field [relproj::text, relproj::text & Code & " " & artist & " " & title & "

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