SAP
C_BOCR_11 · Question #167
C_BOCR_11 Question #167: Real Exam Question with Answer & Explanation
The correct answer is A. Sum ({Orders.Order Amount}, {Orders.Order Date}, "daily") > 5000. See the full explanation below for the reasoning.
Question
You need a report that shows all customers and allows the report reader to view either a report listing all days in the month to date or to view only the customers with daily sales greater than $5000. You decide to use report alerts to accomplish this. Which formula properly sets the alert condition?
Options
- ASum ({Orders.Order Amount}, {Orders.Order Date}, "daily") > 5000
- BSum ({Orders.Order Date}, {Orders.Order Amount}, "daily") > 5000}
- CIF Sum ({Orders.Order Amount}, {Orders.Order Date}, "daily") > 5000 THEN crCondition = "Enabled"
- DIF Sum ({Orders.Order Amount}, {Orders.Order Date}, "daily") > 5000 THEN AlertMessage = "Enabled"
Community Discussion
No community discussion yet for this question.