nerdexam
ExamsC_BOWI_40Questions#144
SAP

C_BOWI_40 · Question #144

C_BOWI_40 Question #144: Real Exam Question with Answer & Explanation

The correct answer is A: RunningMax(). Web Intelligence includes a specific set of running aggregate functions; RunningMax() and RunningSum() are valid built-in functions, while RunningTotal() and RunningMean() do not exist in the library.

Question

Which two are running aggregate functions in Web Intelligence? (Choose two.)

Options

  • ARunningMax()
  • BRunningSum()
  • CRunningTotal()
  • DRunningMean()

Explanation

Web Intelligence includes a specific set of running aggregate functions; RunningMax() and RunningSum() are valid built-in functions, while RunningTotal() and RunningMean() do not exist in the library.

Common mistakes.

  • C. RunningTotal() is not a valid Web Intelligence function; cumulative totals are computed using RunningSum(), which is the correct built-in function name.
  • D. RunningMean() is not a valid Web Intelligence function; progressive average calculations are performed using RunningAverage(), the correct built-in function name.

Concept tested. Web Intelligence running aggregate functions

Reference. https://help.sap.com/viewer/ad62de02-ba29-44fb-88c3-2cb1a7f5c659/4.2/en-US

Community Discussion

No community discussion yet for this question.

Full C_BOWI_40 Practice