JTSmith Posted September 13, 2012 Posted September 13, 2012 Am I missing something? I can't figure out why this won't work... Fields: Notice to Move Out Requirement Notice to Move Out Date If ( Notice to Move Out Date - Get (CurrentDate ) < Notice to Move Out Requirement ; 1 ; 0 ) So if the Notice to Move Out Requirement is 30 days, and they set their Notice to Move Out Date for tomorrow, shouldn't it say Notice to Move OUt Date - Get ( CurrentDate ) is ONE, which is less than 30? Thanks!
dansmith65 Posted September 13, 2012 Posted September 13, 2012 Is Notice to Move Out Requirement defined as a numeric field? FYI: these calculations are equivalent: If ( Notice to Move Out Date - Get (CurrentDate ) < Notice to Move Out Requirement ; 1 ; 0 ) Notice to Move Out Date - Get (CurrentDate ) < Notice to Move Out Requirement
comment Posted September 13, 2012 Posted September 13, 2012 Make sure the calculation field is unstored.
Recommended Posts
This topic is 4511 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