Toddbob 0 Posted August 28, 2020 Share Posted August 28, 2020 I have a layout allowing the user to add custom categories to a drop down menu on another layout since these will change. A name plus active or inactive checkboxes. THE PLAN When the user interacts with the drop down menu the inactive names do not appear only active names. The idea is to also retain the record when the name becomes inactive in the future. Example Bob is active in May and available as a choice, but retires in June so no longer active so no longer available as choice, but if I look up that May record I still want to see Bob' name. Inactive and active checkboxes must act in concert and only one can be checked at any given time. Link to post Share on other sites
comment 1,817 Posted August 28, 2020 Share Posted August 28, 2020 I don't see why you need the other checkbox. If someone is checked as Active, then clearly they are not Inactive - and vice versa. Having two objects display the same thing can only be confusing, IMHO. Still, if you want, you could simply use two buttons to toggle the active status and have them show the check mark conditionally - see the attached demo. MutuallyExclusiveCheck.fmp12 1 Link to post Share on other sites
Toddbob 0 Posted August 28, 2020 Author Share Posted August 28, 2020 Thank you for your sample and comment. I may rethink the design. Link to post Share on other sites
Recommended Posts
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