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

Recommended Posts

Posted

I have a field called name in one table called T info, the field is a checkbox set with values only allowed from a field value list.

I have another layout called brackets with the fields called entry 1-4, i was wondering if there is anyway that i can import all the values checked on the checkbox set to these fields randomly.

For example say i check the names A,B,C,D in the checkbox is theree anyway too import name A into entry 1,B into entry 2 and so on.

Posted

Try:

Entry1 = AutoEnter/Replace calc:

GetValue( name ; 1 )

Entry2 = AutoEnter/Replace calc:

GetValue( name ; 2 )

... and so on.

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