IBM Cognos TM1 Developer V10.2 — Question 19
A report author wants to use a calculation which is not a string function to manipulate text.
Which function can be used?
Answer options
- A. trim()
- B. lower()
- C. extract()
- D. substring()
Correct answer: B
Explanation
The correct answer is B, as the lower() function is specifically designed to convert text to lowercase and is not a string manipulation function in the traditional sense. The other options, such as trim(), extract(), and substring(), are all related to string manipulation, which is not what the report author is seeking.