rishi.luximon Posted July 4, 2011 Posted July 4, 2011 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.
dansmith65 Posted July 4, 2011 Posted July 4, 2011 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.
Recommended Posts
This topic is 5261 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 accountSign in
Already have an account? Sign in here.
Sign In Now