IBM Cognos TM1 Developer V10.2 — Question 16
A company has upgraded all of the models & packages to use Dynamic Query Mode (DQM). There is a report that must reference query subjects from two different packages.
How can this be accomplished?
Answer options
- A. The report author cannot create reports against multiple packages.
- B. The report author can add multiple packages as Data sources and write the report appropriately.
- C. The report author must use SQL nodes for all queries that reference the different query subjects and join them appropriately to get the desired results.
- D. The report author must use one SQL node of the queries and the package for the other query and join them appropriately to get the desired results.
Correct answer: B
Explanation
The correct answer is B because Dynamic Query Mode allows the report author to use multiple packages as data sources, facilitating the creation of reports that reference different query subjects. Options A, C, and D are incorrect as they either limit the report author's capabilities or impose unnecessary requirements for using SQL nodes.