nerdexam
SAP

C_BOCR_11 · Question #177

You must create a static array in a Crystal report to be used for numeric calculations in other formulas. How can you do this?

The correct answer is B. Global NumberVar Array newArray := MakeArray (1, 2, 3, 4, 5). See the full explanation below for the reasoning.

Question

You must create a static array in a Crystal report to be used for numeric calculations in other formulas. How can you do this?

Options

  • AGlobal NumberVar Array newArray := Array (1, 2, 3, 4, 5);
  • BGlobal NumberVar Array newArray := MakeArray (1, 2, 3, 4, 5);
  • CGlobal NumberVar Array newArray := CreateArray (1, 2, 3, 4, 5);
  • DGlobal NumberVar Array newArray := DefineArray (1, 2, 3, 4, 5);

How the community answered

(48 responses)
  • A
    6% (3)
  • B
    71% (34)
  • C
    4% (2)
  • D
    19% (9)

Community Discussion

No community discussion yet for this question.

Full C_BOCR_11 Practice