Jump to content
Server Maintenance This Week. ×

Without Loop Script, can I create new table with records that are grouped by particular fields?


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

Recommended Posts

Obviously, it is possible to export records that are grouped by particular fields.

But I have to import that exported records to create new table.

So it means if I'm making  it automated by the script, I'll need to do something like this below within script

 

Assuming there are 1000 records here, and there are 3 fields such as FirstName, Gender, and State

So something like this => Mike, Male, CA

 

1. sort by Gender field and State field for grouping

 

2. set a variable for export destination path.

 

3. export records (gropued byGender field and State field) to the variable above. Assuming it became 200 records for total after grouping  as result.

 

4. import the variable(exported records) to particular field.

 

Yes, I want grouped records within the same filemaker solution as new table.

 

Can I make this more sophisticated?

If I use MS Access, I can obtain grouped records within 10 seconds within a solution.

 

 

Link to comment
Share on other sites

 

 

Yes, I want grouped records within the same filemaker solution as new table.

 

 

Why?

Given that in FM all interaction with data in a table is through a layout based on a TO... this would not really get you anywhere useful.

And you'd now have duplicate data.

 

What purpose would this new table serve?  Perhaps there is a way that gives you the functionality that you are after without duplicating data.

Link to comment
Share on other sites

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