Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

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

Recommended Posts

Posted

Hi guys,

can some one help me to solve this issue:

How to create a variable that stored many records? actual i have a foundset and i want to copy data of each records to a global field that will display the data of all fields.

for example:

record1= men

record2=ladies

record3=kids

and the data in the global field should display: "men ladies kids"

thanks.

Posted

This sounds like separate topics to me: 1) how to store more than one value in a variable 2) how to get data from multiple records into a global field.

1) There are a few methods to store more than one value in a variable, this is my favorite: http://sixfriedrice.com/wp/filemaker-dictionary-functions/

2) If you have a found set, and you want to get some data from each record into a global field, you would loop through the found set, and use the Set Field script step to keep adding data to your global field. If you need help with the loop, search FileMaker help file for "loop" - there is an example there.

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