IBM Cognos TM1 Developer V10.2 — Question 6
A report author creates the following filter in a report:
[Region] in ("˜Americas','Asia Pacific')
Which type of filter was created?
Answer options
- A. Advanced
- B. Combined
- C. Parameterized
- D. Custom based on data item
Correct answer: D
Explanation
The filter created is a Custom based on data item filter because it directly references the data item [Region] and specifies a set of values. The other options do not accurately describe this filter type; an Advanced filter typically involves more complex logic, Combined filters merge multiple conditions, and Parameterized filters rely on user input.