Dr. Evil Posted March 14, 2008 Posted March 14, 2008 I do not know how to get this Case to work. Anyone know how to make this work? I'm trying to round time up to nearest quarter hour, but only if the time is not divisible by 15min. My laymen calc that obviously does not work. Case ( time_field = divisible by 15; time_field; (Truncate(time_entry / 900; 0) * 900) + 900 ) I don't know how to check if field is divisible. Any help will be appreciated, THANK YOU!
Recommended Posts
This topic is 6158 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