4Justme2 Posted September 8, 2012 Posted September 8, 2012 I have a script to determine whether or not a person is a teen at the time of a specific event: teenAtTheTime, calculation, numeric result Case ( ageAtTheTime>12.99 and ( ageAtTheTime ) <20 ; "1"; "0" ) I placed the field on my layout page and formatted the field as a check box, boolean = 1 How do I get the checkbox to be checked automatically if the condition is true? The way I currently have this set up nothing is checked when the condition is true.
No_access Posted September 8, 2012 Posted September 8, 2012 I tried what you have and it seems to work perfectly for me. I created 2 fields. teenatthetime with your calculation and is a checkbox with the only value in the value list being 1 and ageatthetime number field so I can enter the age.
Recommended Posts
This topic is 4558 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