A dashboard carries six reports drawn from the incident table. Viewers must be able to narrow every report on the dashboard to a chosen assignment group at view time, without each viewer editing report definitions or the dashboard owner building a copy per group. Which dashboard feature meets this?
- AA filter condition added to each of the six report definitions, naming the assignment group the viewers care about
- BA separate dashboard tab per assignment group, with the six reports duplicated onto each tab of the dashboard
- CA personal list filter saved by each viewer on the incident table, which the dashboard reports then inherit at runtime
- DAn interactive filter widget on the dashboard, which applies the viewer's selection to the reports sharing that table Correct
Why A is wrong: Report conditions do restrict the data, but they are fixed at design time and shared by everyone, so viewers cannot choose a group and the owner ends up maintaining variants.
Why B is wrong: Tabs do organise a dashboard and would technically show each group, but duplicating six reports per group is precisely the per group copying the requirement rules out.
Why C is wrong: Saved list filters are real and are personal to the user, which makes them look like the per viewer answer, but they govern list views and are not consumed by dashboard reports.
Why D is correct: Interactive filters exist to let a viewer set a condition at view time that cascades to every element on the dashboard built on the matching table, leaving one dashboard and one set of reports.