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

Recommended Posts

Posted

Trying to write this function using filemaker pro 7. I am relatively new to filemaker with some programming background. Planning to use it to create a multiple choice question bank for my students.

The sample picture in the attachment showing the intended logic of the database uses simple items like fruits within the table.

fmtable.jpg

Posted

This is more probably a 'calculated field' question than a 'custom function' question.

Create a calculated field to store the selection, calculate always, and use the text concatenation options in the define field to create the relevant data.

Example:

Left(FRUITS::field;3) & "_" & Left(TYPE::field;3) & "_" & Left(SUBTYPE::field;3) & "_" & userid

The 'Left' text functions are to shorten the entries to 3 chars. Not neccessary if you want the complete field added.

That help?

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