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

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

Recommended Posts

Posted

I am very new to the Filemaker world. I have created a DB to keep track of training for our employees (35). I created 35 fields all having drop down menues with all 35 names contained, so that person entering can list who attended and not have to type each or start a new record for each. Now I want to create a report that would produce all the records entered for (1) individaul regardless of where name appears on records. Make any sense???

Posted

Hi Brown,

Supposing you have a reason for using 35 fields, you could make a calculated text field that puts all those fields together -each on a separate line -and do your search on that field.

Alternatively you could modify your database and use just use one field for the attendants with the same valuelist that you use now, but set to checkboxes in stead of dropdownmenu.

Regards,

Ernst

Posted

Thanks for the help. But like I said, I am a new user to FM. When you say to use a "calculated text field that puts all those fields together -each on a separate line -and do your search on that field." what exactly do you mean by each on a seperate line?

Posted

Hello Brown,

I mean like this...

In 'define fields' define a new calculation field, called something like 'TotalName'.

In the calculation definition enter something like:

namefield1 & " par.gif " & namefield2 & " [par ]" & namefield3 & " par.gif " & namefield4 & " par.gif " & ...... namefield35

Make sure it's calculation result is text.

Does this help?

Regards,

Ernst.

Posted

Brown,

Ernst calc is currently adressing your request.

Though, has he priorly pointed, there surely is in my opinion a better way to do what you're looking for.

35 fields is as poor design, as would be any solution involving repeating fields. Actually, this is also a kind of repetition, which was good for the oldest version of FM.

Posted

...Actually, this is also a kind of repetition, which was good for the oldest version of FM.

No. It was bad design even then. FileMaker is not Excel. Keep similar items in rows(records), different items in Columns (fields). Period. And you could use lookups + scripts in the old times, which came close to relational design, only not dynamic.

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