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

Recommended Posts

Posted

Let's say your field is called FieldName.

1. Add a calc field

FieldFull_flag= if (not isempty(FieldName, 1, 0). Make sure in the Storage tab that you have Do Not Store selected.

2. Create a Value List, "1/0" that contains the values 1 and carriage return and 0.

3. Place the calc field on your layout and format it to be a checkbox, and resize it to only show the first checkbox.

4. Assign the "1/0" value list to your checkbox.

5. Turn off Browse Mode in the Field Behavior for the checkbox.

Posted

It might be a little overkill to define a VL, when you can define a numeric fields appearance as boolean - here can the result of a simple IsEmpty(fieldName)'s positive result be given void and the negative be given unicode 2713 or something in that direction.

--sd

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