A manager requests a report that contains the following columns: Create, Date, Case ID, Create Operator, and Work Status. You must sort the Case ID values to the case with the highest ID value appears at the top of the list and descends in order. How would you design the report definition to support this requirement ?
- For the Case ID property, select Count in the Summarize column
- Make sure that the Case ID is the first column in the report
- For the Case ID property, select Highest to Lowest sort type
- Add a filter condition where Case ID is greater than one
Reveal Solution Next Question