IBM Cognos TM1 Developer V10.2 — Question 33
A report author wants to create an Active Report with a Data deck that only prompts for Product line and Year. For each card created, the Order method type broken down by revenue should be shown.
What needs to be done to ensure the data on each card reflects the correct year and Product line?
Answer options
- A. Use a Repeater table in the Card deck.
- B. Each card should have a separate query.
- C. Filters should be copied from the Data deck to the cards.
- D. Use a Master detail relationship between the cards and the Data deck.
Correct answer: D
Explanation
The correct answer is D because creating a Master detail relationship ensures that each card can dynamically retrieve and display the relevant data based on the selected Product line and Year. Options A and B do not ensure the necessary data linkage, while option C does not create the required structural relationship to filter data accurately.