问题
Trying to create a status field based on a number of Value Lists that users select from, but a request has been made that we check a date field for a value to ensure an estimated date has been set so that the calculation can determine if the status of the record is "In Progress", "Late" or "Not Started".
回答1:
You can try using the ISEMPTY()
function within your calculated field to verify that the date field contains a value. Then, use the DATEDIF
function to determine if record is late or in progress.
来源:https://stackoverflow.com/questions/23984517/calculation-for-status-in-archer-grc-based-on-date