Dr. Evil Posted March 10, 2008 Posted March 10, 2008 I'm stumped on an IF calculation in my script. My faulty calculation is as follows: If [status_field = "Start" or "Continue"] I don't believe I'm using the OR correctly, obviously I'm missing something. How can I use the IF to check if status is either Start or Continue to equal true? THANK YOU FOR YOUR HELP!
FM_SouthAfrica Posted March 10, 2008 Posted March 10, 2008 If [status_field = "Start" or status_field = "Continue"]
Recommended Posts
This topic is 6103 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