IBM Cognos TM1 Developer V10.2 — Question 72
A report author had created a single select value prompt using the prompt wizard. The end user now needs to select more than one value.
What should the report author do?
Answer options
- A. Set the Auto-submit property of the Prompt to "˜Yes' and change the Multi-select property of the value prompt to "˜Yes'.
- B. Set the Auto-Submit property of the Prompt to "˜Yes' and change the parameterized filter associated with the prompt to the "˜in' operator.
- C. Change the Multi-select property of the value prompt to "˜Yes' and change the parameterized filter associated with the prompt to the "˜>' operator.
- D. Change the Multi-select property of the value prompt to "˜Yes' and change the parameterized filter associated with the prompt to the "˜in' operator.
Correct answer: D
Explanation
The correct answer is D because changing the Multi-select property to 'Yes' allows the user to select multiple values, and using the 'in' operator in the parameterized filter correctly accommodates multiple selections. Options A and B suggest incorrect changes to the parameterized filter, while option C incorrectly uses the '>' operator, which is not suitable for multiple selections.