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

Recommended Posts

Posted

I have a field in a table that displays the following type of entry in one field (entries varies), this info is referenced from another table:

Equipment

Logistics

Speaker

Location

I'm trying to create a new field in the same table that will display "Yes" if Equipment is one of the entries in the list.

Can anyone please help me, Thanks

Posted

You could of course use this:

http://www.filemaker.com/help/FunctionsRef-370.html

But if you need to test for several values, say both Equipment and Speaker, offers this calc' a tiny bit more flexibility:

LeftWords("yes";ValueCount ( FilterValues ( Values ; "Equipment" )))

Because it swiftly could be changed to deal with it this way:

LeftWords("yes";ValueCount ( FilterValues ( Values ; "Equipment¶Speaker" )))

Since the origin of the data probably is from a checkbox'ed field where no-one can predict the order each value is entered.

--sd

Posted

Thank you so much worked perfectly.

I'm new to the Forum thing and it's so great how everyone is so willing to much.

Very Appreciative

C

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