IBM Cognos TM1 Developer V10.2 — Question 65
A report author has added a Button Bar control to an Active Report that allows users to view data for different regions. The report author now wants to make it possible for users to filter the report on multiple regions at once.
What should the report author do?
Answer options
- A. Use the Static version of the Button Bar control.
- B. Use the Data-driven version of the Button Bar control.
- C. Convert the Button Bar control to a Check Box Group control.
- D. Convert the Button Bar control to a Radio Button Group control.
Correct answer: C
Explanation
The correct answer is C because a Check Box Group control allows users to select multiple options concurrently, which is necessary for filtering by several regions at once. Options A and B do not support multiple selections, and option D only allows for a single selection, making them unsuitable for this requirement.