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 4322 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies
Posted
Hello, this is my first post.
 
I have a table (Employees) that contains some employees.
Another table (Qualifications) contains some qualifications.
The third table (EmpQualRelate) relates the two tables mentioned above, but also includes a "ranking value".
 
Example:
John Doe, has been related to the qualification "PHP" vith the ranking "3", and "HTML" vith the ranking "1".
Jane Doe, has been related to the qualification "PHP" vith the ranking "2", and "jQuery" vith the ranking "4".
I have a layout for Employees records, containing a Portal with the EmpQualRelate records. Everything working nice and dandy.
 
My problem is: I want (read: need) to be able to sort the Employees record, by Qualification Ranking, ie. "PHP" ranking or "HTML" ranking or whatever is needed in the current situation.
 
I must also provide this option in a userfriendly manner, and all 3 tables will be constantly updated.
 
I used to keep al the data in the Employees table, as PHP ranking, HTML ranking etc. but this is no longer possible, as the number of Qualifications is rapidly growing out of hand.
 
Help is very much appreciated.
Posted

You would sort in the join table (EmpQualRelate). Build an interface to the join table. Let the user do a find for the skill and sort accordingly.

  • Like 1

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