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)- A6% (3)
- B71% (34)
- C4% (2)
- D19% (9)
Community Discussion
No community discussion yet for this question.