Certified Pega System Architect v7.2 — Question 2
A manager requests a report that contains the following columns: Create Date, Case ID, Create Operator, and Work Status. You must sort the cases so the case with the most recent create date appears at the top of the list and descends in order.
How would you design the report definition to support this requirement?
Answer options
- A. Select Count in the Summarize column for Create Date.
- B. Make that Create Date the first column in the report.
- C. Select Highest to Lowest sort type for Create Date.
- D. Add a filter condition where Create Date is greater than the current date.
Correct answer: D
Explanation
The correct answer is D because adding a filter condition for Create Date ensures that only cases created after the current date are included, which aligns with the requirement. Options A and B do not address the sorting or filtering needed, while C only specifies the sort order without filtering out older cases.