IBM Cognos TM1 Developer V10.2 — Question 58
A report author wants to show a value that is independent from the rest of the values in the report. For example, the total revenue value in the header of each page in a report.
Which type of object should be used?
Answer options
- A. Repeater
- B. Singleton
- C. Layout calculation
- D. Session parameter
Correct answer: B
Explanation
The correct answer is B, Singleton, as it is designed to hold a single instance of data that can be displayed independently, such as total revenue. The other options, Repeater, Layout calculation, and Session parameter, do not serve the purpose of displaying a solitary value across multiple locations in the report.