Certified Pega System Architect v8.0 (2019) — Question 4
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 do you design the report definition to support this requirement?
Answer options
- A. Add a filter condition where Create Date is greater than the current date.
- B. Make the Create Date the first column in the report.
- C. Select Highest to Lowest sort type for Create Date.
- D. Select Lowest to Highest sort type for Create Date.
Correct answer: D
Explanation
The correct answer is C, as it specifies sorting the Create Date in descending order, which is necessary to have the most recent case appear first. Option A is incorrect because filtering by a date greater than the current date would exclude past cases. Option B does not address the sorting requirement, and option D incorrectly suggests sorting in ascending order, which does not meet the request.