The interactive filter is not filtering the records properly for the report widgets as drilling down the records shows that the filter has appended an extra filter condition as "Keywords are" and this is restricting the records for the report widgetIssue The interactive filter is not filtering the records properly for the report widgets as drilling down the records shows that the filter has appended an extra filter condition as "Keywords are" and this is restricting the records for the report widget. Refer below screenshot : ReleaseALLCauseFor the Interactive filter, under the Tab "Interactive Filter References", references were created for two sibling tables "sn_hr_core_task" and "sn_hr_core_case" (both extending from TASK the same parent) and also the interactive filter has enabled both the below settings: Apply to all tables in hierarchyApply to both tables and database views. These settings are often misunderstood and the way they work. Since "sn_hr_core_task" and "sn_hr_core_case" are sibling tables ( both extending from TASK the same parent), the filter applies to both tables on the report and the results will not be appropriate. ResolutionPlease disable the below 2 settings since there is already reference mapping provided to the tables "sn_hr_core_task" and "sn_hr_core_case" as needed. Apply to all tables in hierarchyApply to both tables and database views.Related LinksRefer the documentation Interactive Filters on Database Views and Table hierarchies for more details.