After adding a prompt to a relational sourced report it is decided that the consumers require multi-select functionality instead of a single-select. What two modifications must be made to the report?
A.
Change the Filter property Multi-select to Yes
B.
Change the Cascade source property of the Prompt to represent more than one value.
C.
Change the Prompt property Usage to Select-many.
D.
Change the Filter expression of the Query from "=" to use "in".
To modify a prompt in a relational sourced report to support multi-select functionality, make the following changes:
Change Prompt Property Usage to Select-many:
Edit the Prompt: Select the prompt object in the report.
Property Panel: In the properties panel, change the "Usage" property from "Select-one" to "Select-many". This allows users to select multiple values in the prompt.
Update Filter Expression:
Edit Query: Open the query associated with the prompt.
Change Filter Expression: Modify the filter expression from using "=" to "in". This change ensures that the filter can handle multiple values selected by the user.
These modifications enable the prompt to accept multiple selections and apply the filter accordingly in the report.
[: IBM Cognos Analytics Report Studio User Guide, ]
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit