IBM Cognos TM1 Developer V10.2 — Question 52
A report author is building an Active Report for mobile use on an iPad. The report contains a list object. The report author wants to ensure the entire list has a consistent size so that it does not affect the report layout.
Which techniques should be used to ensure this? (Choose two.)
Answer options
- A. Specify the exact width for all columns in the list.
- B. Specify the exact width for only the measure columns in the list.
- C. Surround the list in a defined size block with "Content is not clipped".
- D. Limit the number of rows returned with the use of a style variable on the list.
- E. Surround the list in a defined size block with the "Use scrollbars only when necessary" property chosen.
Correct answer: B, D
Explanation
Option B is correct because specifying the exact width for only the measure columns ensures that key data is presented consistently without affecting the layout. Option D is also correct as limiting the number of rows can help maintain the list's size, preventing layout disruption. The other options either apply to all columns or do not directly address consistent sizing for list objects.