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

Recommended Posts

Posted (edited)

Hi All,

Question: What is the most efficient way for me to use a pre-existing data set such as the one attached to this message? Basically, I already have a solution that contains fields for a person's name, age, and their time on a particular psychological test. I also have large excel tables that look like the one attached. My goal is to calculate my client's scaled scores by looking up where their age and time intersect on these tables.

These existing excel data tables is data that is not expected to change (I'm just using pre-existing data from large research studies to my score conversions). I'm wondering if it would be simpler to write large custom functions, or else how would I structure this data in my solution if I were to import these excel files over to my existing solution and once I have that data in my solution, how do I pull the result (e.g., Lookup?)

Picture_3.jpg

Edited by Guest
attached a better image of the file
Posted

You can have a reference table that store the same data in your Excel file. Each record would consist of a range, time, and score field. So basically for each intersection of data in Excel it should be its own record.

Then you can easily create a relationship to this new reference table to your Test table.

Posted

Another Suggestion, similar to above:

You could import these spreadsheets into a new table in your solution, but first you would need to reformat them. Something like the attached. Separate the low age and the high age into separate fields. Easy to do in Excel.

Then you would have a relationship from your existing table something like this

Client:Age >= Data:Low_age

Client:Age <= Data:High_age

Client:time = Seconds

This will give you the related number in your Data Table.

See attached example

Reformatted.zip

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