SAP
C_BOCR_11 · Question #167
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…
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"
How the community answered
(42 responses)- A76% (32)
- B7% (3)
- C14% (6)
- D2% (1)
Community Discussion
No community discussion yet for this question.