September 13, 201213 yr 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!
September 13, 201213 yr 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
Create an account or sign in to comment