The correct answer is C. Lookup Value As of Date .
In Workday Time Tracking, when you need to determine the value of a worker-related attribute on a specific date , the appropriate calculated field type is Lookup Value As of Date . In this scenario, the requirement is to know the worker’s leave status on the date tied to a particular time block . Because leave status can vary over time, the calculation must return the value that was effective as of the time block date , not just the worker’s current status.
This is exactly what Lookup Value As of Date is designed to do. It allows Workday to evaluate an effective-dated field and return the correct value for the specified date context. That makes it especially useful in Time Tracking calculations where the date of the time block is critical for determining eligibility, status, or rule outcomes.
The other options do not meet this requirement. True/False Condition only evaluates whether a condition is met and does not retrieve the dated value itself. Date Difference calculates the number of days between two dates, which is unrelated here. Arithmetic is used for numeric calculations and cannot return an effective-dated status value.
Therefore, for finding a worker’s leave status on the date of a specific time block, the correct calculated field is Lookup Value As of Date .
Submit