nerdexam
SAP

C_BOWI_40 · Question #84

Which operators can be used in an Input calculation context?

The correct answer is C. ForEach D. In. In Web Intelligence extended syntax, the Input calculation context accepts the ForEach and In operators to define which dimensions are included when computing a measure's value.

Using Formulas and Variables

Question

Which operators can be used in an Input calculation context?

Options

  • AInput
  • BForAll
  • CForEach
  • DIn

How the community answered

(52 responses)
  • A
    17% (9)
  • B
    10% (5)
  • C
    73% (38)

Why each option

In Web Intelligence extended syntax, the Input calculation context accepts the ForEach and In operators to define which dimensions are included when computing a measure's value.

AInput

'Input' is a keyword that labels the context section in the extended syntax (e.g., In Report In ([Dimension])) and is not itself an operator that can be placed inside the input context definition.

BForAll

ForAll is an operator used in the Output calculation context to remove dimensions from the aggregation scope, not in the Input context.

CForEachCorrect

The ForEach operator is valid in the Input context and is used to add specific dimensions to the default input context, extending the set of dimensions over which the measure is calculated.

DInCorrect

The In operator is valid in the Input context and explicitly resets and defines the complete set of dimensions used as the input context for the measure calculation, overriding the default.

Concept tested: Web Intelligence extended syntax Input context operators

Source: https://help.sap.com/docs/SAP_BUSINESSOBJECTS_BUSINESS_INTELLIGENCE_PLATFORM/13a5e9eb9aea4c4a8b5b95b4b73b3e57/4696e5d76e041014910aba7db0e91070.html

Topics

#calculation context#Input context#ForEach operator#In operator

Community Discussion

No community discussion yet for this question.

Full C_BOWI_40 Practice