Join the discussion
Question 1/22
You need to filter a custom report to only show workers that have been terminated after a user-prompted date.
How do you combine conditions in the filter to meet this requirement?
How do you combine conditions in the filter to meet this requirement?
Correct Answer: D
The requirement is to filter a custom report to show only workers terminated after a user-prompted date. In Workday, filters are defined in the Filter tab of the custom report definition, and conditions can be combined using AND/OR logic to refine the dataset. Let's analyze the requirement and options:
* Key Conditions:
* Workers must beterminated, so the "Worker Status" field must equal "Terminated."
* The termination must occuraftera user-specified date, so the "Termination Date" must be greater than the prompted value.
* Both conditions must be true for a worker to appear in the report, requiring anANDcombination.
* Option Analysis:
* A. Worker Status is equal to the value "Terminated" OR Termination Date is greater than a value retrieved from a prompt: Incorrect. Using OR means the report would include workers who are terminated (regardless of date) OR workers with a termination date after the prompt (even if not terminated), which doesn't meet the strict requirement of terminated workers after a specific date.
* B. Worker Status is equal to the value retrieved from a prompt AND Termination Date is less than a value retrieved from a prompt: Incorrect. Worker Status shouldn't be a prompted value (it's fixed as "Terminated"), and "less than" would show terminations before the date, not after.
* C. Worker Status is equal to the value retrieved from a prompt OR Termination Date is equal to a value retrieved from a prompt: Incorrect. Worker Status shouldn't be prompted, and
"equal to" limits the filter to exact matches, not "after" the date. OR logic also broadens the scope incorrectly.
* D. Worker Status is equal to the value "Terminated" AND Termination Date is greater than a value retrieved from a prompt: Correct. This ensures workers are terminated (fixed value) AND their termination date is after the user-entered date, precisely meeting the requirement.
* Implementation:
* In the custom report's Filter tab, add two conditions:
* Field: Worker Status, Operator: equals, Value: "Terminated".
* Field: Termination Date, Operator: greater than, Value: Prompt for Date (configured as a report prompt).
* Set the logical operator between conditions toAND.
* Test with a sample date to verify only terminated workers after that date appear.
References from Workday Pro Integrations Study Guide:
* Workday Report Writer Fundamentals: Section on "Creating and Managing Filters" details combining conditions with AND/OR logic and using prompts.
* Integration System Fundamentals: Notes how filtered reports support integration data sources with dynamic user inputs.
* Key Conditions:
* Workers must beterminated, so the "Worker Status" field must equal "Terminated."
* The termination must occuraftera user-specified date, so the "Termination Date" must be greater than the prompted value.
* Both conditions must be true for a worker to appear in the report, requiring anANDcombination.
* Option Analysis:
* A. Worker Status is equal to the value "Terminated" OR Termination Date is greater than a value retrieved from a prompt: Incorrect. Using OR means the report would include workers who are terminated (regardless of date) OR workers with a termination date after the prompt (even if not terminated), which doesn't meet the strict requirement of terminated workers after a specific date.
* B. Worker Status is equal to the value retrieved from a prompt AND Termination Date is less than a value retrieved from a prompt: Incorrect. Worker Status shouldn't be a prompted value (it's fixed as "Terminated"), and "less than" would show terminations before the date, not after.
* C. Worker Status is equal to the value retrieved from a prompt OR Termination Date is equal to a value retrieved from a prompt: Incorrect. Worker Status shouldn't be prompted, and
"equal to" limits the filter to exact matches, not "after" the date. OR logic also broadens the scope incorrectly.
* D. Worker Status is equal to the value "Terminated" AND Termination Date is greater than a value retrieved from a prompt: Correct. This ensures workers are terminated (fixed value) AND their termination date is after the user-entered date, precisely meeting the requirement.
* Implementation:
* In the custom report's Filter tab, add two conditions:
* Field: Worker Status, Operator: equals, Value: "Terminated".
* Field: Termination Date, Operator: greater than, Value: Prompt for Date (configured as a report prompt).
* Set the logical operator between conditions toAND.
* Test with a sample date to verify only terminated workers after that date appear.
References from Workday Pro Integrations Study Guide:
* Workday Report Writer Fundamentals: Section on "Creating and Managing Filters" details combining conditions with AND/OR logic and using prompts.
* Integration System Fundamentals: Notes how filtered reports support integration data sources with dynamic user inputs.
Add Comments
- Other Question (22q)
- Q1. You need to filter a custom report to only show workers that have been terminated after a ...
- Q2. Which three features must all XSLT files contain to be considered valid?...
- Q3. Refer to the following scenario to answer the question below. Your integration has the fol...
- Q4. You need to create a report that includes data from multiple business objects. For a super...
- Q5. You have been asked to refine a report which outputs one row per worker and is being used ...
- Q6. What attribute(s) can go into the xsl:stylesheet element?...
- Q7. Refer to the following scenario to answer the question below. You need to configure a Core...
- Q8. When creating an ISU, what should you do to ensure the user only authenticates via web ser...
- Q9. What is the purpose of a namespace in the context of a stylesheet?...
- Q10. What is the purpose of granting an ISU modify access to the Integration Event domain via a...
- Q11. Refer to the following scenario to answer the question below. You have configured a Core C...
- Q12. Refer to the following XML to answer the question below. Refer to the following XML to ans...
- Q13. Refer to the following XML to answer the question below. (Exhibit) You are an integration ...
- Q14. You are creating an outbound connector using the Core Connector: Job Postings template. Th...
- Q15. You have configured a filename sequence generator for a connector integration. The vendor ...
- Q16. Refer to the following scenario to answer the question below. You have configured a Core C...
- Q17. Refer to the following XML to answer the question below. (Exhibit) You are an integration ...
- Q18. You need the integration file to generate the date format in the form of "31/07/2025" form...
- Q19. You have successfully configured an ISU and an ISSG with the correct security policies and...
- Q20. Refer to the following XML and example transformed output to answer the question below. (E...
- Q21. You are creating a connector based integration where all fields are provided by the templa...
- Q22. Refer to the following XML to answer the question below. (Exhibit) Within the template whi...

[×]
Download PDF File
Enter your email address to download Workday.Workday-Pro-Integrations.v2025-08-15.q22.pdf