Interactive filters stopped workingIssue <!-- div.margin{ padding: 10px 40px 40px 30px; } table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em; } table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2; } table.internaltable { white-space:nowrap; text-align:left; border-width: 1px; border-collapse: collapse; font-size:14px; width: 85%; } table.internaltable th { border-width: 1px; padding: 5px; border-style: solid; border-color: rgb(245, 245, 245); background-color: rgb(245, 245, 245); } table.internaltable td { border-width: 1px; padding: 5px; border-style: solid; border-color: #E0E0E0; color: #000000; } .title { color: #D1232B; font-weight:normal; font-size:28px; } h1{ color: #D1232B; font-weight:normal; font-size:21px; margin-bottom:-5px } h2{ color: #646464; font-weight:bold; font-size:18px; } h3{ color: #000000; font-weight:BOLD; font-size:16px; text-decoration:underline; } h4{ color: #646464; font-weight:BOLD; font-size:15px; text-decoration:; } h5{ color: #000000; font-weight:BOLD; font-size:13px; text-decoration:; } h6{ color: #000000; font-weight:BOLD; font-size:14px; text-decoration:; } ul{ list-style: disc outside none; margin-left: 0; } li { padding-left: 1em; } --> Symptoms Interactive filters on home pages not working. Error seen in browser console when trying to change the interactive filter optionGlideV2ChartingIncludes.jsx?v=09-12-2018_0933:5335 Uncaught Error: Report replace called, but the element to replace was not found!at reportReplace (GlideV2ChartingIncludes.jsx?v=09-12-2018_0933:5335)at updateReportInGauge (GlideV2ChartingIncludes.jsx?v=09-12-2018_0933:5565)at GlideV2ChartingIncludes.jsx?v=09-12-2018_0933:5722at applyInteractiveFiltersToReport (GlideV2ChartingIncludes.jsx?v=09-12-2018_0933:5737)at e.getDashboardMessageHandlerCallback [as _callback] (GlideV2ChartingIncludes.jsx?v=09-12-2018_0933:5515)at e._dashboardFilterAdded (js_includes_home_doctype.jsx?v=09-12-2018_0933&lp=Mon_Nov_05_15_55_02_PST_2018&c=9_142:694)at fireEvent (js_includes_doctype.jsx?v=09-12-2018_0933&lp=Mon_Nov_05_15_55_02_PST_2018&c=9_142:1192)at Object.fire (js_includes_doctype.jsx?v=09-12-2018_0933&lp=Mon_Nov_05_15_55_02_PST_2018&c=9_142:1164)at e.publishMessage (js_includes_home_doctype.jsx?v=09-12-2018_0933&lp=Mon_Nov_05_15_55_02_PST_2018&c=9_142:748)at e.publishFilter (js_includes_home_doctype.jsx?v=09-12-2018_0933&lp=Mon_Nov_05_15_55_02_PST_2018&c=9_142:761) Release Jakarta and onwards Cause If the homepage is using gauges to show reports, the interactive filters don't run anymore. This is because the reports need to be added to the homepage directly and not using a gauge. Resolution Remove the gauge from the homepage and instead add the report directly onto the homepage using the Add content option.