Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

4-03-06 02:10 PM - Post#200710 In response to alphanitrate Hi alphanitrate, You would use an Auto-Enter on Field 1 (be sure to UNCHECK 'Do Not Replace Existing Value' with: If ( Categor


This topic is 6424 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

4-03-06 02:10 PM - Post#200710

In response to alphanitrate

Hi alphanitrate,

You would use an Auto-Enter on Field 1 (be sure to UNCHECK 'Do Not Replace Existing Value' with:

If ( Category = 200 ; "yourCheckboxValue" )

... where yourCheckboxValue is whatever is specified in that checkbox value list. But does that Value List contain other values as well? If so, change the calc to:

If ( Category = 200 ; "yourCheckboxValue" ; Field 1 )

It helps to have specific examples. The first example assumes only one value - it becomes a toggle and will only allow a one value or blank. The second example allows multiple values.

LaRetta

Hi alphanitrate,

LaRetta has provide a similar answer as I was going to post, but she beat me to the punch because she is a faster typist then me.

However, I was going to ask a question to clarify the answer a bit:

is the Category = 200 the only number you want this fore, or were you talking about the range of 200...300, i.e. 200, 201, 202, ... 299?

HTH

Lee

I thank you both for providing me help before - and i am looking for it again.

Here's the scenario - I have a list of product catagories ( 200, 300, 400 etc) i would like these catagories to activate check boxes that correspond to safety warnings. ( IE. 200 = don't eat)

Now some catagories may have multiple warnings. ( 300= don't eat, keep out of light, explosive.)

So in my layout the items would be have check boxes for all the possible warnings, but would have some prepopulated based on catagory.

I would also like to have the new checked off warnings attached to this record, but not the whole class.

Here's what i've done so far:

Set up a Checkbox set linking the catagory number from another file and the field (;):BYRNUM).

Displaying values from " Warnings" value list, I tried to use LaRetta's example and have done this: Use values from field ::BYRNUM

and also tried a custom ( If BYRNUM=200;"do not eat"; Field 1)

in the field it self i get a check box

I've never used value lists before, so i'm not even sure what i did correctly .

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