Loading...
To create a matrix report showing termination counts by location and calendar quarter, with voluntary versus involuntary breakouts, use a matrix report. Set "Location" as the row grouping. For columns, use "Termination Category" to display "Voluntary" and "Involuntary" breakouts. To achieve cleaner column headers, you can create a lookup related value calculated field to get the Reason Category from the Termination Category object, or use an Evaluate Expression calculated field to define "Voluntary" and "Involuntary" based on the termination type. For the data source, use "Business Process Transactions (Indexed)" and filter by the Termination business process for optimal performance. Define summarization fields to capture termination counts and use a time-based grouping for columns to group by Calendar Quarter.
IF Terminate Employee > Voluntary Then "Voluntary" and IF Terminate Employee > Involuntary Then "Involuntary", then use this calculated field in the matrix report instead of the Termination Category.