nerdexam
SAP

C_BOWI_41 · Question #47

Which Pos() function syntax should you use to find the location of the space in the Category string "Evening wear"?

The correct answer is C. Pos([Category] ; " " ). See the full explanation below for the reasoning.

Question

Which Pos() function syntax should you use to find the location of the space in the Category string "Evening wear"?

Options

  • APos([Category] , "" )
  • BPos((Category) , "" )
  • CPos([Category] ; " " )
  • DPos({Category} ; " " )

How the community answered

(67 responses)
  • A
    3% (2)
  • B
    6% (4)
  • C
    78% (52)
  • D
    13% (9)

Community Discussion

No community discussion yet for this question.

Full C_BOWI_41 Practice