nerdexam
SAP

C_BOCR_11 · Question #219

You must use a formula in a new Crystal report that creates an account number for each customer. The account number consists of the first five alphabetical characters from the Customer Name field…

The correct answer is C. Create a formula with two While Do loops. The first extracts the first five alphabetical. See the full explanation below for the reasoning.

Question

You must use a formula in a new Crystal report that creates an account number for each customer. The account number consists of the first five alphabetical characters from the Customer Name field and the first five numeric characters from the Phone field. All records contain at least five characters of the correct type in each field. Which process would you use to create the account number?

Options

  • AUse If-Then-Else statements to return every possible result for each field. Create formulas to
  • BCreate a formula that uses a SELECT statement that is processed on the database server that
  • CCreate a formula with two While Do loops. The first extracts the first five alphabetical
  • DUse nested If-Then-Else statements to return every possible result for each field. Create a

How the community answered

(28 responses)
  • A
    7% (2)
  • B
    14% (4)
  • C
    75% (21)
  • D
    4% (1)

Community Discussion

No community discussion yet for this question.

Full C_BOCR_11 Practice