Orlando - Custom Interactive Filters not working after upgradeDescriptionCustom Interactive filters stop working after Orlando upgrades. The elements are selected but do not apply to the reports following interactive filters.Release or EnvironmentThis issue will be observed after upgrading to Orlando.CauseIn Orlando, two things are mandatory to apply the custom interactive filters: You need to call SNC.canvas.interactiveFilters.setDefaultValue method2. Call dashboardMessageHandler.publishFilter() method ResolutionTo resolve the issue with the Custom Interactive filters, the code publishing the filter should: Call SNC.canvas.interactiveFilters.setDefaultValue() method2. Call dashboardMessageHandler.publishFilter() method to publish the filter For more details about Custom Interactive Filters, please refer to KB0827667.