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

Recommended Posts

Posted

I'm always using 0/1 logic so that I can say

Case(flag, value for case 1,value for case 0)

BTW this requires additional fields for display purpose.

Dj

Posted

I would only use a "boolean" field when the field is actually holding an on/off or true/false possibility. For gender I would use a text field tied to a value list and validated by the value list.

Keep in mind that for FileMaker, a boolean field is simply a number field where a value of 0 is interpreted as "false" and any other value is interpreted as "true". I usually name such field beginning with the word "Is" or "Has", as in "IsPrimaryContact" or "HasOutstandingBallance". This makes calculations based on the field easier to read, as in "If ( HasOustandingBalance, ... )".

Chuck

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