Exam Workday-Pro-HCM-Reporting Topic 3 Question 1 Discussion
Actual exam question for Workday's Workday-Pro-HCM-Reporting exam
Question #: 1
Topic #: 3
Question #: 1
Topic #: 3
You are building a report to identify employees who have exceeded the allowed number of 10 sick days in the current year.
Using the Sick Days Taken field, what is the correct formula to create a Boolean calculated field that returns True if an employee has exceeded the allowed number of sick days?
Using the Sick Days Taken field, what is the correct formula to create a Boolean calculated field that returns True if an employee has exceeded the allowed number of sick days?
Suggested Answer: A Vote an answer
To check whether a worker's sick days exceed the threshold of 10, you must define a Boolean condition. The expression Sick Days Taken > 10 evaluates to True when the value is greater than 10, and False otherwise.
From Workday Reporting documentation:
"True/False conditions can be created using numeric comparisons such as greater than (>), less than (<), or equal to (=). These return True or False depending on the worker's data." Thus, the correct formula is A. Sick Days Taken > 10.
From Workday Reporting documentation:
"True/False conditions can be created using numeric comparisons such as greater than (>), less than (<), or equal to (=). These return True or False depending on the worker's data." Thus, the correct formula is A. Sick Days Taken > 10.
by Juliet at Sep 11, 2026, 06:54 AM
0
0
0
10
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).