A sales operations analyst at Cloud Kicks requires a Salesforce report that evaluates a partner commission amount for each individual Opportunity record by multiplying the custom currency field by the custom percentage field . The report must also display the total combined commission aggregated at the Opportunity Owner grouping level. Which solution should the Salesforce administrator implement to meet this requirement?
- Add a row-level formula column to the report that multiplies Amount by Commission Rate, and display the Sum aggregate at summary levels.Cevap
- BAdd a summary formula to the report using PARENTGROUPVAL to compute the multiplication of Amount by Commission Rate for each individual detail row.
- CCreate a roll-up summary field on the Account object to calculate the total commission across linked Opportunities related via a standard lookup relationship.
- DAdd a summary formula to the report that evaluates the row expression Amount multiplied by Commission Rate without defining a grouping level.
Cevap
The administrator should add a row-level formula column to the report that multiplies by , and set the column summary aggregation to Sum.
Row-level formulas in Salesforce reports calculate values for each record row individually. Once defined, the resulting values can be summed, averaged, or otherwise aggregated across grouping levels such as Opportunity Owner.
Adım Adım Çözüm
Anahtar Kavram
Row-Level Formulas vs. Summary Formulas