2

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".

4

1 回答 1

2

您可以尝试ISEMPTY()在计算字段中使用该函数来验证日期字段是否包含值。然后,使用该DATEDIF函数来确定记录是迟到还是正在进行中。

于 2014-06-02T01:52:25.457 回答