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

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.