Reference module: Creating and understanding decision strategies.
MyCo, a mobile company, wants you to calculate the total revenue of three new actions offered in the first quarter. What do you configure to compute the total revenue?
Requirement for Total Revenue Calculation:
MyCo needs to calculate the total revenue of three new actions over a specified period.
The goal is to aggregate the revenue generated by these actions.
Use of Group By Component:
The Group By component is used to aggregate data based on specified properties.
In this scenario, it can be configured to sum the revenue of the three new actions.
Configuration Steps:
Configure a single Group By component to group the actions by their identifiers.
Use the aggregation function within the Group By component to calculate the sum of the revenue for the grouped actions.
Efficiency and Simplicity:
Using a single Group By component simplifies the strategy by avoiding redundancy.
It ensures that all actions are considered in a single aggregation process, providing an accurate total revenue calculation.
Verification from Pega Documentation:
According to Pega's guidelines, a single Group By component can efficiently compute total values such as revenue by grouping and aggregating data.
Norah
3 days agoAdelina
10 days agoLonna
16 days ago