Courtney Posted July 13, 2017 Posted July 13, 2017 In FileMaker 14, I have a checkbox set that allows the user to enter other values aside from the assigned value list. I'm trying to figure out how I could display the "other" text that is entered by the user, without also displaying other selected items, since those are visible in the checkbox set. Can I somehow filter each value list item out and only display what is left in a text field? Thanks for any suggestions.
comment Posted July 13, 2017 Posted July 13, 2017 1 hour ago, Courtney said: Can I somehow filter each value list item out and only display what is left in a text field? Yes, but obviously not in the same field. You will need to add a calculation field and use a custom function (such as http://www.briandunning.com/cf/193, for example) to remove the items listed in the value list from those listed in your field. It might be simpler to let users enter the "other" value into another text field.
Courtney Posted July 13, 2017 Author Posted July 13, 2017 11 minutes ago, comment said: Yes, but obviously not in the same field. You will need to add a calculation field and use a custom function (such as http://www.briandunning.com/cf/193, for example) to remove the items listed in the value list from those listed in your field. It might be simpler to let users enter the "other" value into another text field. Thanks, will check this out!
Recommended Posts
This topic is 3051 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 accountSign in
Already have an account? Sign in here.
Sign In Now