nerdexam
SAP

C_BOCR_11 · Question #79

In the Sales Forecast report you wish to convert an existing numeric formula called @sales forecast to appear as text. The value that is returned needs to be formatted with comma separators for each t

The correct answer is D. Totext({@sales forecast},0,","). See the full explanation below for the reasoning.

Question

In the Sales Forecast report you wish to convert an existing numeric formula called @sales forecast to appear as text. The value that is returned needs to be formatted with comma separators for each thousand and no decimal points. Which line of code returns the correct result?

Options

  • ATotext({@sales forecast},0)
  • BToString({@sales forecast}.0,",")
  • CTotext({@sales forecast}.0,"")
  • DTotext({@sales forecast},0,",")

How the community answered

(20 responses)
  • A
    5% (1)
  • B
    20% (4)
  • C
    5% (1)
  • D
    70% (14)

Community Discussion

No community discussion yet for this question.

Full C_BOCR_11 Practice