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

Recommended Posts

  • Newbies
Posted

So I have a list of fields for a score sheet I am using as part of a datasheet in my internship. Each field has 5 boxes which are checked according to never, infrequently, sometimes, fairly often and always. I was wondering how I could assign numbers to these checkboxes (0-4 respectively) and have filemaker add up all the values for a final score.

Posted

I'd suggest the following:

1. Create a Value List with the preset values:

Never

Infrequently

Sometimes

Fairly Often

Always

2. Define a text field called 'Freq' and format it as a radio button (not a check box).

3. Define a calculation field to convert 'Freq' to a number:

Case ( Freq = "Never" ; 0 ; Freq = "Infrequently" ; 1 ; Freq = "Sometimes" ; 2; Freq = "Fairly Often"; 3 ; Freq = "Always"; 4)

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