SAP
C_BOWI_41 · Question #49
You need to create a report displaying a year-to-date aggregation on sales revenue across all months. The report should be sectioned on Region. Additionally, you would like to reset the running aggreg
The correct answer is C. =RunningSum([Sales Revenue] ; ([Region])). See the full explanation below for the reasoning.
Question
You need to create a report displaying a year-to-date aggregation on sales revenue across all months. The report should be sectioned on Region. Additionally, you would like to reset the running aggregation to restart for each Region. Which syntax should you use to accomplish this task?
Options
- A=RunningSum([Sales Revenue], Region)
- B=RunningTotal([Sales Revenue], Region)
- C=RunningSum([Sales Revenue] ; ([Region]))
- D=RunningTotal([Sales Revenue], Reset[Region])
How the community answered
(45 responses)- A13% (6)
- B4% (2)
- C76% (34)
- D7% (3)
Community Discussion
No community discussion yet for this question.